body {
	background: #ffffff;
	font-family: verdana, arial, sans-serif;
	margin: 0 0 10px 0; padding: 0;
	font-size: 12px;
}

html>body #gecko_scrollbar {
 position: absolute;
 z-index: 1;
 bottom: -1px;
 left: 0;
 width: 1px;
 height: 1px;
 display: block;
 font-size: 0;
}

#hauptrahmen  {
	margin: 0 auto;
	width: 970px;
}

#header {
	background: url(../img/bg_header.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 82px;
	padding-left: 35px;
	padding-right: 55px;
	text-align: right;
}

#header ul {
	margin: 0;
	padding: 0;
	list-item: none; list-style: none;
	position: relative; top: 55px;
}

#header li {
	display: inline;
}

#header h1 {
	float: left;
	font-size: 0.8em;
	position: relative;
	left: -250px;
	top: 57px;
	color: #4A4C95;
	margin: 0; padding: 0;
}

#header li a {
	color: #000077;
	text-decoration: none;
	font-size: 0.8em;
}

#header img {
	float: left;
	padding-top: 2px;
	padding-bottom: 2px;
}

.mini {
	font-weight: bold;
	font-size: 0.7em;
}

#content_o {
	background: url(../img/content_top.jpg);
	background-repeat: no-repeat;
	height: 26px;
}

#content {
	background: url(../img/bg_content_mitte.jpg);
	background-repeat: repeat-y;
}

#links {
	width: 229px;
	float: left;
	padding-left: 19px;
	
	margin: 0;
}

#links p {
	width: 250px;
	background: white;
	
}

#hauptnav {
	margin: 0; padding: 0;
	list-item: none; list-style: none;	
	background: url(../img/bg_hauptnav.jpg);
	background-repeat: repeat-y;
	background-position: right;
}

#hauptnav ul {
	width: 240px;
	margin: 0; padding: 0;
}

#hauptnav li {
	width: 198px;
	line-height: 24px;
	border-bottom: 1px solid #919395;
	background: #efefef
}

#hauptnav li.aktiv {
	width: 198px;
	line-height: 24px;
	border-bottom: 1px solid #919395;
	background: #6f8dc4;
}

#hauptnav li.aktiv a {
	font-size: 0.8 em;
	text-decoration: none;
	color: #ffffff;
	padding-left: 15px;
	display: block;
	font-weight: bold;
}

#hauptnav li.aktiv a:hover {
	background: #F06956;
	color: #ffffff;
	font-weight: bold;
}

#hauptnav li.erster {
	background: url(../img/bg_hauptnav_erster.jpg);
	background-repeat: no-repeat;
	height: 148px;
	
}


#navabschluss {
	margin: 0; padding: 0;
	list-item: none; list-style: none;	
}

#navabschluss li.letzter {
	background: url(../img/hauptnav_unten.jpg);
	background-position: 0 bottom;
	background-repeat: no-repeat;
	height: 40px;
	border-bottom: 0px;
	font-size: 0.8em;
	padding: 6px 2px 6px 15px;
}

#navabschluss li.letzter a {
	color: #555555;
	text-decoration: none;
}

#hauptnav li a {
	font-size: 0.8 em;
	text-decoration: none;
	color: #000000;
	padding-left: 15px;
	display: block;
}

#hauptnav li a:hover {
	background: #e0e0e0;
}

#rechts {
	margin-left: 220px;
	padding: 10px 50px 10px 30px;
}

#rechts h1 {
	font-face: arial, helvetica, sans-serif;
	font-size: 24px;
	display: block;
	font-weight: normal;
	color: #222222;
	margin: 0 0 20px 0 ; padding: 0;
}

#rechts h2 {
	font-face: arial, helvetica, sans-serif;
	font-size: 18px;
	display: block;
	font-weight: normal;
	color: #222222;
	margin: 0 0 20px 0 ; padding: 0;
}

#rechts h3 {
	font-face: arial, helvetica, sans-serif;
	font-size: 16px;
	display: block;
	font-weight: normal;
	color: #222222;
	margin: 0 0 20px 0 ; padding: 0;
}

#rechts p.erster {
	padding-left: 15px;
	border-left: 8px solid #FC6D5D;
}

#rechts .bildcontainerlinks {
	float: right;
	margin-left: 15px;
}

#rechts .bildcontainerrechts {
	float: left;
	margin-right: 15px;
}

#rechts img {
	margin-bottom: 10px;
}

#rechts a {
	color: #4A4C95;
	text-decoration: underline;
}

#rechts a:hover {
	color: #FC6D5D;
	text-decoration: underline;
}

#footer {
	background: url(../img/bg_footer.jpg);
	background-repeat: no-repeat;
	height: 27px;
	font-size: 0.8em;
	padding-left: 250px;
	padding-top: 10px;
	color: #777777;
}

#footer a {	
	text-decoration: none;
	color: #777777;
}

form .noborder {
	border: 0px solid #ffffff;
	margin-right: 3px;
	align: right;
}

form .button {
	border-: 1px solid #777777;
}

.imgbg { background: #dddddd; margin: 0 9px 9px 0; float: left; font-size: 10px; padding: 1px;}
.imgbg p { margin: 3px; padding: 0; }
.imgbg img { margin: 0!important; padding: 0!important; }
	
.clearfix {clear: both; }
