/*  parameter.css */


html, body  {
	margin: 0px;
	padding: 0px;
	height:100%;
	background-color: #f3f3f3;

}

/* Boxes */
#gesamtbox  {
	margin: 10px auto 0 auto;
	width:980px;
	min-height:95%;
	background: #fff url(img/bodybg.gif) repeat-y;;
	border-top: 0px;
	border-left: 0px;
	border-right: 4px;
	border-bottom: 0px;
	border-style: solid;
	border-color: #ddd;

}


a:link, a:visited {
	color: #186099;
	text-decoration: none;
}


a:active {
	color: #186099;
	text-decoration: none;
}


a:hover {
	color: #666;
	text-decoration: none;
}


h1, h2, h3, h4, h5 {
	margin: 5px 0px 5px 0px;
}


h1 {
	font-size: 12px;
	color: #186099;
}
h2 {
	font-size: 12px;
	color: #186099;
}




#linksbox { width:229px; float:left; clear:left;}
#mittebox { width:580px; float:left; margin-left: 2px; display:inline}
#rechtsbox { width:163px; float:right; display:inline; overflow : hidden;}

.clearer {
	margin : 0px;
	height : 40px;
	clear : both;
	float : none;
	font-size : 1px;
	line-height : 0px;
	overflow : hidden;
	visibility: hidden;
}


#breadcrumbs {
 	margin: 15px 15px 0px 15px;
	font-weight: bold;
	font-size: 12px;
   	color: #666;
   	border-bottom: 1px dotted #000;
}

#breadcrumbs a {
	background: transparent url(img/link.gif) no-repeat;
	padding: 6px 2px 0px 12px;}



#bannerbild {
 	margin: 0px 0px 0px 0px;
}

#iconmenue {
	text-align: right;
	margin-bottom:14px;
}

#iconmenue a {background-image: none; }


#inhalt {
    padding: 15px 15px 0px 15px;
    line-height: 1.5em;
    vertical-align: top;
}




.logo {
	padding: 0px 0px 0px 0px;
	vertical-align: top;
}

.banner {
	padding: 0px 0px 0px 0px;
	vertical-align: top;
}


#linkeSpalte {
	margin: 0px 15px 0px 15px;
	}

#rechteSpalte {
	margin: 0px 10px 0px 6px;
}

#footer {
	width:980px;
	height:40px;
	background-color: #fff;
	margin: -40px auto 0 auto;

	border-top: 1px #eee dotted;
	border-left: 0;
	border-right: 4px #ddd solid;
	border-bottom: 4px #ddd solid;
}

.innerfooter {margin:12px 10px 0 10px;}


#search {margin: 30px 0 20px 0;}
#switchform {margin: 60px 0 0 0;}


#aktuelles  {
margin: 45px 0px 55px 0px;
color: #666;
font-size: 8pt;
}



/* vertikales Menü START*/
.menue {
	list-style-type: none;
	margin-top: 45px;
	margin-bottom: 35px;
	padding: 0;
	/*zoom: 1;*/
	background-color: #e2e2e2;
}

.menue ul, .menue li {
	font-weight: bold;
	list-style-type: none;
	list-style-image: url();
	display: block;
	margin: 0;
	padding: 0;
	/*zoom: 1;*/
}

.menue ul ul, .menue li li {
	font-weight: normal;
	list-style-type: none;
	list-style-image: url();
	margin: 0;
}

.menue a {
   	/*  color: #333 ! important;  */
	background-color: #fff;
	display: block;
	text-decoration: none;
	border-bottom: 1px dotted #000;
	background-color: #e2e2e2;
	background-image: none;
}

.menue li a {padding: 5px 0 5px 8px;}
.menue ul li ul li a {padding: 5px 0 5px 20px;background-color: #f7f7f7;}
.menue ul li ul li ul li a {padding: 5px 0 5px 30px;}


.menue a:hover {
	background-color: #ccc;
	color: #000;
	text-decoration: none;
}

.menue .menu-current {
	font-weight: bold;
	background-color: #186099;
	color: #fff;
	text-decoration: none;
}

/* vertikales Menü ENDE*/




/* vertikales Zusatzmenü START*/


.zusatzmenue {
	font-weight: bold;
	list-style-type: none;
	margin: 20px 0 45px 0;
	padding: 0;
}

.zusatzmenue ul, .zusatzmenue li {
	list-style-type: none;
	list-style-image: url();
	display: block;
	margin: 0;
	padding: 0;
}

.zusatzmenue ul ul, .zusatzmenue li li {
	list-style-type: none;
	list-style-image: url();
	display: block;
	margin: 0;
	padding: 0;

}

.zusatzmenue a {
   /*  color: #333 ! important;  */
	background-color: #fff;
	padding: 5px;
	display: block;
	text-decoration: none;
	border-bottom: 1px dotted #000;
	background-color: #fff;
	background-image: none;
	padding-left: 8px;
}

.zusatzmenue a:hover, .zusatzmenue a:hover {
	background-color: #ccc;
	color: #000;
	text-decoration: none;
}

.zusatzmenue .menu-current {
	background-color: #186099;
	color: #fff;
	text-decoration: none;
}

/* vertikales Zusatzmenü ENDE*/


/* Diverses */
/*form elements*/
form {text-align: left;}

fieldset {
	border:0;
	text-align: left;
}

.suchfeld {
	width: 140px;

	color:#000000;
	font-weight: normal;
	font-variant:normal;
	font-size:12px;
	padding:2px;
	border: 1px solid #666666;
}

@media print {
#gesamtbox, #mittebox, #footer  {width:95%;}

#navcontainer, #linksbox, .banner, #breadcrumbs, #rechtsbox {display:none;}
}

.flashebene {
 z-index: -1 !important;
}