/* CSS Document */
body
{
	background-color: #efefef;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-image:url(../gfx/hauptbg.png);
	background-repeat:repeat;
}
.clear
{
clear:both
}
#layout
{
	border: 1px solid #000000;
	width: 900px;
	text-align: left;
	background-color: #FFFFFF;
	padding: 0px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-bottom: auto;
	overflow: visible;
}
#seitenkopf
{
	margin: 0px;
	padding: 0px;
	width: 900px;
	height:120px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	background-color: #001358;
	background-image: url(../gfx/M_hd.jpg);
	background-repeat: no-repeat;
	text-align:right

}
#seitenkopf h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 48px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
	padding: 63px 0px 0px;

}
#seitenkopf h1 span
{
color:#FF9900
}

#navigation 
{
	clear:both;
	background-color: #666666;
	margin: 0px;
	padding: 0px;
	width: 900px;
	overflow:hidden;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	background-image: url(../gfx/navbg3.gif);
}
#navigation ul
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#navigation li
{
	margin: 0px;
	padding: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	font-size:13px;
	float:left
}
#navigation a
{
	display:block;
	width:5em;
	color: #FFFFFF;
	background-color: #999999;
	margin: 0px;
	padding: 0px;
	text-align:center;
	text-decoration: none;
	line-height: 20px;
	background-image: url(../gfx/navbg2.gif);
}
#navigation .intern
{
	float:right;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
}
#navigation .lsglink
{
float:right;
}
#navigation .lsglink span
{
	color: #FF9900;
}

#navigation a:hover
{
	background-color:#CCCCCC;
	color: #333333;
	background-image: url(../gfx/navbg1.gif);
	line-height: 20px;
}

#subnavigation
{
	padding:0px;
	margin:0px;
	width:170px;
	position: absolute;
	left: 0px;
	top: 141px;
	
}
#subnavigation ul
{
list-style-type:none;
padding: 0px;
margin:10px 0px;
font-size:13px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
#subnavigation ul ul
{
list-style-type:none;
padding:0px;
margin:0px;
font-size:11px;
font-weight:normal
}
#subnavigation li
{
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 10px;
border-bottom:1px;
border-bottom-style:solid;
border-bottom-color:#C0C2D3;
}

#subnavigation li li
{
border-top-width:0px;
padding:0px;
margin:0px 0px 0px 10px;
border-bottom-width:0px;
}
#subnavigation a
{
text-decoration:none;
width:160px;
margin:0px;
padding:0px;
display:block;
color:#000000
}
#subnavigation ul ul a
{
display:inline;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
color: #616075;
}
#subnavigation .aktiv
{
padding:0px;
margin:0px 0px 0px 10px;
width:160px;
line-height:19px;
display:block;
background-color: #F7F7F9;
}
#subnavigation ul a:hover
{
	color:#8B3E30;
	background-color:#F7F7F9;
}
#subnavigation li li a:hover
{
text-decoration:underline
}
#fliesstext
{
	width:680px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 190px;
	padding-top: 20px;
	
}
.zentriert
{
	text-align: center;
}
