html
{
	height: 100%;
	margin:0;
	padding:0;
}

body  {
	color: black;
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: black;
	padding: 0;
	margin: 0;
	width:100%;
	height:100%;
	background-color:black;
}



#page{
	position: relative;
	top: 0;
	width:100%;
	overflow: visible;
}


#content{
	position:relative;
	width:100%;
	height:22.6em;
	background-color:white;
	border-top:0.4em solid #DC002C;
	border-bottom:0.4em solid #DC002C;
}

#logo{
	position:absolute;
	top:5.5em;
	left:76em;
	z-index:100;
	width:26.8em;
	height:8em;
}
#logo img{
	width:100%;
	height:100%;
}
#pic{
	width:100%;
	background-color:black;
	line-height:0;
	height:36em;
}
#sprachen a img{
	border:0;
}
#content{
	text-align:left;
	padding:0;
	margin:0;
	width:100%;
}
#sprachen a{
	color:black;
	text-decoration:none;
	font-size:1.4em;
}
/* menü ---------------------------------------- */

ul {
	margin:0;
	list-style-type: none; 
	padding:0;
	margin:0 auto;
}
ul li{
	float:left;
	text-align: center;
	padding:0 6em;
	height:5em;
}
h1{
	font-weight:normal;
	font-size:2.6em;
	margin:1.4em 0 1em;
}
h2{
	clear:both;
	width:100%;
	font-size:2em;
	font-weight: normal;
	margin:4.5em 0 0;
}
#cont{
	position: relative;
	width:71em;
	left:20em;
	top:0em;
	text-align:center;
}