/* CSS Document */
* {
	margin: 0em;
	padding: 0em;
	}
body {
	font-family: "verdana", sans-serif;
	font-size: 0.85em;
	background-color: #fff;
	color: #555;
	width: 980px;
	}
#logo {
	height:129px;
	background-image: url(../img/banner.jpg);
	background-repeat: no-repeat;	
	}
#header {
	/*position: absolute;
	top: 149px;*/
	height:34px;
	width: 980px;
	background-color: #FFCC33;
	color: #000000;
	}
#header h1 {
	font-family:"Times New Roman", Times, serif;
	font-size: 30px;
	margin-left: 10px;
	}
#header p {
	text-align: right;
	margin-right: 10px;
	}

/*#status {
	position: absolute;
	border-top : solid 1px #000000;
	border-bottom: solid 1px #000000;
	left: 0px;
	top: 199px;
	width: 980px;
	}*/
#status p {
	margin: 3px 0 3px 10px;
	}
#navigation {
	width: 170px;
	float:left;
	margin-top: 15px;
	}
#navigation ul {
	list-style-type:none;
	background-color:#CCCCCC;
	
	}
#navigation ul li {
	color: #333333;
	border-bottom: 1px solid #ffffff;
	padding: 2px 0 3px 10px;
	height:20px;
	}
#navigation h2{
	color: #FFFFFF;
	background-color: #FF9933;
	font-size: 1em;
	height:22px;
	padding-left: 10px;
	padding-top: 4px;
	border-bottom: 1px solid #ffffff;
	}
#navigation a {
	color: #333333;
	background-color: inherit;
	text-decoration: none;
	}
#navigation a:hover {
	color: #33886D;
	background-color: inherit;
	text-decoration: none;
	}
#content { 
	left: 184px;
	width: 600px;
	float:left;
	margin-top: 12px;
	margin-left: 15px;
	/*position: absolute;
	top: 200px;*/
	}
#content h1 {
	font-size: 1.4em;
	}
#content p {
	padding-top: 10px;
	}
#content a {
	color: #000000;
	font-weight:bold;
	background-color: inhertit;
	text-decoration: none;
	}
#content a:hover {
	color: #33886D;
	background-color: inherit;
	text-decoration: none;
	}
#content ul {
	margin-left: 15px;
	list-style-position: inside;
	}
#content ul li{
	list-style-image: url(../img/bullet3.gif);
	margin-top: 10px;
	padding-left: 5px;
	}
.imgleft {
	float: left;
	padding-right: 10px;
	}
.imgright {
	float: right;
	padding-left: 10px;
	}
#footer {
	float:left;
	height: 20px;
	width: 980px;
	color: #000000;
	background-color: #FFCC33;
	margin-top: 15px;
	margin-bottom: 10px;
	padding-left: 10px;
	}
#footer a {
	color: #000000;
	background-color: inhertit;
	text-decoration: none;
	}
#footer a:hover {
	color: #E7B248;
	background-color: inherit;
	text-decoration: none;
	}
#sitemap {
	float:left;
	margin-top: 12px;
	margin-left: 15px;
	}
#sitemap a{
	color: #666666;
	font-size: 0.85em;
	}
#sitemap a:hover {
	color: #33886D;
	background-color: inherit;
	text-decoration: none;
	}
#links {
	width: 320px;
	float:left;
	}
#mitte{
	width: 320px;
	float:left;
	}
#rechts {
	width: 320px;
	float:left;
	}

.ersterabs {
	margin-left: 10px;
	}
.zweiterabs {
	margin-left: 40px;
	color: #999999;
	background-color: inherit;
	}
.dritterabs {
	margin-left: 50px;
	}	