* { padding: 0; margin: 0;}

body {
 font-family: Verdana;
 font-size: 13px;
 background-color: gray;
 background-image: url(style_FILES/wabe.jpg);
}

#site_container {
	width: 990px;
	border:2px solid #05213c;
	margin: 10px 00px 0px 0px;

	position:absolute;

	left: 50%;
	margin-left: -495px;
	background-color:#608bb6;
}

/*** Header
**************************************/

#header_container {
 z-index: 150;
 position:absolute;
 color: #333;
 width: 990px;
 height: 138Px;
 padding: 0px;
 border-left: 0px solid #e0c700;
 border-right: 0px solid #e0c700;
 border-top: 0px solid #e0c700;
 margin: 0px 0px 0px 0px;
 background:url(style_FILES/header.jpg);
}

/*** Main Menu
**************************************/

#mainmenu_container {
	z-index: 250;
	position: absolute;
	height: 24px;
	padding: 0px;
	border-left: 0px solid #e0c700;
	border-right: 0px solid #e0c700;
	margin: 130px 0px 0px 0px;
	

	right: 3px;
}


#list ul{
	margin: 0px;
	padding:0px;
	list-style:none;
	white-space: nowrap;
        list-style-type: none; 
}

#list li{
	float: left;
	width:90px;
	height: 24px;
        list-style-type: none; 
}

#list a{
	list-style: none;
	width:84px;
	height: 24px;
	float: left;
	text-align:center;
	background-image:url('style_FILES/main_passive.gif');
	background-repeat: no-repeat;
	padding: 3px 0px 0px 0px;
	color:#fff;
	font-family:Verdana;
	font-size: 13px;
	font-weight: normal;
	text-decoration:none;
	list-style-item: none;
}

#list a:hover{
	background-image: url('style_FILES/main_active.gif');
	color: #000;
	font-family: Verdana;
	text-decoration: none;
	list-style-item: none;
}



/*** Menu Links
**************************************/
#submenu {
	position: absolute;
	width: 190px;
	margin-left: 18px;
	margin-top: 169px;

}

#submenu a{
	display: block;
	width: 190px;
	height: 20px;
	font-family: "Verdana";
	text-decoration:none;
}



/*** Menu 1. Ebene 
**************************************/

.navsub1, .navsub1_act {
	font-size: 13px;
	list-style-type:none;
}
.navsub1 a:visited{
	color: #fff;
	padding-left:23px;
	padding-top: 2px;
	background-image: url('style_FILES/sub1_passive.jpg');
	background-repeat:no-repeat;
}
.navsub1 a:link{
	color: #fff;
	padding-left:23px;
	padding-top: 2px;
	background-image: url('style_FILES/sub1_passive.jpg');
	background-repeat:no-repeat;
}
.navsub1 a:hover {
	color: #000;
}
.navsub1 a:current{
	color: #fff;
	background-image: url('style_FILES/sub1_active.jpg');
	background-repeat:no-repeat;
}
.navsub1_act a{
	padding-left:23px;
	padding-top:2px;
	color: #fff;
	background-image: url('style_FILES/sub1_active.jpg');
	background-repeat:no-repeat;
}



/*** Menu 2. Ebene 
**************************************/
.navsub2, .navsub2_act {
	font-size: 11px;
	list-style-type:none;
}
.navsub2 a:visited{
	color: #fff;
	padding-left:30px;
	padding-top: 3px;

}
.navsub2 a:link{
	color: #fff;
	padding-left:30px;
	padding-top: 3px;
}
.navsub2 a:hover {
	color: #000;
}
.navsub2 a:current{
	color:#000;
	font-weight: bold;
	background-image: url('style_FILES/sub2_active.jpg');
	background-repeat:no-repeat;
}
.navsub2_act a{
	padding-left:30px;
	padding-top: 3px;
	color:#000;
	font-weight: bold;
	background-image: url('style_FILES/sub2_active.jpg');
	background-repeat:no-repeat;
}


