
* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #000000;
	background-image: url(img/menu-bg.png);
	background-repeat: no-repeat;
	background-position: center 20px;
}

.odd {
	background-color: #202020;
}
.even {
	background-color: #101010;
}
table.paddedtable tr td {
	padding: 2px;
}

div.body {
	width: 800px;
	margin: 0px auto;
	overflow: hidden;
}

body, a, p, li, input, textarea,
h1, h2, h3, h4 {
	color: #a0a0a0;
	font-family: verdana !important;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	line-height: 16px;
	text-align: left;
}

small,
.small {
	font-size: 9px;
}

script {
	font-size: 0px;
	height: 0px;
	width: 0px;
	visibility: hidden;
}

/*****************************************************************************************************/
/****************************************** FLAG *****************************************************/
/*****************************************************************************************************/
a.flag {
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: 0px 1px;
}
a.justflag:hover {
	text-decoration: none;
}
a.flaghu {
	background-image: url(img/flaghu0.gif);
}
a.flaghu:hover, a.flaghu_fixed {
	background-image: url(img/flaghu1.gif);
}
a.flagen {
	background-image: url(img/flagen0.gif);
}
a.flagen:hover, a.flagen_fixed {
	background-image: url(img/flagen1.gif);
}
p.languageselection {
	margin-top: 16px;
}

/*****************************************************************************************************/
/****************************************** MENU *****************************************************/
/*****************************************************************************************************/

div.menu {
	width: 100%;
	height: 100px;
	display: block;
	margin-top: 20px;
}
div.left {
	float: left;
}
div.right {
	float: right;
}
div.menuitem p {
	padding-top: 28px;
}
div.menuitem p.twolines {
	padding-top: 20px;
}
div.sub {
	min-width: 20px;
}
div.sub p {
	padding-top: 4px;
}
div.menuitem {
	height: 75px;
	display: block;
	float: left;
}
div.menuitem p, div.menuitem p a {
	font-size: 9px;
}
div.menuitem p {
	text-align: center;
	height: 30px;
}
div.root, div.root_cont {
	width: 75px;
	background-repeat: no-repeat;
	background-position: top left;
}
div.root {
	background-image: url(img/menu-root.png);
}
div.root_cont {
	background-image: url(img/menu-root-cont.png);
}
div.path, div.path_cont {
	width: 85px;
	background-repeat: no-repeat;
	background-position: top left;
}
div.path {
	background-image: url(img/menu-path.png);
}
div.path_cont {
	background-image: url(img/menu-path-cont.png);
}
div.sub {
	background-repeat: repeat-x;
	background-position: top;
	/*
	background-image: url(img/menu-sub-1.png);
	*/
}
div.subspace {
	width: 20px;
	background-repeat: no-repeat;
	background-position: top left;
	background-image: url(img/menu-sub-0.png);
}
div.subpre {
	width: 23px;
	background-repeat: no-repeat;
	background-position: top left;
	background-image: url(img/menu-sub-pre.png);
}



/*****************************************************************************************************/
/**************************************** PARAGRAPHS *************************************************/
/*****************************************************************************************************/

.left {
	text-align: left;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.vtop {
	vertical-align: top;
}
.vbottom {
	vertical-align: bottom;
}

h4 {
	font-size: 11px;
	line-height: 17px;
	font-weight: normal;
}
h3 {
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
}
h2 {
	font-size: 13px;
	line-height: 21px;
	font-weight: bold;
}
h1 {
	font-size: 17px;
	line-height: 23px;
	font-weight: bold;
}
p, h1, h2, h3, h4, ul, ol {
	padding-top: 4px;
	padding-bottom: 3px;
}
p.top {
	padding-top: 5px;
	padding-bottom: 30px;
	/*
	background-image: url(img/top.gif);
	background-repeat: no-repeat;
	background-position: 0px 13px;
	clear: both;
	*/
}
p.paragraph {
	padding-left: 24px;
	background-repeat: no-repeat;
	background-position: 12px 9px;
	display: inline;
}

li {
	margin-left: 40px;
}

.indent {
	text-indent: 20px;
}

div.comment {
	background-image: url(img/prices-body.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	margin-top: 10px;
	margin-left: 20px;
	margin-bottom: 20px;
}
div.prices {
	width: 220px;
	float: right;
}
div.comment p {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
div.comment h3 {
	padding-left: 30px;
	background-image: url(img/prices-heading.png);
	background-repeat: no-repeat;
	background-position: top left;
}
p.pricetitle {
	padding-bottom: 0px;
}
p.price {
	text-align: right;
	padding-top: 0px;
	font-weight: bold;
}
p.price small {
	font-weight: normal;
}
p.small {
	line-height: 12px;
}

p.information {
	padding-left: 30px;
	padding-top: 10px;
	background-repeat: no-repeat;
	background-position: 0px 6px;
}
p.information {
	background-image: url(img/prices-heading.png);
}

p.footer {
	clear: both;
	margin-bottom: 20px;
}

.clear {
	clear: both;
}

.hidden {
	visibility: hidden;
}


/*****************************************************************************************************/
/************************************* IN-PARAGRAPHS *************************************************/
/*****************************************************************************************************/

h1, h2, h3, h4, em {
	color: #c0c0c0;
}

.highlight {
	color: #ffffff;
}

.important {
	color: #0000ff;
	font-style: italic;
}

em {
	font-style: normal;
	font-weight: bold;
}

a, a:active, a:visited, a:link {
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
	cursor: pointer;
}
a.actual, a.actual:active, a.actual:visited, a.actual:link, a:HOVER {
	text-decoration: none;
}
a img {
	border: none;
}

h1, div.comment h3, p.price, .button {
	color: #7474ff;
}

.comment {
	color: #404040;
}

.illustration {
	float: right;
	clear: right;
	padding: 0px;
	margin: 8px 0px 4px 10px;
}
.illustrationleft {
	float: left;
	clear: left;
	padding: 0px;
	margin: 8px 10px 4px 0px;
}

.videowindow {
	overflow: hidden;
	text-align: center;
	width: 100%;
	height: 0px;
	display: block;
	padding: 0px;
	border: none;
	clear: both;
}

img.textimage {
	vertical-align: text-bottom;
	border: none;
	padding: 0px;
	margin: 0px;
}

/*****************************************************************************************************/
/****************************************** FORM *****************************************************/
/*****************************************************************************************************/


.input {
	background-color: #202020;
	margin: 0px;
	padding: 0px;
}

.inputcheckbox {
	height: 14px;
	width: 14px;
	margin: 0px;
	padding-bottom: 2px;
	border: 0px;
	vertical-align: middle;
}

.raised {
	border-top: 1px solid #606060;
	border-right: 1px solid #404040;
	border-bottom: 1px solid #404040;
	border-left: 1px solid #606060;
}

.lowered {
	border-top: 1px solid #404040;
	border-right: 1px solid #606060;
	border-bottom: 1px solid #606060;
	border-left: 1px solid #404040;
}

.button {
	font-weight: bold;
	cursor: pointer;
}

.button:HOVER {
	color: #FFFFFF;
}

td.fieldtitle {
	padding-right: 4px;
}
td.fieldtitle, td.fieldinputbig {
	height: 22px;
	vertical-align: top;
}
input.fieldtitle, input.fieldinputbig, input.fieldinputsmall {
	height: 14px;
}

.fieldtitle {
	width: 350px; 
}
.fieldinputbig {
	width: 450px;
}
.fieldinputsmall {
	width: 200px;
}

.fieldinputtall {
	height: 120px;
}




