@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: Arial; 
	font-size: 14px;

}

#wrapper {
	width: 900px;
	left: 50%;
	margin-left: -450px;
	position:absolute;
	text-decoration:none;
	
}

#header {
	background-image:url("images/header.jpg");	
	background-position:top;
	width:900px;
	height:161px;
	background-repeat:no-repeat;
}

#zwischen {
	height:20px;
}

#menu {
	padding:0px 0 0 0;
	width:900px;
	height:40px;
	float:left;
	margin-right: 10px;
}

#menu a {
	float:left;
	width: 120px;
	height:40px;
   	background-image:url(images/b_n.jpg);
	text-align:center;
	display:block;
	color:#565708;
	text-decoration:none;
	font-size:14px;
	line-height:40px;
	font-weight:bold;
	margin-right: 10px;
  }
  
#menu a:hover {
	background-image:url(images/b_a.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	text-decoration:none;
	color:#565708;
	margin-right: 10px;
}

#menu a.active {
	background-image:url(images/b_a.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	text-decoration:none;
	color:#565708;
	margin-right: 10px;
}

#content {
	background-color:#F2FBDB;
	width:900px;
	border:solid #c8c8c8;
	border-width:1px;
}

#content p {
	color:#333;
}

#footer {
	text-align:center;
	width:860px;
	text-decoration:none;
	color:#878787;
}

#footer a{
	width:860px;
	text-decoration:none;
	color:#878787;
}
#footer a:hover {
	color:#575757;
}


h1 {
	color:#565708;
	font-size:24px;
	font-weight:bold;
	padding-top:10px;
}

h2 {
	color:#565708;
	font-size:20px;
	font-weight:bold;
	padding-top:5px;
}


  


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

}
#menu li {
	float: left;
	list-style: none;
}
/*** left nav ***/
.leftnav{
 	width:170px;
	padding:0 10px 200px 0px;
	color:#111;
	}
	
.leftnav ul{
	border-top:1px dashed #cccccc;
	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 #cccccc;
	padding:8px;
	margin: 0;
	text-decoration:none;
	white-space:nowrap;
	overflow:hidden;
	font-size:12px;
	}
	
.leftnav a:hover, .leftnav a.selected{
	background-color:#E3F7B3;
	}
	
a:link, a:visited, a:active {
	color: #565708;
	font-size:14px;
	font-family:Arial;
	font-weight:bold;
}
a:hover {
	color:#000000;
}