/*** Menu 3. Ebene 
**************************************/
.navsub3, .navsub3_act {
	font-size: 10px;
	list-style-type:none;
}
.navsub3 a:visited{
	color: #fff;
	padding-left:52px;
	padding-top: 4px;
	background-image: url('style_FILES/sub3_passive.jpg');
	background-repeat:no-repeat;
}
.navsub3 a:link{
	color: #fff;
	padding-left:52px;
	padding-top: 4px;
	background-image: url('style_FILES/sub3_passive.jpg');
	background-repeat:no-repeat;
}
.navsub3 a:hover {
	color: #000;
}
.navsub3 a:current{
	color:#000;
	font-weight: bold;
	background-image: url('style_FILES/sub3_active.jpg');
	background-repeat:no-repeat;
}
.navsub3_act a{
        padding-left:52px;
	padding-top: 4px;
	color:#000;
	font-weight: bold;
	background-image: url('style_FILES/sub3_active.jpg');
	background-repeat:no-repeat;
}


/*** Menu Mini 
**************************************/
#mini_menu {

	position: absolute;	
	width: 190px;
	height:100px;
	margin-left: 18px;
	margin-bottom: 10px;
	bottom:0;
}

#mini_menu ul {
	
	list-style-type:none;
	text-align:right;
	height:20px;
}

  
#mini_menu a {
	display:block;
	font-family: Verdana; 
	font-style:italic;
	height:20px;
	padding-right:5px;
	}

#mini_menu a:visited {
	text-decoration: none;
	color:#fff; }

#mini_menu a:link {
	text-decoration: none;
	color:#fff; }

#mini_menu a:hover {
	text-decoration: none;
	color:#000; }

#mini_menu a:active {
	background-image: url('style_FILES/minimenu_active.jpg');
	background-repeat: no-repeat;
	text-decoration: none;
	color:#fff; }

/*** Search
**************************************/

#search {
	width: 143px;
	height: 20px;
	margin-left: 4px;
	margin-bottom: 14px;
}

.suchfeld{
	border: 1px solid #05213c;
	background-color: #eeeeef;
	height: 19px;
	padding-top:4px;
	padding-left:4px;
	vertical-align:middle;
	font-family:Verdana;
	font-size:11px;
}
/*** News Rechte Container 
**************************************/
#news_container {
	
	z-index:350;
	margin-left: 0px;
	width:165px;
	float:right;
	margin-top: 178px;
	margin-bottom: 20px;
	padding-left:0px;
}


/*** Die News 
**************************************/

.news {
	position: relative;
	width: 137px;
	min-height: 100px;
	font-family: Verdana;
	font-weight: normal;
	font-size: 10px;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left:10px;
	background: #eeeeef;
	border: 1px solid #05213c;
	overflow: hidden;
	background-image:url('style_FILES/newshead.jpg');
	background-repeat:repeat-x;
	padding-left:3px;
	padding-right:3px;
	padding-bottom:3px;
}

.news H1 {
	font-family: "Verdana";
	font-size: 11px;
	font-style: normal;
	text-transform: none;
	color: #fff;
	margin-bottom: 0px;
	margin-top: 0px;
	text-align:right;
	overflow:hidden;
	padding-top:3px;
	padding-bottom:5px;
	padding-right:14px;
	font-weight:normal;
}

.news a:visited {
	color: #608bb6;
	text-decoration: none;
	}

.news a:link {
	color: #608bb6;
	text-decoration: none;
	}

.news a:hover {
	color: #608bb6;
	text-decoration:underline;
	}

.news a:active {
	color: #608bb6;
	text-decoration: none;
	}



/*** Klickpfad
**************************************/
#clickpath_container {
 
			font-family:Verdana;
			font-size:10px;
		
			width: 572px;
			height: 27px;

			margin-top: 167px;
			margin-left: 230px;
			
			color: #ccc;

			background-image: url('style_FILES/klickpfad.jpg');
			background-repeat:repeat-x;
			padding-left:23px;
			
			position:absolute;

			
}

#clickpath {
	font-family: Verdana;
	color: #fff;
	height: 27px;
	float:left;
}

#clickpath_img_left {
	background-image: url('style_FILES/klickpfad_left.jpg');
	width: 2px;
	height: 27px;
	background-repeat:no-repeat;
	float:left;
}

