/* farben:
dunkelblau: #262A72
grün: #00ca96

*/

/* settings for fixed header/footer and scrollable content area - BEGIN */
html,
body {
	margin:0;
	padding:0;
	background-image:url(../images/body_bg.gif);
	height:100%; /* 100 % height */	
}

#wrap {
	height:100%;
} 

#wrap {
	width:980px;
	margin:0 auto;
}

#header {
	width:980px;
	height:90px;
	background-color: #262A72;	
}

#header img {
	border:0px;
}

html>body #header {
	position:fixed;
	z-index:10; /* Prevent certain problems with form controls */
}


#middle-wrap {
	height:100%;
	background-image: url(../images/main_bg.gif);
	background-repeat: repeat-y;
}	

#middle-wrap2 { 
	width:980px;
	padding: 90px 0px 30px 0px; 
	background-image: url(../images/main_bg.gif);
	background-repeat: repeat-y;
	float: left;
}


#footer {
	width:980px;
	height:30px;	
	background-color: #FFFFFF;
}
html>body #footer {
	position:fixed;
	bottom:0;
	z-index:10; /* Prevent certain problems with form controls */
}

/* settings for fixed header/footer and scrollable content area - END */

#navi-wrap {
	width: 225px;
	float: left;
	overflow: hidden;
}

#content-wrap {
	width: 730px;	 /* 755 - 25px rand */
	float: left;
	overflow: hidden;
	background-color: #ffffff;
}

.image_clear {
/*	height: 1px;
	overflow: hidden;
*/
	clear: both;
}

.clear {
	clear:both;
}

#navigation {
	padding:5px 0px 0px 0px	;
}

#navigation ul {
	list-style:none;
	margin: 0;
	padding: 0;
}

#navigation li a {
	display: block;
		
	padding: 4px 30px 4px 15px;	
	width: 175px;  /* 220 - 30 - 15 */
	font-size:15px;
	color: #ffffff;	
	font-weight: bold;
	text-decoration: none;	
}

#navigation li a:hover, 
#navigation li a.act {
	background-image: url(../images/navi_bg.gif);
	background-repeat:repeat-y;
}

#navigation li li a {
	padding: 2px 0px 2px 25px;	
	width: 195px;  /* 220 - 25 */
	font-size: 12px;
}

#sondernavi {
	padding: 0px 0px 0px 0px;
}

#sondernavi ul {
	list-style:none;
	margin: 0;
	padding: 40px 0px 2px 15px;
}

#sondernavi ul li {
	padding: 2px 0px 2px 0px;
}

#sondernavi li a {
	font-weight: normal;
	font-size:13px;	
	color: #ffffff;
	text-decoration: none;	
}

#sondernavi li a:hover, 
#sondernavi li a.act {
	text-decoration: underline;
}


#subnavi {
	margin: 5px 0px 15px 0px;
}

#subnavi a, 
#subnavi a.act  {
	color: #00ca96;
	text-decoration:none;
	font-weight: bold;
}

#subnavi a:hover {
	text-decoration:underline;
}

#footer #footer_image1 {
	float:left;
	width: 205px;
}

#footer #footer_text {
	float:left;
	width: 750px;
	overflow: hidden;
	padding: 5px 0px 0px 0px;
	color: #262A72;
	font-weight: bold;
	font-size: 12px;
}

#footer #footer_image2 {
	float:left;
	width: 25px;
}	


#footer .footer_green {
	font-weight: bold;
	color: #00ca96;
}

#content {

}
