/* CSS Document */

body {
	background:#AFB8B7 url(../images/bg_home.jpg) top center no-repeat;
}
#container {
	background:#AFB8B7 url(../images/bg_home.gif) top center repeat-y;
}
#content {
	/*height:115px;*/
	background:#FFF;
	padding:30px 40px;
	background:#D6EFD5;
	overflow:auto;
	min-height:350px;
	padding-bottom:5px;
}
.News #content, .Home #content {
	background:#D6EFD5 url(../images/news_bg.gif) 0 180px no-repeat;
}
#content2 {
	padding-left: 50px; 
	padding-top: 0px; 
	background:#d6efd5;
}
#newsbereich {
	height:145px;
	background:#D4DCD8 url(../images/glas_bg.gif) top left no-repeat;
	padding:30px 40px;
}
#newsbereich img {
	float:left;
	padding-right:20px;
}
#newsbereich h2, #newsbereich h2 a {
	color:#00B10A;
	font-size:16px;
	margin:0px;
}
#newsbereich h3 {
	color:#92A09B;
	font-size:15px;
	margin:0px;
}
#newsbereich h4 {
	color:#00B10A;
	font-size:11px;
}
#submenu {
	display:none;
}
#submenuextend {
	float:left;
	width:600px;
	background:#B4C5BF;
	line-height:30px;
	padding-left:10px;
	
}

#submenuextend a{
	color:#000;
	text-decoration:none;
	padding-right:8px;
}
#submenuextend a:hover, #submenuextend a.active  {
	color:#FFF;
}

#footer {
	background:#d6efd5;
}

