*{
	margin: 0px;
	padding: 0px;
}

body {
	background: #939393;
	font-family: sans-serif;
}

#header {
	margin-top: 20px;
	height: 200px;
	/*background-image: url(header1.jpg);*/
}

#menue ul li {	
	display: inline;
}

#menue a:hover {
	text-decoration: none;
	color: #939393;	
}
	
#menue a {
	text-decoration: none;
	color: #d4d4d4;	
	font-weight: bold;
}

#menue {
	background-image: url(menue.jpg);
	height: 40px;
	padding-left: 140px;
}

ul#navmenu {	
	background-image: url(menueHG.jpg);	
	position: relative;
}

ul#navmenu li {
	list-style: none;
	float: left;
	height: 24px;
	font-size: 90%;
	position: relative;
}

ul#navmenu li.ausgewaehlt a:link, ul#navmenu li.ausgewaehlt a:visited {
	background: url(p/menueHG.jpg);
}

ul#navmenu li a:link, ul#navmenu li a:visited {
	height: 21px;
	display: block;
	float: left;
	color: #d4d4d4;
	text-decoration: none;
	padding: 8px 40px 0 20px;
}

ul#navmenu li a:hover, ul#navmenu li a:active, ul#navmenu li a:focus {
	background-color: transparent;
	color:  #939393;		
}

ul#navmenu ul {
	line-height: 25px;
	width: 175px;
	display: none;
	position: absolute;
	top: 24px;
	left: 8px;
	font-size: 100%;
	z-index: 1000;
}

ul#navmenu ul:after 
	/*From IE 7 lack of compliance*/ {
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
}

ul#navmenu ul li {
	background:  url(menueHG.jpg);
	height: 28px;
	float: left;
	/*For IE 7 lack of compliance*/
 	display: block !important;
	display: inline;
	/*For IE*/
	width: 135px;
	overflow: hidden;
	white-space: nowrap;
}

ul#navmenu ul li a:link, ul#navmenu ul li a:visited {
	padding: 1px 10px 0 10px;
	width: 152px;
}

/* 2nd Menu */
/* das .iehover wird bei internet explorer via javascript eingefuegt! */
ul#navmenu li:hover ul,
ul#navmenu li.iehover ul {
	display: block;
}
	
#wrapper{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

#content {
	background-image: url(content_neu.jpg);
	height: 422px;
	width:750px;
	margin-left: 150px;
}

#footer {
	text-decoration: none;
	background-image: url(footer1.jpg);
	height: 41px;
	margin-bottom: 20px;
	width: 900px;
}

#kontakt ul li {
	position: relative;
	top: 13px;
	display: inline;	
}

#kontakt a {
	color: #d4d4d4;
	text-decoration: none;
}

#kontakt {
	padding-left:358px;
	font-size: 90%;
}

#kontakt a:hover {
	text-decoration: none;
	color: #939393;
}
#menue2 {
	width: 150px;
	float: left;
	padding-top: 20px;
	background-image: url(submenue.jpg);
	height: 402px;
}
	
#menue2 ul li {
	list-style: none;
	margin-left: 20px; 
	margin-top: 10px;
}

#menue2 a {
	text-decoration: none;
	color:#d4d4d4;
}

#menue2 a:hover {
	color: #939393;
}

#clear{
	clear: both;
}

#inhalt{
	padding-bottom: 30px;
	padding-top: 30px;
	width: 750px;
	height: 330px;
 	overflow: auto;	
}

#text {
	margin-right: 30px;
 	margin-left: 30px;
}

#text a {
	color: black;
	text-decoration: none;
	font-size: 15px;
	font-family: Arial;
}

#einsatztext {
	margin-left: 350px;
	margin-top: -240px;
}

#uwz{
	margin-top: 100px;
	margin-left: 6px;
	margin-right: 4px;
	border-color: #d4d4d4;
	border-style: solid;
	border-width: medium;
	padding: 0px;
	background-color: white;
}

h1 {
	font-size: 16px;
}

.even {
 	background-color: #d4d4d4 !important; 
}
 

