body {	background: #404040;
	font: 85% normal sans-serif;
}


.kopf {
	background: #404040; 
	border-bottom: #663333 5px solid;
	width: 100%;

}


.kopf h1{
	font: bold 2.0em sans-serif;
	color: #fff;
	line-height: 35px;

}
.kopf h2 {
	font: bold 1.1em sans-serif;
	color: #fff;
}


.kopf img {
	padding:1px;
	float: left;
}




.navi {
	background: #606060;
	font: bold 1.1em sans-serif;	
	color: #fff;
	width: 20%;
	height: 450px;
	float: left;
	border-right: #fff 1px solid;

	
	
}
.navi ul {
	background: #606060;
	list-style-type: none;
	padding-top: 35px;
}
 

.navi li {
	
	padding-top:20Px;
	
}

.navi a {
	font: bold 1.1em sans-serif;	
	color: #fff;
	text-decoration: none;
	padding: 15px;
}
	

.content {
	background: #606060;
	font: normal 0.95em sans-serif;
	color: #fff;
	width: 79%;
	height:450px;
	float: right;
	margin-bottom: 65px;
	border-left: #fff 1px solid;
	
		
}
.content p{
	line-height: 19px;
	padding: 35px 5px 5px 35px;
}

.content img {
	border: none;
	float: right;
	padding: 15px;
	margin-left: 15px;
}

.content a {
	font: bold 1.1em sans-serif;
	color: #fff;
	text-decoration: none;
}

.subcontent {
	background: #404040;
	font: normal 1.2em sans-serif;
	color: #fff;
	
}

.subcontent a {
	font: bold 1.0em sans-serif;
	color: #fff;
	text-decoration: none;
	padding: 30px;
	border-top: 5px #663333 solid;
	margin-right:15px;
}

.clear,.clearer {clear: both;} 
.clearer {font-size: 0;}

