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

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding: 0;
	margin: 0;
}
#nav, #nav ul {
	float: left;
	width: 650px;
	list-style: none;
	line-height: 1;
	background: white;
	font-weight: bold;
	padding: 5px;
	margin: 0 0 0 0;
	background-color:#010F3B;
}
#nav a {
	display: block;
	width: 90px;
	color: #FFF;
	text-decoration: none;
}
#nav li {
	float: left;
	width: 90px;
	white-space: nowrap;
	border-right-color:#FFFFFF;
	border-right-style:solid;
	border-right-width:thin;
	text-align:center;
}
#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 140px;
	font-weight: normal;
	margin: 0;
	text-align:left;
}
#nav li li {
	padding-left: 10px;
	width: 140px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:0px;
	padding-right:0px;
	background-color:#E50000;
	border-bottom:thin;
	border-bottom-color:#FFF;
	border-bottom-style:solid;
	text-align:left;
}
#nav li ul a {
	padding-left: 10px;
	width: 140px;
}
#nav li ul ul {
	margin: 0;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}
#nav li:hover, #nav li.sfhover {
	background-color: #010F3B;
	color:#FFF;
}
#menue {
	height: 23px;
	background-color:#010F3B;
	width:649px;
	float:left;
}
.headline {
	color:#010F3B;
	font-size:16px;
	font-weight:bold;
}
#sprachen {
	height: 23px;
	background-color:#010F3B;
	width:138px;
	line-height: 23px;
	text-align:right;
	color:#FFF;
	font-weight:bold;
	padding-right: 10px;
	border-left-color:#E50000;
	border-left-style:solid;
	border-left-width:thin;
	float:left;
}
#sprachen a {
	color:#FFFFFF;
	text-decoration:none;
}
#clear {
	clear:both;
}
#seite {
	margin: 0 auto;
	width:799px;
}
#header {
	height: 190px;
	width: 100%;

}
#content {
	min-height: 280px;
	background-color:#EAEAEA;
	margin-top: 30px;
}
#content a {
	color:#010F3B;
	text-decoration:none;
}
#content a:hover {
	color:#010F3B;
	text-decoration: underline;
}
#footer {
	background-color:#EAEAEA;
	width: 100%;
	text-align:center;
	background-image:url(../images/footer.gif);
	background-position:top;
	background-repeat:no-repeat;
	height:62px;
}
#footer a {
	color:#010F3B;
	text-decoration:none;
}
#footer a:hover {
	color:#010F3B;
	text-decoration: underline;
}
#footer_text_links {
	padding-top: 30px;
	text-align:left;
	float:left;
}
#footer_text_rechts {
	padding-top: 30px;
	text-align:right;
}
#all {
	font-family:		 Arial, Helvetica, sans-serif;
    font-size:           12px;
    padding:             0px 0px 0px 0px;
    margin:              0px 0px 0px 0px;
    color:               #333333;
    background-image:    url(../images/bg.jpg);
    background-repeat:   repeat-x;
    background-position: top;
	background-color:    #EAEAEA;
}

