@charset "utf-8";
/* CSS Document */

body {
	background-position: center 0px;
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #333333;
	}

#logos {
	width:917px;
	margin-right: auto;
	margin-left: auto;
}



#logos a:link, #logos a:visited, #logos a:hover, #logos a:focus {
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#platz {
width:988px;
height:67px;
} 

#rahmen_ohne {
width:988px;
	height:300px;
	margin-right: auto;
	margin-left: auto;
	margin-top:40px;
}
	
#rahmen {
	width:988px;
	height:300px;
	margin-right: auto;
	margin-left: auto;
	margin-top:150px;
	background-image: url(../grafik/layout/weiss_85.png);
	border: 1px solid #999999;
	padding:15px;
	}

* html #rahmen {
	background-image:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='scale', src='grafik/layout/weiss_85.png');
	}
	
* html a {
	position:relative;
	}

/* Fenster Grunddefinition */

.fenster {
	background-image: url(../grafik/layout/weiss_85.png);
	border: 2px solid #999999;
	margin-bottom: 10px;
	}

* html .fenster {
	background-image:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='scale', src='grafik/layout/weiss_85.png');
	}
	
* html a {
	position:relative;
	}
/*____________________________________________________________________________*/
/* Aufteilung Grunddefinition */
/*____________________________________________________________________________*/

#navi {
	width:150px;
	float:left;
	margin-right:30px;
}

#unter_der_navi {
	padding:0px;
	margin-top:0px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #999999;
	}
	
#mitte {
	float:left;
	width:512px;
	margin-right:30px;
}

#rechts {
	font-size:0.8em;
	float:left;
	width:250px;
	}

p {
margin-top:0px;
margin-bottom:1.2em;
}	

.inhalt {
margin:10px;
}

#fusszeile {
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999999;
	padding-top:5px;
	font-size:0.8em;
}

.aufloesung {
	clear:both;
}

/*____________________________________________________________________________*/
/* Definition Navigation */
/*____________________________________________________________________________*/

#navi ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#navi ol {
	font-size:0.8em;
	list-style-type: none;
	margin-left: 10px;
	padding: 0px;
}

#navi li {
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	
}

#navi ol li {
	margin: 0px;
	padding: 0px;
	border-bottom-width: 0px;
	border-bottom-style: none;
	
	
}

#navi .schluss {
	border-bottom-width: 0px;
}
	
#navi a:link, #navi a:visited {
	font-size:1em;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	display:block;
	text-decoration: none;
	font-weight: bold;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
} 

#navi ol a:link, #navi ol a:visited {
	padding-left: 10px;
} 



#unter_der_navi a:link, #unter_der_navi a:visited {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
} 

#navi ol a:link, #navi ol a:visited {
	color:#6089D5;
	}

#navi a:hover, #navi a:focus, #navi .aktiv a:link, #navi .aktiv a:visited, #navi .aktiv a:hover, #navi .aktiv a:focus {
	background-color: #3D639C;
	color: #DAF1FE;
} 

#navi ol li a:hover, #navi ol li a:focus, #navi ol .subaktiv a:link, #navi ol .subaktiv a:visited, #navi ol .subaktiv a:hover, #navi ol  .subaktiv a:focus {
	background-color: #CDD9EB;
	color: #3D639C;
	
} 


/*____________________________________________________________________________*/
/* Definition Auszeichnungen */
/*____________________________________________________________________________*/
	
.schrift_fur_losung {
font-size:1.2em;

}
	
.text_banner {
	background-color: #3D639C;
	padding: 3px;
	font-weight:bold;
	color:#BFCFEE;
}
	
.txt_headline {
	font-weight:bold;
}
	
.text_teaser {
	line-height: 1.6em;
	font-size:1.2em;
	font-weight:bold;
}

.text_datum {
	font-size:0.8em;
	font-weight:bold;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #999999;
	color: #666666;
	padding-left: 0.6em;
	margin-top: 3em;
}

.marginal {
	font-size:0.8em;
	color:#888888;
	margin-bottom: 0.2em;
}

.blau {
	color: #3D639C;
}

.txtRot {
	color:#FF0000;
	font-weight:bold;
}

h1 {
	font-size:1.8em;
	color:#3D639C;
	}


p, h1 {
margin-top:0px;
margin-bottom:1em;
}

p {
	line-height: 1.6em;
}

.float_links {
	float:left;
	width: 400px;
	}

.bild_links {
	float:left;
	margin-right:10px;
	font-size: 10px;
	}
	
.bild_rechts {
	float:right;
	margin-left:10px;
	font-size: 10px;
	}
	
.bild_links_gr {
	float:left;
	margin: 0 10px 10px 0;
	font-size: 10px;
	}
	
.bild_rechts_gr {
	float:right;
	margin: 0 0 10px 10px ;
	font-size: 10px;
	}

/*____________________________________________________________________________*/
/* Definition Elemente */
/*____________________________________________________________________________*/


#startbild {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;

}

/*____________________________________________________________________________*/
/* Definition allgemeine Links */
/*____________________________________________________________________________*/

a:link, a:visited {
	color:#3D639C;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #3D639C;
	}



a:hover, a:focus {
	color:#009900;
	border-bottom-width: 0px;
	}
	
a.ohne:link, a.ohne:visited, a.ohne:hover, a.ohne:focus, img {
	border: none;
}