#clickpath_img_right {
	background-image: url('style_FILES/klickpfad_right.jpg');
	width: 20px;
	height: 27px;
	background-repeat:no-repeat;
	float:left;
}

#clickpath ul {
	display: inline;
	list-style-type:square;
	list-style-position:inside;
	background-image: url('style_FILES/klickpfad_middle.jpg');
	background-repeat:repeat-x;
	float:left;
	
	font-family: Verdana;
	font-size: 11px;
	color: #ccc;
	height: 27px;
	float:left;
	padding-top: 4px;
	padding-left: 10px;
	padding-right: 20px;
}

#clickpath li {
	list-style-type:square;
	list-style-position:inside;
	color:#fff;
	display: inline;
	padding-left: 2px;
	height: 27px;
}

#clickpath a:link {
	list-style-type:square;
	list-style-position:inside;

	color:#fff;
	text-decoration:none;
	}
#clickpath a:active {
	color:#fff;
	text-decoration:none;
	}
#clickpath a:visited {
	color:#fff;
	text-decoration:none;
	}
#clickpath a:current{
	color:#fff;
	text-decoration:none;
	}
#clickpath a:hover {
	text-decoration:underline;
	}




/*** Content 
**************************************/

#content_container {
	font-family: Verdana;
	font-size: 11px;
	margin-left: 230px;
	margin-bottom: 25px;
	margin-top:194px;
	width: 537px;
	background-color: white;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #000000;
	border-right-style: solid;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-right-color: #000000;
	border-bottom-color: #000000;
	padding-top:20px;
	padding-left: 28px;
	padding-right: 28px;
	padding-bottom: 28px;
	min-height: 530px;
	position: relative; 
}

.header5 {
	
				overflow:hidden;   
}

.header4 {
	
				overflow:hidden;   
}

.header3 {
	
				overflow:hidden;   
}

.header2 {
	
				overflow:hidden;   
}

.header1 {
	
				overflow:hidden;   
}

#content_container {
	
				overflow:hidden;   
}

#content_container H1 {
	font-family: "Verdana";
	font-size: 15px;
	font-weight: bold;
	font-style: normal;
	text-transform: none;
	color: #000000;
	margin-top: 10px;
	margin-bottom: 10px;
}

#content_container H2 {
	font-family: "Verdana";
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
	text-transform: none;
	color: #000000;
	margin-bottom: 6px;
	margin-top: 6px;
}
#content_container H3 {
	font-family: "Verdana";
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	text-transform: none;
	color: #000000;
	margin-bottom: 3px;
	margin-top: 3px;
}
#content_container H4 {
	border: 1px dotted #608bb6;
	font-family: "Verdana";
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	text-transform: none;
	color: #000000;
	margin-bottom: 3px;
	margin-top: 3px;
	padding:4px;
}

#content_container H5 {
	font-family: "Verdana";
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
	text-transform: none;
	color: #608bb6;
	margin-bottom: 3px;
	margin-top: 3px;

}

#content_container a:visited {
	color: #608bb6;
	text-decoration: none;
	}

#content_container a:link {
	color: #608bb6;
	text-decoration: none;
	}

#content_container a:hover {
	color: #608bb6;
	text-decoration:underline;
	}

#content_container a:active {
	color: #608bb6;
	text-decoration: none;
	}

/*** Content
**************************************/
.bild {
	display: inline;
	float: left;
}


/*** Footer
**************************************/


#footer_container {

	z-index: 550;
	position: absolute;	
	width: 595px;
	height:20px;
	margin-left: 230px;
	bottom:0px;
	text-align:center;
	font-family:Verdana;
	font-size:10px;
}

#footer_container a:visited {
	color: #ddd;
	text-decoration: none;
	}

#footer_container a:link {
	color: #ddd;
	text-decoration: none;
	}

#footer_container a:hover {
	color: #ddd;
	text-decoration:underline;
	}

#footer_container a:active {
	color: #ddd;
	text-decoration: none;
	}


/*** Tools
**************************************/

.clear {
    clear: both;
}
.margin {
	font-size: 0;
}

