@charset "utf-8";

* 	{	
	margin:0;
	padding:0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #000000;
}
#seite {
	width: 990px;
	margin: 40px auto 20px;
	border: 4px solid #333333;
	padding: 20px;
}
#kopf {
	background: #FFF;
	margin: auto;
	height: 160px;
	width: auto;
}
#kopf img {
	padding:35px;
}
#kopf h1 {
	display: none;
}
#inhalt h2 {
	font-size: 140%;
	color: #00CCFF;
	padding-bottom: 15px;
	line-height: 130%;
	
}
#navi {
	background: #333;
	width: 180px;
	float: left;
	height: 100%;
	margin: 20px auto auto;
}
#navicontainer {
	float: left;
	width: 180px;
}
#navi li {
	list-style: none;
	display: inline;
}
#navi li a {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #00CCFF;
	padding: 10px 0px 10px 25px;
	border-bottom: 2px solid #444;
	background: url(images/navi_bullet.png) no-repeat 10px;
}
#navi li a:hover {
	color:#FFFFFF;
	border-bottom: 2px solid #666;
	background: #444 url(images/navi_bullet-a.png) no-repeat 10px;
}
#navi a.aktuell {
	background: #202020 url(images/navi_bullet-a.png) no-repeat 10px;
}
#navi a#gruen {
	border-bottom: none;
	background: #99da26;
}
#navi a#gruen:hover {
	border-bottom: none;
	background: #99da26;
}
#navi a#letzte {
	border-bottom: none;
	background: #99da26;
}
#navi a#letzte:hover {
	border-bottom: none;
	background: #99da26;
}
#subadbox {
	width: 180px;
	float: left;
	height: auto;
	margin: 20px auto;
}
#inhalt {
	background: #FFF;
	width: 590px;
	float: left;
	margin: 20px auto 20px 20px;
	padding: 30px;
	height: 100%;
	font-size: 100%;
	line-height:150%;
	color: #222;
}
#inhalt p.teasertext {
	text-align:justify;
}
#inhalt img.teaser {
	padding: 0 0 2px 20px;
	float: right;
}
#adbox {
	margin: 20px auto;
	height: auto;
	width: 120px;
	float: right;
}
#footer {
	background: #E3E3E3;
	width: auto;
	margin: 20px auto auto;
	clear: both;
	font-size: 80%;
	padding: 20px;
}
#inhalt label {
	display: block;
	float: left;
	text-align: right;
	margin-right: 10px;
	width: 80px;
}
#contact {
	margin-top: 25px;
}
#contact div {
	margin-bottom: 10px;
}
#contact legend {
	font-size: 120%;
	padding-bottom: 15px;
	font-weight: bold;
}
#contact fieldset {
	border-style: none;
}
#inhalt input.field {
	border:none;
	height:15px;
	padding:5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#inhalt textarea.nachricht {
	border:none;
	height:80px;
	width:350px;
	padding:5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}
#inhalt input.senden {
	margin-left: 90px;
	margin-right: 10px;
	width: 150px;
}
#inhalt input.zuruecksetzen {
	width: 150px;
}
#contact input:focus, #contact textarea:focus {
	background:#FFFF99;
}
