
/* CSS - Datei */
/* Hauptbereiche */
body {margin:0px auto;padding-top:10px;background: url(img/bg_main.png) no-repeat; background-size: 100%;color:#000;font-family:verdana, sans-serif;font-size: 11px;width:1000px}
a:link {	color:#1740A4;
	font-weight: normal;
	text-underline: none;
}
a:hover {color:#9BB2DC; }
h1 {margin: 0px; color: #253369;}
h2 {margin: 0px; color: #004080; font-size: 17px; backgrounds:#728CA2;}
h3 {margin: 0px; color: #253369;}
h4 {margin: 0px; color: #253369;}
p {margin-top: 0px;}
table {font-size: 14px;
		background-color: #fff;
		
		}


/* Headerbereich */
#header {background: url(img/header.jpg); height:150px;}
#headertext {background: url(main_FILES/bg_blue.gif);padding: 5px; padding-right:30px; height:10px}
#headertext a {text-decoration:none; color: #fff;}
#headertext a:hover {text-decoration:underline;}
#logo {float:left;}
#logo img {height:130px; margin: 0px; margin-top:3px; margin-left:3px;}

/* Mainbereich */
#main {background: #FFF; border: 0px solid #888;padding-right: 0px; padding-bottom: 5px;}
#content_left {float:left;margin:0px 5px 0 5px;width:190px; padding: 10px 0px 10px 0px;
	font-size: 12px; border-right:1px solid #ccc;}
#content_left h2 {width: 165px;}

#content {
	margin:0px 0px 0 200px;
	
	padding-left: 0px;
	padding-bottom: 10px; 
	min-height: 400px;
	
	 }

/* Content Eintrag */
#content table h2 {
	background: #FFF; 
	border-bottom-style:solid;
	border-color: #000;
	border-width: thin;
	}

#content_right {float:right;margin:0px 5px 0 5px;width:190px; padding: 10px 0px 10px 0px;
	font-size: 12px;}
#content_right h2 {width: 165px;}

#seitentitel {font-weight: none; color: #fff}

/* Navigationsbereich */
#navigation {background: #eee; border-bottom: 1px solid #ccc; border-left: 1px solid #ccc; border-right: 1px solid #ccc; }
#nav {
	
	list-style: none;
	height: 29px;
	background: #eee;
	
	color: #000;
	
	margin: 0 0 0 0;
	padding-left: 0px;
	
	font-family:verdana, sans-serif;
	font-size: 13px;

}

#nav ul {
	list-style: none;
	height: 29px;

	color: #000;
	padding: 0px;
	padding-bottom: 2 px;
	margin: 0 0 0 0;
	font-family:verdana, sans-serif;
	font-size: 13px;

	
}

/* Nur für IE */
* html #nav, #nav ul {font-size: 12px;}

#nav a {
	display: block;	
	height: 25px;
	color: #000;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 15px;
	padding-top: 4px;
	padding: 5px 4px 2 5px;
	font-weight: none;
	margin: 0px;
    background-color: #eee;

}



#nav li ul .menuparent  {
	background: url(main_FILES/arrow_right.gif) no-repeat;
	background-position: right;
	
}
#nav a:hover {color: #000; background: #ccc;}
#nav li:hover>a {
	background: #ccc;
}
#nav li {
	float: left;
	
}

/* Nur für IE */
* html #nav li {width: 105px;}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 160px;
	font-weight: normal;
	border-width: 0px;
	margin: 0;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;

}
#nav li li {width: 140px;}
#nav li ul a {
	width: 140px;
	padding-left: 5px;
		
}
#nav li ul ul {	margin: -20px 0 0 140px;}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
	

} 

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
	
	
}

#nav li:hover, #nav li.sfhover {background: #000;color: white;}

#untermenue {margin-bottom:10px; margin-left: -10px;}

#untermenue a {
	display:block;
	text-decoration:none;
	width:170px;
	border: 1px solid #fff;
	padding: 2px; 
	padding-left: 7px;
	}

/* Nur für IE */
* html #untermenue  a {width: 181px;}

#untermenue a:hover {solid #fff; background:#CCC;}
#untermenue ul {padding-left:10px; margin: 0;}
#untermenue li {list-style-type: none;}
#untermenue li a {color:#fff; font-weight: bold; background:#9BB2DC;}
#untermenue li li a {color:#888; width:150px;}

/* Nur für IE */
* html #untermenue li li a {width: 161px;}


/* Footerbereich */
#footer {background-color: #EEE; color: #000; height:0px; min-width: 90px;padding-left: 0px;padding-top: 0px; margin-left:20px; margin-bottom: 20px; }
#footer a {background-color: #EEE; text-decoration:none; color:#000; border: 1px solid #CCC; padding-left: 10px; padding-right: 10px; padding-top: 3px; padding-bottom: 3px;}
#footer a:hover {background: #CCC;}




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

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */