/* @override http://amb-haren.de/css/layout.css */

body{
	margin:0; padding:0;
	background: #DCEBE9 url('../_gfx/bg_main.gif') left top repeat-x;
}
#container{
	width: 780px;
}

#logo{
	padding: 30px 0 25px 90px;	
}
#header{
	height: 160px;
	margin-bottom:  12px;
}
#header .hdimg{
	margin-right: 12px;
	float: left;
}
#menu{
	clear: both;
	float: left;
	margin: 0; padding:0;
	list-style-type: none;
	list-style-position:outside;
	width: 240px;
	list-style-image:none;	
}
#menu li{
	margin:0; padding:0;
	line-height: 1.5em;
}
#menu a{
	text-decoration: none;	
	display: block;
	color: #008877;
	font-weight: bold;
	padding:  3px 12px 3px 35px;
	border-bottom: 1px solid #087;	
}
#menu .active a{
	background-color: #008877;
	color: #FFF;
	text-align: right;
}
#menu a:hover{
}
#menu li.active{
	border-bottom: 1px solid #008877;
	background-color: #FFF;
}
/* Fix IE. Hide from IE Mac \*/
* html #menu li { float: left; height: 1%; }
* html #menu li a { height: 1%; }
/* End */
#menu ul{
	margin:5px 0 0 0; padding: 0;
	list-style-type: none;
	list-style-position:outside;
	list-style-image:none;
	background-color: #FFF;
	padding-bottom: 5px;
}

#menu ul{
	margin:5px 0 0 0; padding: 0;
	list-style-type: none;
	list-style-position:outside;
	list-style-image:none;
	background-color: #FFF;
	padding-bottom: 5px;
}
#menu .active ul a{
	font-weight: normal;
	border: none;
	font-size: 0.9em;
	background-color: #FFF;
	color: #777;
	line-height: 1em;
	padding-top: 4px;	
	padding-bottom: 4px;	
	background: #FFF url('../_gfx/submenu_arrow.gif') 224px 7px no-repeat;
	padding-right:  22px;
}
#menu ul .active{
	border: none;
}
#menu ul .active a{
	font-weight: bold;
	color: #008877;
}

#content{
	float:left;
	width: 430px;
	padding: 2em 0 50px 75px;			
	min-height:250px;
	height:auto !important;  /* für moderne Browser */
	height:250px;  /*für den IE */
}

/* NEWS */
.newsteaser{
	border-top: 1px solid #6b0;	
}
.newsitem{
	padding-bottom: 0.7em;
	padding-left:  10px;
	padding-top:  0.7em;
	border-bottom: 1px solid #6b0;
	background: url('../_gfx/arrrow-right.gif') 0px 14px no-repeat;
}
.newsitem a{
	text-decoration: none;
}
.teaserfloat {
	float: right;
	margin-right: 4px;
	margin-bottom: 5px;
	border: none;
}

