body {
	margin:0;
	padding:0;
	background-color:#464646;
	font-family:Arial;
}

#header_wrapper {
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	height:175px;
}

#header {
	position:absolute;
	width:900px;
	left:50%;
	margin-left:-450px;
	
}

#logo {
	background-image:url(images/logo.jpg);
	background-repeat:no-repeat;
	width:326px;
	height:101px;
}

#menulinks {
	float:left;
	height:42px;
	padding-left:0px;
}

#menulinks a:link, #menulinks a:visited, #menulinks a:active {
	color: #ffffff;
	font-family:Arial;
	font-size:16px;
	text-decoration:none;
}

#menulinks a:hover, #menulinks a.selected {
	color: #589219;
	font-size:16px;
}



#content_wrapper {
	background-image:url(images/schatten.jpg);
	background-repeat:repeat-x;
}

#content {
	background-color:#767676;
	margin: 0px auto;
	width:900px;
}

#content_text {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	float:left;
	width: 850px;
	margin:10px;
	padding:15px;
	background-color:#767676;
	font-family:Arial;
	color:#000;
}

*html #content_text {
	float:left;
	width: 850px;
	margin:10px;
	padding:15px;
	background-color:#767676;
	font-family:Arial;
	color:#000;
}

#bild {
	background-color:#36C;
	background-image:url(images/schatten.jpg);
	width:283;
	float:left;
	height:300px;
	
}

#footer_wrapper {
	background-image:url(images/footer_bg.jpg);
	background-repeat:repaeat-x;
	height:20px;
}
#footer {
	background-color:#333;
	font-size:10px;
	text-align:center;
	margin-top:10px;
	position:absolute;
	width:900px;
	left:50%;
	margin-left:-450px;
}

#footer a:link, #footer a:active, #footer a:visited{
font-size:10px;
	color:#000000;
	text-decoration:underline;
}
#footer a:hover{
	color:#999;
	text-decoration:none;
}


h1 {
	color:#262525;
	font-size:24px;
	font-weight:bold;
	padding-top:0px;
}
h2 {
	color:#262525;
	font-size:20px;
	font-weight:bold;
	padding-top:0px;
}



#menulinks ul {
	margin:0;
	padding:0;
	display: inline;
	float: left;
	list-style: none;

}
#menulinks li {
	float: left;
	list-style: none;
	padding:10px;
}
/*** left nav ***/
.leftnav{
 	width:170px;
	padding:0 10px 200px 0px;
	color:#111;
	}
	
.leftnav ul{
	border-top:0px dashed #262525;
	padding:0;
	margin:0;
	}
.leftnav ul ul{
	border:none;
	}
.leftnav li{
	list-style: none;
	}
	
.leftnav ul ul a{
	padding-left:20px;
	}
.leftnav ul ul ul a{
	padding-left:40px;
	}
	
.leftnav a{
	display:block;
	border-bottom:1px dashed #262525;
	padding:8px;
	margin: 0;
	text-decoration:none;
	white-space:nowrap;
	overflow:hidden;
	font-size:12px;
	}
	
.leftnav a:hover, .leftnav a.selected{
	background-color:#868686;
	}
	
a:link, a:visited, a:active {
	color: #262525;
	font-size:14px;
	font-family:Arial;
	font-weight:bold;
}
a:hover {
	color:#000000;
}
	

