body {
margin: 0;
background-color: #989898;
font-family: helvetica, geneva, arial, sans-serif;
overflow-y: scroll;
}
img {
border: 0;
}

a:link, a:visited, a:active { 
	font-weight: normal; text-decoration: none; color: #c00000;
}
a:hover { 
	text-decoration: underline; color: #c00000;
}
td {
font-size: 10.5pt;
}

#root {
text-align:center;
}

#child {
position:relative;
width:1180px;
margin:auto;
}

/* menu start */
#menubg {
position: absolute; 
width: 1190px; 
height: 30px; 
left: 0px; 
top: 250px;
background: #353535;
text-align:left;
z-index: 24;
}
#menu {
position: absolute; 
width: 1100px; 
height: 25px; 
left: 10px; 
top: 252px;
background: #353535;
text-align:left;
z-index: 25;
}
#menu ul {
list-style: none;
margin: 0;
padding: 0;
width: 8.5em;
float: left;
}
#menu a {
font: bold 13px/16px helvetica, geneva, arial, sans-serif;
display: block;
border-width: 1px;
border-style: solid;
border-color: #353535 #292929 #353535 #353535;
margin: 0;
padding: 2px 3px;
}

#menu h2 {
font: bold 12px/16px helvetica, geneva, arial, sans-serif;
margin: 0;
text-align: center;
/*text-transform: uppercase;*/
}
#menu a {
color: #eee;
background: #353535;
text-decoration: none;
}
#menu a:hover {
color: #c00000;
background: #eee;
}
#menu li {position: relative;}
#menu ul ul {
position: absolute;
z-index: 103;
}
#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
}
div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}
div#menu ul ul li:hover ul,
div#menu ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

#menu a.menu-active {
color: #00adef;
/*background: #353535;*/
}
/* menu ende */

#pagecontentfull { 
position: relative; 
width: 100%;
z-index: 21; 
top: 52px; 
background-color: #fff; }
#pagecontent {
position: static;
margin-left: 290px; 
min-height: 610px;
width: 890px; 
z-index: 21; 
top: 290px;
background-color: #fff;
overflow: none;
text-align: left;
}
	#pagecontent p {
	font-size: 10.5pt;
	text-align: left;
	}
	#pagecontent li {
	font-size: 10.5pt;
	}
	#pagecontent h1 {
	color: #A5AFAF;
	font-weight: normal;
	text-align: left;
	font-size: 26px;
	}
	#pagecontent h2 {
	color: #000;
	font-weight: normal;
	text-align: left;
	font-size: 23px;
	}
	#pagecontent h3 {
	color: #000;
	font-weight: normal;
	text-align: left;
	font-size: 18px;
	}
	#pagecontent img {
	margin: 2px 2px 2px 2px;
	}

#sidebar {
position: absolute; 
width: 250px; 
height: 575px; 
z-index: 20; 
left: 8px; 
top: 50px;
overflow: hidden;
background-color: #fff;
text-align: center;
z-index: 21;
}
	#sidebar p {
	font-size: 10pt;
	}

#main {
background-color: #fff;
width:1190px;
height: 920px;
min-height: 920px;
z-index: 20; 
}

#hd-index {
background-image:url(./images/hd-titel.jpg);
height:250px;
width:100%;
}

#footer {
position: static; 
width: 460px; 
height: 30px; 
z-index: 22; 
margin-left: 720px; 
top: 890px;
}
#footer  p {
text-align: right;
font-size: 8pt;
}