body{
	background: #FFF url('../_gfx/bg_wasser.jpg') left 100px repeat-x;
}
table{
	font-size: 1em;
}
#container{
	background: url('../_gfx/bg_main.gif') left 75px repeat-x;
	min-height:600px;
	height:auto !important;  /* für moderne Browser */
	height:600px;  /*für den IE */
	text-align: center;
}
#main{
	margin: 0 auto;
	width: 770px;
	text-align: left;
}
#header{
	height: 75px;
}
#coords{
	height: 24px;
	line-height: 23px;	
	text-align: left;
	clear:both;
	font-size:0.9em;
	padding: 0 30px;
	color: #FFF;	
}
#coords a{
	text-decoration: none;
}
#logo{
	padding: 11px 30px;
	float:left;
}
#service{
	padding: 25px 10px;
	float:right;
	color: #6FB31B;
}
#service a,#service label{
	color: #2162B3;
	text-decoration: none;
}
#service a:hover{
	color: #6FB31B;
	text-decoration: underline;
}
#service form{
	margin:0; 
}
#service input{
	font-size: 0.9em;
	color: #777;
}
#imgstripe{
	clear:both;
	margin-left: 9px; 
	height: 133px;
	border-left: 1px solid #FFF;	
}
#imgstripe .headimg{
	border-right: 1px solid #FFF;
	height: 133px;	
	float:left;
}
#menu{
	margin: 0; padding: 23px 10px 7px 10px;
	width: 210px;
	height: 510px;
	float: left;
	clear:both;	
	background: url('../_gfx/bg_menu.gif') top left no-repeat;
	list-style-type: none;
	list-style-position:outside;
	list-style-image: none;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 190px;
}
html>body #menu {
  width:190px;
} 
#menu li{
	margin:0; padding:0;
	border-bottom: 1px solid #2162B3;
	line-height: 1.4em;
}
#menu a{
	text-decoration: none;	
	display: block;
	padding:  2px 0px 2px 17px;
	color: #2162B3;
	font-weight:bold;
}
#menu ul{
	list-style-type: none;
	list-style-position: outside;
	list-style-image: none;
	margin: 0; padding:0;
}
#menu ul li{
	border:none;
}
#menu .active a{
	color: #6FB31B;
	background: url('../_gfx/menu_arrow_green.gif') 6px center no-repeat;
}
#menu .active ul a{
	font-weight:normal;
	padding-left: 27px;
	color: #2162B3;	
	background: url('../_gfx/menu_dot.gif') 18px center no-repeat;	
}
#menu .active ul .active a{
	color: #6FB31B;
	background: url('../_gfx/menu_arrow_green.gif') 17px center no-repeat;
}

#menu a:hover{
	background: url('../_gfx/menu_arrow.gif') 6px center no-repeat;
}
#menu .active ul a:hover{
	background: url('../_gfx/menu_arrow.gif') 17px center no-repeat;	
}


/* Fix IE. Hide from IE Mac \*/
* html #menu li { float: left; height: 1%; }
* html #menu li a { height: 1%; }
/* End */


#content{
	width: 530px;
	padding: 15px;
	float: left;
}
#footer{
	clear:both;
	float: none;
}