@charset "UTF-8";
/*Anweisung für alle Seiten */

#wrapper {
	width: 936px;
	margin-left: 80px;
	margin-top:10px;
	position: relative;
}

#header {
	padding-top:5px;
	float: left;
	height: 265px;
	width: 936px;
	position: relative;
}

#navi {
	float: left;
	height: 400px;
	width: 165px;
}

#content {
	float: left;
	width: 936px;
	position: relative;
	margin-top: 9px;
}

#textfeld {
	float: left;
	width: 490px;
	position: relative;
	margin-left: 90px;
	padding-top: 29px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 50px;
	line-height: 18px;
}

h1 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:20px;
	color:#b9ce02;
	line-height:130%;
}

h2 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#b9ce02;
	line-height:300%;
}

p1 {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #646363;
	line-height:150%;
}

p2 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#b9ce02;
	line-height:400%;
	font-weight:600;
}

p3 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#646363;
	line-height:150%;
	font-weight:600;
}

p4 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#FFF;
	line-height:150%;
	font-weight:600;
}

#footer {
	float:left;
	width:936px;
	height:80px;
	position: relative;
}

#strich {
	float: left;
	height: 5px;
	width: 930px;
	position: relative;
	margin-bottom: 20px;
}

#impressum {
	float:left;
	margin-left:12px;
	font-family: Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#b9ce02;	
}

a {
	font-family: Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#646363;
	text-decoration:none;
}

a:hover {
	color:#b9ce02;
	text-decoration: none;
}



