body {
	background: #DEE7EB;
	font-family: Arial, Helvetica sans-serif;
	line-height: 18px;
	font-size: 12px;
}

a {
	color: #0069B3;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	
}

h1, h2, h3, h4, h5, h6, p, ul, ol, dl {
	margin-bottom: 18px;
}


#secondary_content {
	font-size: 11px;
	line-height: 13px;
}

#secondary_content h4, #secondary_content h5, #secondary_content h6, #secondary_content p, #secondary_content ul, #secondary_content ol, #secondary_content dl {
	margin-bottom: 9px;
}

h1 {
	color: #0069B3;
	font-size: 20px;
}

h4 {
	text-transform: uppercase;
	font-size: 14px;
	color: #4D4D4D;
}

#container {
	width: 979px;
	padding: 0 4px 4px 4px;
	
	margin: 0 auto;
	
	background: white;
	
	position: relative;
	overflow: hidden;
	
}

#branding {
	position: relative;
	height: 147px;
	overflow: hidden;
	
}

#homepage_link {
	display: block;
	position: relative;
	left: -4px;
	z-index: 1;
}

#logo {
	display: block;
}

#header {
	display: block;
	
	position: absolute;
	left: 155px;
	top: 0;
}



#main_nav ul {
	margin-left: -1px;
	margin-top: 2px;
	background: #005699;
	height: 23px;
	zoom: 1;
	margin-bottom: 0;
	
}


#main_nav ul:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}



#main_nav li {
	float: left;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 1;
	font-size: 13px;
	position: relative;
	top: -1px;
	
	
}

#main_nav li:last-child {
	border-right: solid white 1px;
	
}

#main_nav li a {
	display: block;
	border: solid white;
	border-width: 1px 1px 0 1px;
	
	padding: 5px 12px;
	background: #AAA;
	
	color: white;
	text-decoration: none;
}


#main_nav li.i1 a {
	background: #981A24;
}

#main_nav li.i1.active a, #main_nav li.i1 a:hover {
	background: white;
	color: #981A24;
	border-color: #981A24;
	border-bottom-color: white;
}


#main_nav li.i2 a {
	background: #A33323;
}

#main_nav li.i2.active a, #main_nav li.i2 a:hover {
	background: white;
	color: #A33323;
	border-color: #A33323;
	border-bottom-color: white;
}


#main_nav li.i3 a {
	background: #BD6605;
}

#main_nav li.i3.active a, #main_nav li.i3 a:hover {
	background: white;
	color: #BD6605;
	border-color: #BD6605;
	border-bottom-color: white;
}


#main_nav li.i4 a {
	background: #BD8D00;
}

#main_nav li.i4.active a, #main_nav li.i4 a:hover {
	background: white;
	color: #BD8D00;
	border-color: #BD8D00;
	border-bottom-color: white;
}


#main_nav li.i5 a {
	background: #266756;
}

#main_nav li.i5.active a, #main_nav li.i5 a:hover {
	background: white;
	color: #266756;
	border-color: #266756;
	border-bottom-color: white;
}


#main_nav li.i6 a {
	background: #135544;
}

#main_nav li.i6.active a, #main_nav li.i6 a:hover {
	background: white;
	color: #135544;
	border-color: #135544;
	border-bottom-color: white;
}


#main_nav li.i7 a {
	background: #144D74;
}

#main_nav li.i7.active a, #main_nav li.i7 a:hover {
	background: white;
	color: #144D74;
	border-color: #144D74;
	border-bottom-color: white;
}


#main_nav li.i8 a {
	background: #005699;
}

#main_nav li.i8.active a, #main_nav li.i8 a:hover {
	background: white;
	color: #005699;
	border-color: #005699;
	border-bottom-color: white;
}



#breadcrumb_nav {
	position: absolute;
	top: 200px;
	left: 260px;
	display: none;
	
}

#breadcrumb_nav li {
	float: left;
	margin-right: 8px;
}

#breadcrumb_nav li a {
	padding-left: 10px;
	background: url("../img/ic_pfeileinfach_gr.gif") no-repeat left center;
	font-size: 11px;
	color: #6D6E70;
}

#content {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 14px;
	
	padding: 20px 24px 0 24px;
	border-right: solid #E9E9E8 1px;
	border-left:  solid #E9E9E8 1px;
	width: 523px;
	min-height: 400px;
	
/*	float: left;*/
	
/*	margin-left: 207px;*/
	
	float: left;
	
	
}

#content h2 {
	font-size: 1.4em;
	
}

#content h2 span.date {
	font-size: 0.71428571429em;
}


#content ul {
	list-style: disc;
	margin-left: 1.5em;
	
}

#secondary_content {
	margin-left: 794px;
	
	margin-top: 30px;
	width: 170px;
	
/*	margin-left: 798px;*/
	
}

#sub_nav {
	clear: both;
	
	width: 193px;
	padding-top:  15px;
	margin-top:  10px;
	margin-right:  14px;
	float: left;
	
}

#sub_nav h4 {
	margin-bottom: 15px;
	margin-left: 11px;
	line-height: 24px;
}

#sub_nav ul {
	line-height: 24px;
	font-size:  11px;
}

#sub_nav li {
	margin-bottom:  1px;
	
}

#sub_nav li a {
	display: block;
	
	padding-left: 20px;
	background: #E9E9E9;
	color: #333;
	text-decoration: none;
	
}

#sub_nav li a:hover, #sub_nav li a.active {
	color: white;
	color: white;
	background: #0069B3;
	
}

#sub_nav li a.active {
	font-weight: bold;
}


#footer_nav {
	clear: both;
	font-size: 11px;
}

#footer_nav ul {
	background: #0069B3;
	margin-bottom: 0;
	text-align: center;
	line-height: 11px;
	padding: 5px 0 4px 0;
}

#footer_nav ul.main {
	text-transform: uppercase;
	background: #D1D0C8;
}

#footer_nav li {
	display: inline;
}

#footer_nav a {
	color: white;
	padding-right:  10px;
	margin-left:  7px;
	border-right:  solid white 1px;
}

#footer_nav ul li:last-child a {
	border: none;
}

#footer_nav ul, #footer_nav a {
	color:  white;
}

#footer_nav ul.main, #footer_nav ul.main a {
	color: #4A4A4A;
	border-color:  #959595;
}





dl.termine {
	margin-left: -5px;
	
}

dl.termine dt {
	padding:  5px;
	
}

dl.termine dd {
	padding:  5px;
}

dl.termine dt, dl.termine dd {
	background: #E1EEF3;
}

dl.termine dt.even, dl.termine dd.even {
	background: #FAF7F7;
}


#secondary_content .section {
	padding-bottom: 9px;
	margin-bottom: 18px;
	border-bottom: solid #E9E9E8 1px;
	
}

#secondary_content .section:last-child {
	border:  none;
	padding-bottom: 0;
	
}