body {
 margin:0px;
 padding:0px;
 font-size:12px;
 color:#000;
 background:#fff;
}
* html body {
 text-align:center;
}

#header {
 border:0px solid blue;
 width:780px;
 height:100px;
 margin:10px auto;
 background-image:url(gfx/logo_head.gif);
 background-repeat: no-repeat;
 text-align:left;
}

#contentRoot {
 border:0px solid gray;
 width:780px;
 margin:5px auto;
 background-image:url(gfx/bg_home.gif);
 background-repeat: repeat-y;
 text-align:left;
}

#left {
 float:left;
 width:340px;
 height: auto;
 border:0px solid red;
 margin:10px auto;
 background:#808000;
}

#center {
 float:left;
 width:75px;
 border:0px solid blue;
 margin:10px auto;
}
#right {
 float:right;
 width:340px;
 height:auto;
 border:0px solid yellow;
 margin:0px;
 background:#808000;
}

#footer {
 font-family : Verdana, sans-serif;
 font-size : 10px;
 border:0px solid black;
 width:780px;
 height:25px;
 margin:5px auto;
 text-align:left;
}

#bild {
 float:left;
 border:0px solid #99cc00;
 width:325px;
 height:85px;
 padding-top:0px;
 padding-bottom:0px;
 text-align:left;
}

#contentoben {
 float:left;
 border:0px solid black;
 width:300px;
 height:auto;
 margin:5px auto;
 padding:20px;
 text-align:left;
}

#contentunten {
 float:left;
 border:0px solid black;
 width:300px;
 height:auto;
 margin:5px auto;
 padding:20px;
 text-align:left;
}

#contentleft {
 float:left;
 border:0px solid black;
 width:300px;
 height:auto;
 margin:5px auto;
 padding:20px;
 text-align:left;
}

#navcontainer
{
 display: block;
 margin:0px;
 padding:0px;
 width:130px;
 margin-top:50px;
 margin-bottom:50px;
 margin-left:10px;
 border:0px solid yellow;
}


#navlist
{
margin: 0px;
padding: 0px;
list-style: none;
border:0px solid #FF0000;
}

#navlist li 
{
padding-left: 10px;
padding-bottom: 2px;
background-image: url(gfx/arrow.gif);
background-repeat: no-repeat;
background-position: 0 .5em;
border-bottom:1px solid #FFFFFF;
font-family : Verdana, sans-serif;
font-size : 10px;
color: #908e75;
}

A:link {
	font-family : Verdana, sans-serif;
	background-color : transparent;
	color : #FFFFFF;
	text-decoration : none;
	font-weight : bold;
}
A:visited {
	font-family : Verdana, sans-serif;
	background-color : transparent;
	color : #FFFFFF;
	font-weight : bold;
	text-decoration : none;
}
A:hover {
	font-family : Verdana, sans-serif;
	background-color : transparent;
	color : #99cc00;
	text-decoration : none;
}
A:active {
	font-family : Verdana, sans-serif;
	background-color : transparent;
	color : #777560;
	font-weight : bold;
	text-decoration : none;
}

P {
	font-family : Verdana, sans-serif;
	font-size : 11px;
	line-height : 130%;
	color: #FFFFFF;
	margin-top : 0px;
	margin-bottom : 0px;
	padding-bottom : 0px;
	text-indent : 0px;
}

H2 {
	font-family : Verdana, sans-serif;
	font-size : 12px;
	line-height : 120%;
	color: #99cc00;
	margin-top : 0px;
	margin-bottom : 5px;
	padding-bottom : 0px;
	text-indent : 0px;
}


.clearing {
 clear:both;
}