
#menu {
	width: 90%;
	height: 40px;
	margin: 15px auto;
	font-family: 'Droid Sans', sans-serif;
	background: rgb(200,200,200);
	box-shadow:0 0 9px #222;
	border-radius: 10px;
	text-align:center;
}


#menu a {
	color: #000;
	text-decoration: none;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;	
}

#menu .inhalt {
	width: 900px;
	margin: 0 auto;
}

#menu .inhalt ul {
	position: absolute;
	margin: 0 auto;
	list-style: none;
}

#menu .inhalt ul li {
	float: left;
	margin: 0 0 0 20px;
	padding: 0 10px;
	font-size: 18px;
	font-weight: bold;
	line-height: 40px;
}

#menu .inhalt>ul>li:hover {
	height: 40px;
	margin-top: -5px;
	background: #aaaaaa;
	border-top: 5px solid #333;
	box-shadow: 0 0 5px #aaa;
}

#menu .inhalt ul li img {
	float: left;
	width: 16px;
	height: 16px;
	margin: 11px 5px ;
	padding: 6px;
	background: #000;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#menu .inhalt ul li ul {
	top: -9999px;
	min-width: 200px;
	background: #555555;
	background: -moz-linear-gradient(top,  #555555 0%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#555555), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top,  #555555 0%,#ffffff 100%);
	background: -o-linear-gradient(top,  #555555 0%,#ffffff 100%);
	background: -ms-linear-gradient(top,  #555555 0%,#ffffff 100%);
	background: linear-gradient(top,  #555555 0%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#555555', endColorstr='#ffffff',GradientType=0 );
	padding: 0;
	margin: 0 0 0 -10px;
	box-shadow: 0 1px 5px #aaa;
}

#menu .inhalt ul li:hover ul {
	top: 40px;
}

#menu .inhalt ul ul li {
	float: none;
	font-size: 14px;
	padding: 10px 20px;
	text-align: left;
	margin: 0;
	border-bottom: 1px solid #ddd;
	line-height: 20px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#menu .inhalt ul ul li:hover {
	background: #339;
	color: #fff;
}

#menu .inhalt ul ul li a {
	display: block;
}

#menu .inhalt ul ul li a:hover {
	color: #fff;
}

#menu li ul li ul {
	position: absolute;
	left: -9999px;
}

#menu .inhalt ul ul li:hover ul {
	left: 100%;
	top: auto;
	margin-top: -20px;
}
			
h1 { box-shadow:0 0 9px #222; border-radius: 10px; background-color:rgb(200,200,200);}	

hr { color:black; background-color:black; height: 5px; z-index:99;}

#wrapper { width:1024px; margin:auto; }

#mitte { max-height:450px; overflow:auto; width:984px; margin:auto; margin-top:20px; padding-left:20px; padding-right:20px; font-size: 14px}

#mitte2 { max-height:450px; overflow:auto; width:984px; margin:auto; margin-top:30px; padding-left:20px; padding-right:20px;font-size: 14px}

#pix { position:relative; float:left; width:250px; padding-top:5px; padding-bottom:5px; border-radius: 10px; margin-top:20px;
	background-color:rgb(200,200,200); z-index:-1;}

#texte { position:relative; float:right; padding-left:25px; padding-right:25px; padding-top:5px; z-index:-1; margin-top:20px;
	width:690px; padding-top:10px; padding-bottom:10px; border-radius: 10px; background-color:rgb(200,200,200); font-size: 14px;}

#texte.h2 {font-size:1.0em;}

#ende { position:absolute; bottom:25px; width:1024px; text-align:right; 
	font-family:verdana; font-weight:bold; }
	
#footer { position:absolute; bottom:10px; width:1024px; font-family:verdana; }

#footer2 { position:absolute; bottom:25px; width:1024px; font-family:verdana; }
	
	/*background-color:rgb(200,200,200); box-shadow: 3px 3px 9px rgba(0,0,0,0.5); border-radius: 10px; border:1px solid black;*/
	
ul#ULeiste { text-align: right; }

ul#ULeiste  li { list-style: none; display: inline; padding-right: 25px; font-weight:bold; }

#karte {float:right;}

#contact {float:left; width:350px;}