body {  
	font-family: Helvetica, Arial, Geneva, SunSans-Regular, sans-serif;
	background-color: #C6CECE;
	background-image: url(../02_bg/bg_body.gif);
	background-repeat: repeat;
	margin-top: 0px;
	margin-left: 0px;
	}
		
img { 
	border-width: 0;
	}
	
/*start container*/
#header { 
	width: 903px; 
	height: 127px; 
	margin: 0 auto;
	}
		
#nav_top {
	text-align: right;
	width: 900px;
	height: 1.5em;
	padding-top: 0.7em;
	margin: 0 auto;
	}
		
#wrapper, .content, #content_left {
	height: auto;
	border-color: #c8c8c8 #969696 #969696 #c8c8c8;
	border-style: solid;
	border-width: 1px 2px 2px 1px;
	}

#wrapper {
	background-color: #F8FDF9;
	background-image: url(../02_bg/bg_content.gif);
	width: 900px;
	overflow: auto;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 5px;
	}

.content { 
	background-color: white; 
	width: 243px; 
	float: left; 
	margin-bottom: 15px;  
	margin-left: 40px; 
	display: inline; 
	}
				
#content_left {
	background-color: white;
	width: 529px;
	float: left;
	margin-bottom: 15px;
	margin-left: 40px;
	display: inline;
	padding-bottom: 20px;
	}
	
#content_left_nav {
	width: 514px;
	height: 1.4em;
	padding-left: 15px;
	padding-top: 0.6em;
	border-bottom: solid 1px #c8c8c8;
	}
			
.kosten {
	width: 497px;
	margin: 12px 0 12px 15px;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: #c8c8c8;
	}
		
#nav_bottom { 
	text-align: right; 
	width: 900px; 
	height: 20px; 
	clear: both; 
	margin: 5px auto 20px; 
	padding-right: 10px; 
	}
		
/*start typo*/
h1 {
	border-top: 1px solid #c8c8c8;
	border-bottom: 1px solid #c8c8c8;
	font-size: 0.9em;
	margin-top: 0; 
	margin-bottom: 0;
	}
	
h2 { 
	font-size: 0.8em;
	margin-top: 0;
	margin-bottom: 0;
	}
		
h1, h2 {  
	font-weight: 500; 
	line-height: 1.5em; 
	color: #202B28; 
	}
		
h6 { 
	color: #DCF1FF; 
	font-size: 0.9em;
	font-weight: 500; 
	padding: 0.40em 15px 0.30em 15px;
	display: block; 
	}
		
h3 { 
	color: #202B28; 
	font-size: 0.7em; 
	line-height: 1.3em; 
	margin-top: 0; 
	margin-bottom: 0;
	}
		
p { 
	color: #202B28; 
	font-size: 0.7em; 
	line-height: 1.3em;
	padding: 0 15px 0 15px;
	margin: 0.9em 0 0.9em 0;
	}
	
h1, h2, h3 {
	padding: 0.2em 15px 0.2em 15px;
	}
		
a { 
	text-decoration: none; 
	}
		
ul { 
	color: #202B28; 
	font-size: 0.7em; 
	line-height: 1.3em; 
	margin: 0;
	padding-left: 15px;
	padding-right: 15px;
	list-style-type: none; 
	}
		
li { 
	background: url(../05_grafik/bullet_1.gif) no-repeat 0 0.3em;
	padding-left: 10px; 
	margin: 0.5em 0 0.5em 0;
	}
		
/* Link Definitionen*/
#nav_top a, link, visited, active { 
	color: #93310A; 
	font-size: 0.7em; 
	font-weight: bold; 
	padding-right: 6px; 
	padding-left: 0.8em; 
	}
		
#nav_top a:hover { 
	color: #969696; 
	}
	
#wrapper a { 
	color: #93310A;  
	text-decoration: none; 
	}
	
#wrapper a:hover {
	text-decoration: underline; 
	}
	
#content_left_nav a, link, visited, active { 
	font-size: 0.7em; 
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 0.2em;
	padding-bottom: 0.1em;
	border-left: 1px solid #c8c8c8;
	text-decoration: none; 
	}
	
#content_left_nav a:hover { 
	color: #969696; 
	text-decoration: none;
	}
		
#nav_bottom a, link, visited, active { 
	color: #93310A; 
	font-size: 0.7em; 
	}
		
#nav_bottom a:hover { 
	text-decoration: underline; 
	}
		
/*start klassen*/
.bg_thema, .bg_service, .bg_aktuelles {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	}
	
.bg_thema {
	background-color: #00328F;
	}
	
.bg_service { 
	background-color: #011B63; 
	}
	
.bg_aktuelles { 
	background-color: #917A5A; 
	}

.thema { 
	color: #002156; 
	background-color: #D7F4F3;
	}
			
.service { 
	color: #002156; 
	background-color: #D7F4F3;
	}
			
.aktuelles {
	color: #442509;
	background-color: #F1EAE4;
	}
		
.border_bottom {
	padding-bottom: 0.45em;
	margin-bottom: 0;
	border-bottom: 1px solid #c8c8c8;
	}
	
.border {
	margin: 10px;
	border: 1px solid #c8c8c8;
	}
	
.p_right {/*bottom-navigation der aktuelles.php*/
	float: right;
	}
	
.p_left {
	float: left;
	}
	
#clear {
	clear: both;
	}
		
/*start images*/
img.wide { 
	margin-top: 0;
	margin-left: 0;
	}
		
img.float, img.float_right { 
	vertical-align: middle; 
	margin: 0.25em 0 0 0;
	padding-right: 15px; 
	padding-left: 15px; 
	}
	
img.top, img.top_right { 
	vertical-align: middle; 
	margin: 0.9em 0 0 0;
	padding-right: 15px; 
	padding-left: 15px; 
	}
		
img.float_right, img.top_right { 
	float: right; 
	}
	
img.float, img.top { 
	float: left; 
	}