/* @override 
	http://familienstiftung-emsland.de/cms/css/layout.css
	http://www.familienstiftung-emsland.de/css/layout.css
*/

body{
	margin:0; padding:0;
	background: #e9f1d9 url('../_gfx/bg_body.gif') left top repeat-x;
}
#container{
	width: 970px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	top: 0; left: 0;
}

#logo{
	width: 192px;
	height: 200px;
	float: left;
	background: #FFF url('../_gfx/logo.gif') left top no-repeat;
	text-indent: -9999px;
}
#header{
	width: 768px;
	height: 200px;
	float: left;
	background: #FFF url('../_gfx/header.jpg') left top no-repeat;
	text-indent: -9999px;
}
#menu{
	float: left;
	width: 192px;
	list-style-image:none;	
}
#menu ul{
	margin: 2em 0; padding:0;
	list-style-type: none;
	list-style-position:outside;
	list-style-image:none;	
}
#menu li{
	margin:0; padding:0;
	line-height: 1.5em;
}
#menu a{
	text-decoration: none;	
	color: #6B0;
	display: block;
	padding:  3px 0px 3px 10px;
	border-bottom: 1px solid #6b0;	
}
#menu .active a{
	background-color: #6B0;	
	font-weight: bold;	
	color: #e9f1d9;
}
#menu a:hover{
}
/* Fix IE. Hide from IE Mac \*/
* html #menu li { float: left; height: 1%; }
* html #menu li a { height: 1%; }
/* End */
#menu ul ul{
	margin:0; padding:0;
	list-style-type: none;
	list-style-position:outside;
	list-style-image:none;	
}
#menu .active ul a{
	padding-left: 17px;
	font-weight: normal;
	background-color: #f4f8ec;	
	color:  #6B0;
}
#menu ul ul .active a{
	font-weight: bold;
	border: none;
}
#menu ul ul li.active{
	border-bottom: 1px solid #6b0;
}
#menu ul ul ul li.active{
	border: none;
}
#menu ul ul .active ul a{
	padding-left: 30px;
	border: none;
	font-weight: normal;
	font-size:  0.9em;	
	color: #666;
	background: #f4f8ec url('../_gfx/arrow_menu_sub.gif') 18px center no-repeat;
}
#menu ul ul .active ul .active a{
	font-weight: bold;
}
#menu a.img{
	border: none;
	text-decoration: none;
	color: #E9F1D9;
}
#menu a.img img{
	border: none;
	text-decoration: none;
}

#content{
	float:left;
	width: 560px;
	padding: 24px 8px 50px 8px;			
	min-height:250px;
	height:auto !important;  /* für moderne Browser */
	height:250px;  /*für den IE */
}
#rightpan{
	float:left;
	width: 176px;
	padding: 40px 0 50px 16px;
}

/* 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;
}
.teaserfloatsmall {
	float: right;
	margin-right: 5px;
	border: none;
	text-align: center;
}
.teasersmall, .teasersmall a {
	margin-right: 5px;
	border: none;
	text-align: center;
}
.noborder a img{
	border: none;
}
.mobile {
	display: none;
	clear: both;
}
.special{
	position: absolute;
}
hr {
	display: none;
}
#layer{
	display: none;
	position: absolute;
	top: 60px; right: -20px;
	width: 325px;
	height: 115px;
}
#layer #close{
	text-align: right;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
}
#player{
	padding: 20px 40px;
}
