@charset "utf-8";
/* 
Farben
#FFFF99 Seitenhintergrund
#FED86D Hintergrund
#F39C3D Navigation und Header
*/

body {
	background:#FFFF99 url(images/bgr.png) fixed center repeat-y;
	margin:0;
	padding:0;
	height:100%;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#006;
}
img {
	border:none;
}
#inhalt a, #inhalt a:visited {
		color:#03C;
		text-decoration:none;
		font-style:italic;
}
input, textarea {
	color:#006;
	background:#FED86D;
	border: solid 1px #006;
}
#mailing_form {
	margin:auto;
	width:500px;
	background: #F39C3D;
	border:solid 1px #006;
}

#head {
	position:fixed;
	top:0px;
	left:50%;
	margin-left:-240px;
	background:#F39C3D url(images/header.png) right;
	width:640px;
	height:109px;
	border-bottom: solid #006 1px;
	color:#006;
	z-index:3;
}
#head span {
	cursor:default;
}
#logo {
	position:fixed;
	top:0;
	left:50%;
	margin-left:-400px;
	height:120px;
	width:159px;
	background:url(images/logo.png);
	text-indent: -900em;
	z-index:6;
}
#header_description {
	float:right;
	font-size:16px;
	width:590px;
	margin-right:10px;
	margin-top:6px;
}


#nav {
	position:fixed;
	top:0px;
	left:50%;
	margin-left:-400px;
	width:140px;
	padding-left:20px;
	z-index:5;
}

#nav ul, #nav ul li ul{
	margin: 0;
	padding: 0;
	color:#006;
}
#nav ul li, #nav ul li ul li {
	padding: 4px 0 4px 0;
}
#nav ul li{
	list-style-type: none;
	padding-top: 16px;
}
#nav ul li ul li{
	list-style-position: inside;
	list-style-type:disc;
	padding-left: 10px;
}
#nav a:link, #nav li a:visited  {text-decoration: none; color: #006;}
#nav a.aktiv:link, #nav a.aktiv:visited {text-decoration: none; color: #FFDD44; font-weight: bold;}
#nav a:hover {font-weight: bold;}


#inhalt {
	position:absolute;
	width:610px;
	top:124px;
	left:50%;
	margin-left:-224px;
	padding-bottom:20px;
	color:#006;
	line-height:2;
	text-align: justify;
	z-index:2;
}

h1, h2 {
	font-weight:normal;
	font-style:italic;
}
.wichtig {
	font-size:18px;	
}
