body {  
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
	background-color: #F6FAE4; 
	background-image: url(../02_bg/bg_body.gif); 
	background-repeat: repeat; 
	margin-top: 0; margin-left: 0; 
	}
		
img { 
	border-width: 0;
	}
	
/*start container*/
#header { 
	width: 900px; 
	height: 120px; 
	margin: 0 auto; 
	border-color: #c8c8c8 #969696 #969696 #c8c8c8; 
	border-style: solid; 
	border-width: 1px 2px 2px 1px;
	}
		
#nav_top {
	text-align: right;
	width: 900px;
	height: 25px;
	margin: 0 auto 0;
	padding-top: 7px;
	}
		
#wrapper { 
	background-color: white; 
	background-image: url(../02_bg/bg_content.gif); 
	width: 900px; 
	height: auto; 
	overflow: auto; 
	margin: 0 auto;
	padding-bottom: 20px; 
	border-color: #c8c8c8 #969696 #969696 #c8c8c8; 
	border-style: solid; 
	border-width: 1px 2px 2px 1px; 
	}
		
.content { 
	background-color: white; 
	width: 243px; 
	height: auto; 
	float: left; 
	margin-top: 20px; 
	margin-left: 40px; 
	border-color: #c8c8c8 #969696 #969696 #c8c8c8; 
	border-style: solid; 
	border-width: 1px 2px 2px 1px; 
	display: inline; 
	}
		
.content_adv { 
	width: 243px; 
	height: auto; 
	float: left; 
	margin-top: 20px; 
	margin-bottom: 20px; 
	margin-left: 40px; 
	display: inline; 
	}
		
#content_left {
	background-color: white;
	background-repeat: no-repeat;
	width: 526px;
	height: auto;
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 40px;
	border-color: #c8c8c8 #969696 #969696 #c8c8c8;
	border-style: solid;
	border-width: 1px 2px 2px 1px;
	display: inline;
	}
		
#nav_bottom { 
	color: #000064; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	text-align: right; 
	width: 900px; 
	height: 20px; 
	clear: both; 
	margin: 5px auto 20px; 
	padding-right: 10px; 
	}
		
#content_left_nav { 
	width: 526px; 
	height: 1.4em; 
	padding-left: 25px; 
	padding-top: 0.2em; }
		
/*start typo*/
h1 {
	border-top: 1px solid #c8c8c8;
	border-bottom: 1px solid #c8c8c8;
	font-size: 0.9em;
	font-family: Arial, Trebuchet MS, Geneva, SunSans-Regular, sans-serif;
	}
	
h2 { 
	/*color: #7A7A7A;*/
	font-size: 0.78em;
	}
		
h1, h2 {  
	font-weight: bold; 
	line-height: 1.3em; 
	margin-top: 0; 
	margin-bottom: 0; 
	padding-top: 0.3em; 
	padding-right: 0.5em; 
	padding-left: 25px;
	}

/*
h1 { 
	border-top: 1px solid #c8c8c8; 
	}
		
h1, h2 { 
	font-size: 0.85em; 
	font-weight: bold; 
	line-height: 1.3em; 
	margin-top: 0; 
	margin-bottom: 0; 
	padding-top: 0.3em; 
	padding-right: 0.5em; 
	padding-left: 25px; 
	}
*/
		
h6 { 
	color: white; 
	font-size: 0.85em; 
	background-image: url(../05_grafik/bullet_white.gif); 
	background-repeat: no-repeat; 
	padding-top: 0.5em; 
	padding-right: 0.2em; 
	padding-left: 25px; 
	display: block; 
	}
		
h3 { 
	color: #c52314; 
	font-size: 0.7em; 
	line-height: 1.3em; 
	margin: 0.2em 1em 0.6em 25px; 
	}
		
p { 
	color: #2a2a2a; 
	font-size: 0.7em; 
	line-height: 1.3em; 
	margin: 0.2em 1em 0.6em 25px; 
	}
		
#content_left ul, .content_adv ul { 
	color: #323232; 
	font-size: 0.7em; 
	line-height: 1.5em; 
	}
		
#content_left ul { 
	list-style-image: url(../05_grafik/li_thema.gif); 
	}
		
.content_adv ul {
	list-style-type: square;
	}
		
#content_left li { 
	margin-left: 15px; 
	}
		
.content_adv li { 
	margin-left: 5px; 
	}
		
/*start navigation*/
a { 
	text-decoration: none; 
	}
	
#nav_top a, link, visited, active { 
	color: #5c6caf; 
	font-size: 0.7em; 
	font-weight: bold; 
	padding-right: 6px; 
	padding-left: 6px; 
	}
		
#nav_top a:hover { 
	color: #666666; 
	}
		
#wrapper a, link, vistited, active { 
	color: #5c6caf; 
	text-decoration: none; 
	}
		
#wrapper a:hover { 
	text-decoration: underline; 
	}
		
#content_left_nav a, link, visited, active { 
	font-size: 0.7em; 
	color: #5c6caf; 
	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: #5c6caf; 
	font-size: 0.65em; 
	}
		
#nav_bottom a:hover { 
	text-decoration: underline; 
	}
		
/*start klassen*/
.thema { 
	color: #819436; 
	}
		
.bg_thema {
	background-color: #95A752;
	height: 20px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	color: #FFFFFF;
	}
		
.service { 
	color: #CA4043; 
	}
	
.bg_service { 
	background-color: #CA4043; 
	height: 20px; 
	margin-top: 0; 
	margin-bottom: 0; 
	margin-left: 0; 
	}
		
.aktuelles { 
	color: #D78803; 
	}
		
.bg_aktuelles { 
	background-color: #FDA803; 
	height: 20px; 
	margin-top: 0; 
	margin-bottom: 0; 
	margin-left: 0; 
	}
	
.border_botom {
	border-bottom: solid 1px #c8c8c8;
	}
	
.p_right {/*bottom-navigation der aktuelles.php*/
	float: right;
	}
	
.p_left {
	float: left;
	}
	
.border {
	margin: 10px;
	border: 1px solid #c8c8c8;
	}
	
#clear {
	clear: both;
	}
		
/*start images*/
#wrapper img.wide { 
	margin-top: 0; 
	margin-left: 0;
	border-top: 1px solid #c8c8c8; 
	}
	
#wrapper img.bullet { 
	float: left; 
	padding-top: 1px;
	padding-left: 1px; 
	}
	
#wrapper img.float { 
	vertical-align: middle; 
	float: left; 
	padding-top: 5px; 
	padding-right: 10px; 
	padding-left: 25px; 
	}