/* Grundeinstellungen für Body-Tag, Überschriften */
body { background-color: #C0C0C0; margin: 0;}

body, p, h3, h4, ul, ol, li, div, td, th, address, blockquote, nobr, b, i, input, select
   { font-family: verdana,Arial,sans-serif,helvetica; font-size:10px; text-align:left; font-size:12px;}
   
h1{
font-size: 20px; color: #18349B;
}
h2{font-size: 14px; font-weight: bold; color: #18349B;}

h4{
font-size: 14px; color: #18349B;
}

p{margin-top:2px; margin-bottom:2px;}

/* lediglich für die Zentrierung der Seite notwendig */
#vx{
	background-color: transparent;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px; /* Soll selbst (fast) gar nicht sichtbar sein */
	overflow: visible; /* Der entscheidende Punkt!! */
	visibility: visible;
	display: block;
	margin-top: 0px;
	}

#content{
	position: absolute;
	width:800px;
	height:500px;
	margin-left: -400px; /* Die Hälfte der Breite */
	top: -250px; /* Die Hälfte der Höhe */
	left: 50%;
	visibility: visible;
	}
	
/* ab hier divs für Contentelemente */
#user_logout{
	position:absolulte;
	top:150px;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	}

	/* linke Box nur Hintergrundbild */
#navbox{
	width:188px;
	height: 500px;
	float: left;
	background-image: url(bilder/navigation4.jpg);
	background-repeat : no-repeat;
	margin: 0;
	padding: 0;
	}

	/* Box für die Hauptnavigation innerhalb linker Box */
#navi{
	position: relative;
	left: -40px;
	top: 200px;
	text-align: left;
	width:188px;
	float: left;
}

	/* Box in der Mitte */
#mittebox{
	width:312px;
	height:500px;
	text-align: left;
	color: #18349B;
	font-size:14px;
	background-image: url("bilder/mitte.jpg");
	background-position: top;
	background-repeat: no-repeat;
	float: left;
	margin: 0;
	padding: 0;
}

	/* rechte Box mit Flash-ani bzw. Text */
#anibox{
	width:280px;
	height:456px;
	float: right;
	color: #000000;
	margin: 0;
	padding: 10px;
	background-color: #7BCBFF;
	text-align:left;
        font-size:12px;
}

	/* Hilfsnavigation am Fuß */
#hilfsnavi{
	width: 300px;
	height: 24px;
	float: right;
	margin: 0;
	padding: 0;
	background-color: #7BCBFF;
	text-align:right;
}

p.text{
	color: #18349B;
	text-align:left;
	margin: 0;
	padding: 10px;
	
}

ul{
	font-size : 11px;
	font-family : sans-serif;
	line-height : 20px;
	}	/* für sitemap-liste */
	
a:link { color:#ffffff; text-decoration:none; }
a:visited { color:#ffffff; text-decoration:none; }
a:hover { color:#18349B; text-decoration:none; }

/* ende Content-elemente */


### Klappmenu ####

ul#nav,
ul#nav ul {
	margin: 0;
	padding: 0;
	width: 150px; /* Width of Menu Items */
	background: #fff; /* IE6 Bug */
	list-style-position : outside;
	color: #2046D4;
	font-size: 100%;
	list-style: none;
	}
 
ul#nav li {
	width: 175px;
	height: 24px;
	position: relative;
	list-style: none;
	}
 
ul#nav li a {
	display: block;
	width: 175px;
	height: 24px;
	text-decoration: none;
	color: #2046D4;
	list-style: none;
	}
	
 
/* Fix IE. Hide from IE Mac \*/
* html ul#nav li { float: left; height: 1%; }
* html ul#nav li a { height: 1%; }
/* End */
 
ul#nav ul {
	position: absolute;
	width: 175px;
	height: 24px;
	display: none;
	left: 149px; /* Set 1px less than menu width */
	top: 0;
	list-style: none;
	}
 
ul#nav li ul li a {
	width: 175px;
	height: 24px; 
	padding: 0px; 
	background-image:url(bilder/balken.jpg);
	list-style: none;
	} /* Sub Menu Styles */
 
ul#nav li:hover ul ul,
ul#nav li:hover ul ul ul,
ul#nav li.over ul ul,
ul#nav li.over ul ul ul { display: none; } /* Hide sub-menus initially */
 
ul#nav li:hover ul,
ul#nav li li:hover ul,
ul#nav li li li:hover ul,
ul#nav li.over ul,
ul#nav li li.over ul,
ul#nav li li li.over ul {
	margin: 0;
	padding: 0; 
	display: block; 
	width: 175px;
	height: 24px;
	color: #ffffff;
	background-color: #2046D4;
	background-image:url(bilder/balken.jpg);
	list-style: none;} /* The magic */
 
ul#nav li ul li.menuparent { 
	margin: -20px;
	padding: 0;
	background-image: url(bilder/balken.jpg); 
	list-style: none;
}
 
 
ul#nav li.menuparent:hover,
ul#nav li.over {
	background-color: blue; 
	background-image:url(bilder/balken_blau.jpg);
	list-style: none; 
}
 
 
ul#nav li a:hover { 
	color: #ffffff;
	background-image:url(bilder/balken_blau.jpg);
	list-style: none; 	
}
 
.nav2act {
	font-weight: bold;
	background-image:url(bilder/balken_blau.jpg);
	list-style: none;
}
 
ul#nav li ul li a {
	padding:0px 0px;
	
}
 
ul#nav li ul li a:hover {
	xbackground:#eee;
}
 



