
body {
	background-color: #d1cfd0;
	padding-bottom: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height:24px;
	color: #333;
}



#wrapper {
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	padding: 20px;
	background-color: #FFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #DADADA;
	border-left-color: #DADADA;
}




#header {
	position: relative;
	height: 350px;
}



#banner {
	border: 1px solid #999999;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	height: 250px;
	width: 800px;
}



#nav {
	float: left;
	border-bottom: 3px solid #e30613;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 30px;
	margin-left: 160px;
}


#nav ul {
	margin: 0;
	list-style: none;
}

#nav li {
	display: inline;		
}

#nav a {
	display: block;
	float: left;
	padding: 30px 30px 0 30px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #666;
}

#nav a:hover {
	background: url(../images/hvz.png) no-repeat center top;
}

#nav .current_page_item a {
	background: url(../images/hvz.png) no-repeat center top;
}


a {
	color: #bbbbbb;
}

a:hover {
	text-decoration: underline;
}



.content {
	width:800px;
	margin: auto;
	color:#666;
	font-weight:normal;
	background:#fff;
	display:inline-block;
}

	.headings {
		color:#e30613;
		font-size: 18px;
		text-transform: uppercase;
		font-weight: bold;
		margin:0 0 20px 60px;
	}
	
	.text {
		width:750px;
		float:left;
		margin:0 0 0 60px;
	}

 .rechts {
 	width: 400px;
 	position: relative;
 	float: left;
 	padding-left: 40px;
 }
 
 
.links {
 	width: 240px;
 	position: relative;
 	float: left;
 }
 
	
.footer {
	width:800px;
	height:25px;
	margin:0 auto;
	border-top: 2px solid #eaeaea;
	color:#aaa;
	float:left;
	margin:36px;
	font-size:12px;
	text-align:center;
}