header {
 margin-top: 60px;
 margin-left: 50px;
 opacity: 1.0;
 z-index: 100;
}

#menu {
	position:absolute;
}

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

#menu li.hauptmenue {
	float:left;
}

.hauptmenue a {
	font-size:20px;
	float:left;
	width:110px;
	text-align:center;
}

.hauptmenue ul{
	display:none;
}

.hauptmenue a, .untermenue a{
	padding:1px 5px;
	border:1px solid #000000;
	border-collapse:collapse;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	background-color:#0000FF;
	margin:0;
	font-family:Arial,Helvetica,sans-serif
}

.untermenue a{
	font-size:15px;
	width:110px;
	position:relative;
	clear:both; /* special IE6 */
	color:#333333;
	border:1px solid #000000;
	background-color:#FF9900;
	font-family:Arial,Helvetica,sans-serif
}

#menu a:hover, .hauptmenue.on a {
	color:#000000;
	background-color:#FF9966 !important;
}

.hauptmenue:hover ul {
	display:block;
	z-index:500;
	background-color:#E7F41D !important;
	color:#FB0716;

html body {behavior: url(/path/csshover3.htc);}
}

body {
 background-image: url(../bilder/hintergrund.jpg);
 background-repeat: repeat;
 background-size: cover;
 background-attachment:fixed;
 background-position:center center;
}

seite {
 border-radius: 10px;
 margin-right: 40px;
 margin-left: 40px;
 margin-top: 80px;
 margin-bottom: 40px;
 background-color: #F00000;
 opacity: 0.5;
 overflow: hidden;
 z-index: 100;
  -webkit-overflow-scrolling: touch;
 float: left;
 color: #000000;
 padding-left: 30px;
 padding-right: 30px;
}