* {margin: 0; padding: 0;}

body {
	background: #b3b6a5 url(images/body_bg.jpg) top left repeat-x;
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 90%;
	overflow-y: scroll;
	}

#site {
	width: 950px;
	margin: 0 auto;
	text-align: left;
	}
	
#header {
padding: 0;
	height: 164px;
	background: url(images/header_bg.jpg) top left no-repeat;
	}
	
#mitte {
	background: url(images/mitte_bg.jpg) top left repeat-y;
	padding: 0 30px;
	min-height: 300px;
	}
	
#footer {
	height: 27px;
	background: url(images/footer_bg.jpg) top left no-repeat;
	}
	
hr.clearer {
	clear: both;
	visibility: hidden;
	}
#menu {
	width: 200px;
	padding-left: 0;
	float: left;
	}
	
#menu dt {
	color:#417230;
	cursor:pointer;
	height:30px;
	line-height:30px;
	padding-left:25px;
	text-align:left;
	}
	
#menu dd {
	padding: 0 0 0 40px;
	border: 0px solid gray;
	}
	
#menu ul {
	margin-left: 20px;
	}

#menu li {
	color: #417230;
	text-align: left;
	background: #fff;
	padding: 0 0;
	list-style-type: none;
	}
	
#menu li a, #menu dt a {
	color: #417230;
	text-decoration: none;
	font-weight: bold;
	display: block;
	border: 0 none;
	height: 100%;
	padding: 0 0 0 5px;
	}
	
#menu li a {
padding: 4px 0 4px 6px;
font-size: 90%;
}

#menu dt a {
	background:url(images/listenpunkt.jpg) center left no-repeat;
	padding: 0 0 0 20px;
	}

#menu dt a:hover {
color: black;
	background:url(images/listenpunkt_rot.jpg) center left no-repeat;
	}
	
#menu li a:hover {
	color: black;
	}

#topmenu {
	padding: 90px 
	}
	
#topmenu li{
	float: right;
	list-style-type: none;
	padding: 0 10px;
	border-left: 1px solid white;
	}
	
#topmenu li.noborder{
	border-left: none;
	}

#topmenu li a{
	display: block;
	color: white;
	text-decoration: none;
	}
#content ul {
	margin-bottom: 20px;
	margin-left: 15px;
}
#content h1 {
	margin-bottom: 20px;
	font-size: 150%;
	font-family: serif;
	color: #417230;
}

#content h2 {
	margin: 0 0 20px 0;
	padding: 20px 0 0 0;
	font-size: 120%;
	font-family: serif;
	color: #417230;
	border-top: 0px solid black
}
	
#content {
	border: 0;
	width: 650px;
	float: left;
	margin: 0 0 0 20px;
	}
	
#content p {
	margin: 0 0 20px 0;
	}
	
#content a {
	color: #417230;
	}
	
.content_image {
	width: 250px;
	float: right;
	margin: 0 0 20px 20px;
	}
.larger {font-size: larger;}.logo {
	margin-top: 10px;
	padding-top: 20px;
}

