/* @override http://biomassezentrum.de/cms/fileadmin/template/start/start.css */



body {
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}

#page {
	width: 900px;
}
#banner {
	padding-top: 200px;
	padding-left: 20px;
}

#navitem {
	position: absolute;
	top: 0px;
	left: -300px;
}

a img {
	border: 0px;
}

#header #langselect {
	float: left;
	width: 150px;
} 

/*
#header img.logoimage {
	padding-right: 150px;
}

*/

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 3px 10px 3px 10px;
	margin: 5px 0px 5px 0px;
}
#content {
	height: 300px;
	clear: both;
}

#content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
}

#boxes {
	margin-top: 34px;
	position: static;
	width: 900px;
	z-index:2;
}

#boxes a {
	color: white;
	}

#content #newsbox {
	width: 440px;
	float: left;
}

#lang_select {
    text-align: center;
    position: absolute;
    background-image: url(img/lang_bg.png);
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/lang_bg.png", sizingMethod="scale");
    background-repeat: no-repeat;
    width: 80px;
    height: 35px;
}


* html #lang_select {
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/lang_bg.png", sizingMethod="scale");
}




#content #newsbox #newscontent {
/*
	height: 206px;
*/
	overflow-y: hidden;
}

#content #newsbox h1, #content #contactbox h1{
	background-color: #87b433;
	color: #29401e;
	font-weight: bold;
	padding: 2px;
	padding-left: 10px;
	margin: 0px;	 
}

#content #newsbox #contenttext {
	padding: 15px;
	overflow: auto;
	height: 255px;
}

#content #newsbox td {
	padding: 3px 3px 0px 3px;
}

#content #newsbox a  {
	color: #000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	padding: 3px 3px 0px 3px;
	padding-right: 10px;
	margin: 0px;
	
}

#content #newsbox .news-latest-date a {
	color: #5e5e5e;
}

#content #newsbox .news-latest-subheader p.bodytext {
	padding: 0px 0px 7px 3px;
	margin: 0px;
}


#content #newsbox a:hover {
	color: #29401e;
	text-decoration: underline;
}

#content #newsbox .news-latest-container {

}


#content #contactbox {
	width: 215px;
	float: left;
	border-left: 1px solid #77785c;
	border-right: 1px solid #77785c;
	height: 300px;
}

#content #contactbox h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #487700;
	padding: 5px 10px 0px 10px; 
	margin: 5px 0px 5px 0px;
}

#content #rightbox {
	float: right;
	margin-top: -40;
	z-index: 20;
	position: relative;
	width: 243px;
}

#content #rightbox div.content-element{
	margin-bottom: 5px;
}

#content #rightbox div.content-element img{
	margin-top: 5px;
}

#content #rightbox h1 {
	background-color: #1e3315;
	color: #fff;
	font-weight: bold;
	padding: 2px;
	padding-left: 10px;
	margin: 0px;
}

#footer {
	width: 900px;
	background-image: url(img/footer.jpg);
	background-repeat: repeat-x;
	height: 28px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 6px 5px 0px 5px;
}

#footer_left {
	width: 300px;
	float: left;
}

#footer_right {
	width: 500px;
	float: right;
}
#footer_right a {
	text-decoration: none;	
	color: #aab5a7;
	padding-left: 6px;
	padding-right: 6px;
}

#footer_right a.footerlink {
	border-right: 1px solid #aab5a7;
}

.content-element .bodytext a {
	color: #487700;
	text-decoration: none;
	font-weight: bold;
	background-image: url(../main/green/img/link.png);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 12px;
}

#
