@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	font-family:Verdana, Geneva, sans-serif;
}
html {text-align:center; margin-top:15px; background:url(/images/bg.gif);background-repeat:repeat-x repeat-y;}
body{margin:0px auto;text-align:left;font-size:12px; line-height: 15px; color: #000; width:990px; font-style:normal;}
img {border: none;}

 /* Links */
a {color: #000;}
a:link { text-decoration:none} 
a:visited {}
a:hover {}

img {
}


h1, h2, h3, h4 {
	color:#000;
}
	
	
	
h2 {
	font-size:12px;
	font-weight:bold;
	}

h3 {
	font-size:11px;
	font-weight:normal;
	line-height:14px;
	padding: 0 0 3px;
	}
	
h4 {
	font-size:10px;
	font-weight:normal;
	line-height:14px;
	}	
	
	
h6 {
	font-size:12px;
	font-weight:bold;
	text-align:center;
	border:1px double #666;
	background-color:#C0C0C0;
	}	
	
#wrapper {
	background:url(/images/body_bg.jpg) repeat-y center top; padding: 0;width:990px;

}

.align_right {
	float: right;
	margin-top: 30px;
}

#header {
	background:url(/images/header_logo.jpg) no-repeat;
    float: left;
    height: 100px;
    width: 990px;
}
#content {
	background:url(/images/body_bg.jpg) repeat;
	width:990px;
	margin-top:8px;
}

#home {
	font-size:9px;
	font-weight:bold;
	float:left;
	margin-left:6px;
}

#home a:link, #home a:visited {
	color:#4E4E4E;
}

#home a:hover {
	font-size:10px;
	color:#00C;
}

.clear {clear: both;}
.menue {
	width:160px;
	margin-left:9px;
	float:left;
	}
	
.menue_links_oben {
	width:160px;
	height:12px;
	background:url(/images/menu_oben.png) no-repeat;
	float:left;
}
	
.menue_mitte_links {
	background:url(/images/menu_mitte.png) repeat-y;
	float:left;
	display: block;
	padding:0 3px 0 3px;
	width:154px;
	
}	
.menue_mitte_links ul {
    list-style-image:url(/images/pfeil.png);
	list-style-position:outside !important;
	line-height:18px;
	margin-left:-25px;
}

.menue_mitte_links ul li {
	border-bottom:1px dotted #666;
	font-size:11px;
	
	}	

.menue_mitte_links ul li a:link, .menue_mitte_links ul li a:visited {
	color:#000;
	text-decoration:none;
	}

.menue_mitte_links ul li a:hover {
	color:#FFF;
	text-decoration:none;
	
}
	
	
.menue_unten_links {
	background:url(/images/menu_unten.png) no-repeat;
	width:160px;
	height:12px;
	float:left;
	margin-bottom: 20px;
	
}



.content_wrap {
	width:604px;
	float:left;
	margin:0px 0px 0px 28px;
	
	}
			
	
.content_wrap h3 {
	border-bottom: 1px dotted #666;
	font-weight:bold;

}


	
.textspalte {width: 420px;
			padding-top:4px;
			line-height:17px;		
}


.textspalte_datensch {
			width: 604px;
			padding-top:4px;
			line-height:17px;
					
}


.textspalte a:link, .textspalte_datensch a:link, .textspalte a:visited, .textspalte_datensch a:visited {
	color:#36F;
	text-decoration:underline;
	font-size:12px;
}

.textspalte a:hover, .textspalte_datensch a:hover {
	color:#609;
	font-weight:500;
}
	
.img_content {
	float: right;
	margin-right:0px;
	margin-top:43px;
	width:180px;
}	
	
.img_tmb {
	float:right;
	margin-top:29px;
}
	
.menue_rechts {
	width:160px;
	margin-right:4px;
	float:right;
	margin-top:12px;
	font-size:11px;
	padding-left:-5px;
	}
	
.menue_rechts a {
	color:#000;
	text-decoration:underline;
}
	
.menue_rechts_oben {
	width:160px;
	height:12px;
	background:url(/images/menu_oben_rechts.png) no-repeat;
	float:left;
}
	
.menue_mitte_rechts ul {
	list-style: none;
	display:block;
	line-height: 23px;
	font-weight: normal;
}

.menue_mitte_rechts ul li {
	display: block;
	height:auto;
	line-height: 18px;
	border-bottom:1px dotted #666;
	}
	
.menue_mitte_rechts {
	background:url(/images/menu_mitte_rechts.png) repeat-y;
	width:154px;
	float:left;
	display: block;
	padding:0 3px 0 3px;
	
}
			
.menue_mitte_rechts a:link, .menue_mitte_rechts a:visited {
	text-decoration:underline;
	color:#33F;
}

.menue_mitte_rechts a:hover {
	color:#7400E8;
}
	
.menue_unten_rechts {
	background:url(/images/menu_unten_rechts.png) no-repeat;
	width:160px;
	height:12px;
	float:left;
	margin-bottom:20px;
	
}


.banner_rechts {
	float:right;
	margin:0 20px 18px 0;
}
	
#footer {
	background:url(/images/footer.png) no-repeat;
	height:22px;
	width:990px;
	}

.footer_text, .copyright {
	font-size:10px;
	padding-top:3px;
	margin-left:8px;
	color:#CCC;
	width:500px;
	float:left;
}

.copyright {
	float:right;
	margin-right:20px;
	width:200px;
	text-align:right;
	}
	



.footer_text a:link, a:visited {
	color:#CCC;
	}
	
.footer_text a:hover, a:active {
	font-weight:500;
	color:#000;
}



