body {
	background-color: #ECEEEE;
	font-family: Arial, Helvetica, sans-serif;
}
ul,li,h1,p {
margin:0;
padding:0;
}
#wrap {
	margin: 0 auto;
	width: 940px;
	height: 552px;
	background-color: #ECEEEE;
}

#header {
	position:relative;
	z-index:100;
	margin: 0;
	padding:0;
	width: 940px;
	height: 119px;
	background-color: #AEB3AE;
	background-image:url(../img/bg_header.gif);
	background-position: 0 0;
}
#header img {
float: left;
margin-bottom: 12px;
}
#content {
	margin: 0;
	padding:0 0 0 66px;
	width: 874px;
	height: 501px;
	background-color: #fff;
	background-image:url(../img/bg_content.gif);
	background-repeat: repeat-y;
	border: 0px solid red;
}
#img{
margin: 0;
padding: 0;
width: 570px;
height: auto;
text-align:center;
float: left;
border: 0px solid #000;
}
#txt{
margin: 0;
padding: 32px 15px 0 20px;
width: 225px;
height: auto;
float: right;
border: 0px solid #000;
color:#425355;
overflow:hidden;
}
#txt h1{
font-size: .9em;
margin-bottom:.5em;
}
#txt p,#txt li{
font-size: .72em;
line-height: 1.3em;
}
#txt ul {
margin: 5px 0 5px 10px;
}
#txt li{
list-style-type: none;
margin:0;
margin-bottom: 3px;
padding: 0;
}

#txt a{
	text-decoration: none;
	color: #425355;
}
#txt a:visited{
	text-decoration: none;
	color: #425355;
}
#txt a:hover{
	text-decoration: none;
	color: #000000;
}
#txt a:active{
	text-decoration: none;
	color: #000000;
}

#footer {
	margin: 0;
	padding:0;
	width: 916px;
	height: 3px;
	overflow: hidden;
	background-color: #D4D6D6;
	margin-left: 24px;
}


#impressum {
	float: left;
	margin: 25px 0 0 0;
	padding: 0;
	width: 710px;
	text-align: right;
	font-size: .8em; 
}

#men {
	clear: left;
	margin: 0 0 0 75px;
	padding: 0;
	width: 865px;
	font-size: .9em;
	font-weight: bold;
}

a{
	text-decoration: none;
	color: #425355;
}
a:visited{
	text-decoration: none;
	color: #425355;
}
a:hover{
	text-decoration: none;
	color: #ECEEEE;
}
a:active{
	text-decoration: none;
	color: #ECEEEE;
}

/* menu level 1*/
ul.menu {
  list-style-type:none; 
  margin:0;
  padding:0; 
}
ul.menu li{
	color: #425355;
	float:left;
	text-indent: 5px;
}

ul.menu a, ul.menu a:visited, ul.menu a:active {
  text-decoration:none;
  display:block; 
  color:#425355;
}
ul.menu a:hover {
  color:#ECEEEE;
}
/*menu level 2*/
#menul2 {list-style-type:none; clear:left; margin:0 0 0 71px; padding:5px 0 0 0; }

#menul2 li {display:block; float:left; position:relative; z-index:100; margin-right:0px;}
#menul2 li span {display:block; z-index:100; background:transparent; padding: 0px 10px; font-size:.75em; font-weight:bold; color: #aeb3ae; border-right:1px solid #425355;}
#menul2 li a, #menul2 li a:visited {display:block; padding:0;}

#menul2 dl {position:absolute; top:0; left:0; margin: 0; padding: 0; background: url(../img/trans.gif);}
#menul2 dt {background: transparent; margin:0; font-size: .75em; font-weight:bold; float:left;}
#menul2 dd {display:none; background: transparent; clear:left; margin:0; padding:0; color: #fff; font-size: 11px; line-height: 10px; text-align:left;}

#menul2 dt a, #menul2 dt a:visited {display:block; color:#425355; padding: 0px 10px; text-decoration:none; white-space:nowrap;}
#menul2 dd a, #menul2 dd a:visited {background:transparent; color:#425355; text-decoration:none; display:block; padding: 3px 10px; white-space:nowrap;}
#menul2 li a:hover {border:0;}

#menul2 li:hover dd, #menul2 li a:hover dd {display:block; background: #d8d8d8;}
#menul2 li:hover dl a, #menul2 li a:hover dl a { background: #d8d8d8; color:#425355;}
#menul2 li:hover dt a, #menul2 li a:hover dt a {color:#fff;}
#menul2 li:hover dd a:hover, #menul2 li a:hover dd a:hover {color:#000; background: #d8d8d8; }