body {
	font-family: verdana, helvetica, sans-serif;
	font-size: 0.9em;
	margin: 0; padding: 0;
}

#gecko_scrollbar {
 display: none;
}


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

#hauptrahmen {
	width: 849px;
	margin: 0 auto;
	background: url(../images/bg_content.jpg);
	background-repeat: repeat-y;
	height: 100%;
}

#oben {
	width: 849px;
	background: url(../images/header.jpg);
	height: 190px;
	background-repeat: no-repeat;
	background-position: bottom;
}

#oben img {
	float: right;
	padding: 20px 40px 0 0;
	
}

#links {
	float: left;
	width: 263px;
	margin-left: 7px;
	_margin-left: 3px;
	
}


#links ul {
	margin: 0; padding: 0; list-style: none; list-item: none; border-bottom: 1px solid #183A63; width: 179px;  margin-bottom: 20px;
}


#links li {
	height: 23px; border-top: 1px solid #183A63; display: block;
}

#links li.aktiv {
	border-left: 9px solid #183A63;
	padding-left: 9px;
	font-size: 0.75em;
	height: 23px;
	line-height: 23px;
	display: block;
	background: #D0D7E8;
}

#links li.aktiv a {
	font-size: 1em;
	height: 23px;
	line-height: 23px;
	text-decoration: none;
	padding-left: 0px;
	display: block;
}

#links li.aktiv a:hover {
	background: #D0D7E8;
	color: #770000;
}

#links li.subnav {
	background: #B9C1D6;
	border-left: 9px solid #183A63;
	height: 18px;
	line-height: 18px;
}

#links li.subnav a {
	height: 18px;
	line-height: 18px;
}

#links li.subnavaktiv {
	background: #B9C1D6;
	border-left: 9px solid #183A63;
	padding-left: 18px;
	height: 18px;
	line-height: 18px;
	font-size: 0.75em;
}

#links li a {
	padding-left: 18px;
	color: #183A63;
	text-decoration: none;
	font-size: 0.75em;
	height: 23px;
	line-height: 23px;
	display: block;
}

#links li a:hover {
	background: #C3CCE2;
}

#links img {
	margin: 0 0 0 18px;
	border: 8px solid #183A63;
}

#rechts {
	padding-left: 330px;
	padding-right: 50px;
	color: #fff;
	font-size: 0.8em;
	line-height: 1.8em;
}

#rechts h1, #rechts h2, #rechts h3, #rechts h4 {
	font-family: georgia, "times new roman", serif;
}

#rechts p.erster {
	border-left: 9px solid #9CA6C0;
	padding-left: 18px;
}

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

.copy {
	margin-top: 10px;
	padding-left: 18px;
	line-height: 10px;
}

.copy a {
	color: #5E6A89;
	font-size: 9px;
	line-height: 10px;
	text-decoration: none;
}

#rechts h1 { font-size: 24px; font-weight: normal; line-height: 1.1em; } 
#rechts h2 { font-size: 18px; font-weight: normal; line-height: 1.1em; } 
#rechts h3 { font-size: 14px; font-weight: normal; line-height: 1.1em; } 
#rechts h4 { font-size: 12px; font-weight: bold; line-height: 1.1em; } 


#rechts img {
	border: 1px solid #ffffff;
}

#unten {	
	height: 16px;
	background: url(../images/bg_footer.jpg);
}


	
