/*------------------------------------------------ 

Farbcodes:
	helleres Blau: #003399
	nachtblau: #000033
	grau: gray

******************************/
body {
	font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	color: white;
	text-align: center
}


.mainlayout {
	text-align: left;
	border: 1px solid black;
	margin: 30px auto 0px;
	width: 800px;
	background-color: #003399;	
}

.submenu {
	
}
/*---------------------------------------------Div - Berich wo das Hauptmenu reinkommt */
.hauptmenu {
	padding: 10px;
}



/*-------------------------------------------------------------Spaltenlayout */
.content {
	float: left;
	color: white;
	width: 68%;
	border: 1px solid white;
	vertical-align: top;
	background-image:  url(Titelgrafik.jpg);
	background-position: bottom, left;
	background-repeat: no-repeat;
	background-color: #000033;
	margin-bottom: 30px;
}
.leftcontent {
	color: white;
	font-size: 10pt;
	padding: 13px;
}
/* Paddingwert muss wegen */
.content_padding {
	padding: 20px;
}
.linkespalte {
	float: left;
	width: 30%;
}
/*Formatierung der Überschrift - Schriftgröße wird im Typoscript Template unter Konstante definiert */
.header{
	text-align: left;
	font-weight: bold;
	color: white;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	clear: both;
}


/*--------------------------------------------------------------Leite unten mit Verlauf im Hintergrund */
.leiste_unten {
	clear: both;
	background-image: url(streifen_unten.jpg);
	background-repeat: repeat-x;
	height: 40px;
	font-size: 10pt;
	font-weight: bold;
}


/*------------------------------------------------Hauptnavigation*/
.submenu_item,
.submenu_item_act {
	font-size: 10pt;
	color: white;
	text-align: center;
	font-weight: 100;
	background-color: navy;
	border-top: 1px solid white;
	height:30px;
}

.submenu_item_act {
	background-color: #000033;
}
.submenu_item_act a:link{
	
}
/*------------------------------------------------Menü der allgemeinen bzw. übergeordneten Punkte*/
.metamenu {
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-style: italic;
	color: gray;
	padding-right: 20px;
	margin-bottom: 10px;
}
.meta_oben {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #E4E4E4;
	position: relative;
	bottom: 50px;   
	padding-left: 30px;
}
.wgmenu{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #E4E4E4;
}
.standardimage {
	flow: left;
}
.unten {
	background-color: #696A6C;
	border-style: solid;
	border-color: navy;
	border-width: 1px;
}




/*------------------------------------------------In diesem Abschnitt befinden sich die News */
.newsartikel {
	font-weight: lighter;
	vertical-align: top;
	font-size: 10pt;
	border: 1px solid white;
	margin: 14px;
	padding: 7px;
}
.newsheader{
	font-size: 12pt;
	font-style: italic;
	font-weight: bold;
	padding-bottom: 10px;
}




/*------------------------------------------------Newsarea Ende*/
a:link,
a:visited {
	color: white;
	text-decoration: none;
}
a:hover {
	color: gray;
}

