@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
}

img {
	display: block;	
	border: none;
}

#wrapper {
	width: 845px;
	margin:0 auto;
}

#top {
	background-image:url(../bilder/top.gif);
	width: 845px;
	height: 116px;
}

#topcontent {
	padding-left: 228px;	
	padding-top: 27px;
}

#topcontent ul {
	margin: 0;
	padding: 0;
}

#topcontent li {
	display: inline;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-right: 15px;
}

#container #topcontent li {
	padding-right: 11px;
}

#topcontent li a {
	color: #000;	
	text-decoration: none;
}

#topcontent li a:hover {
	text-decoration: underline;	
}

#middle {
	width: 845px;	
	background: url(../bilder/middle.gif) repeat-y;
	overflow: auto;
}

#maincontent {
	margin-left: 64px;
	width: 718px;
	margin-top: 20px;
}

#middlecontent {
	margin-left: 64px;
	width: 718px;
	margin-top: 20px;
	background: url(../bilder/links.jpg) #ec1b24 top left no-repeat;
}

.grey {
	background-color: #b6b6b6 !important;	
}

#middlecontent #stoerer {
	margin-left: 160px;
	padding-top: 10px;
}

#middlecontent #text {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 13px;
	line-height: 18px;
	width: 315px;
	margin-left: 210px;
	float: left;
}

* html #middlecontent #text {
	padding-left: 197px;
	margin-left:5px;
}

#middlecontent #text a {
	color: #FFF;	
}

#middlecontent #text a:hover {
	text-decoration: none;	
}

#middlecontent #formular {
	font-family: Arial, Helvetica, sans-serif;
	background: url(../bilder/verlauf.gif) repeat-x #f3f3f3;
	color: #000;
	font-size: 13px;
	line-height: 18px;
	width: 420px;
	margin-left: 192px;
	padding-left: 20px;
	padding-right: 86px;
}

#middlecontent #rechts {
	float: left;
	width: 193px;
	overflow: hidden;
}

#clear {
	clear: left;	
}

#bottom {
	background-image:url(../bilder/bottom.gif);
	width: 845px;
	height: 66px;
}

#bottomcontent {
	padding-left: 80px;
	line-height: 36px;
}

#bottomcontent ul {
	margin: 0;
	padding:0;
}

#bottomcontent li {
	display: inline;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: red;
}

#bottomcontent li a {
	color: #000;
	text-decoration: none
}

#bottomcontent li a:hover {
	text-decoration: underline;	
}

td, tr, table, form {
	padding-left: 0;
	margin-left:0;
}

.comment {
font-size:11px;
line-height:12px;
font-style:italic;
color:#505050;
margin: 2px 0 3px 0;
}