* { 
	margin: 0;
	padding: 0;
}

html, body, div, p, table, td, form, img, h1, h2, h3, h4, h5, h6, input { 
	font-family:  Tahoma, Verdana, sans-serif;
	color: #333;
}

html, body {
	height: 100%;
	font-size: .9em;
}

body { background: #F5FCD7; }

a {
	color: #009C07;
	text-decoration: none;
}
a:hover {
	color: #006905;
	text-decoration: none;
}

h1 {
	font-size: 1.8em;
}

img, a img, img a {
	border: none; 
}

ul { list-style: none; padding-bottom: 10px; }

form { display: inline; }

textarea, input, select  {
	font: .9em Arial, Verdana, 'Trebuchet MS';
	color: #333;
	padding: 3px;
	border: 1px solid #385E2D;
}

.image-left { float: left; padding: 5px; }
.clear { clear: both; }


#wrapper, #innerwrapper {
	width: 900px;
	text-align: left;
}

#header h1 {
	float: left;
	width: 272px;
	height: 104px;
	background: url(../images/logo.png) no-repeat top center;
	font-size: 0;
	color: #F0E4D5;
	margin-left: 47px;
}

#header img {
	float: right;
	margin: 0;
	padding: 0;
}

#main-navigation {
	width:  825px;
	height: 30px;
	padding-left: 75px;
	background: #438100;
}
#main-navigation ul { 
	padding-left: 10px;
	list-style: none;
	font-size: .85em;
}
#main-navigation li {
	float: left; 
	padding: 9px 10px 8px 10px;
	text-align: center;
}
#main-navigation a {
	font-weight: normal;
	color: #fff;
	text-decoration: none;
}
#main-navigation a:hover	{
	font-weight: normal;
	color: #fff;
	text-decoration: underline;
}
#main-navigation .active {
	background: #92C263 url(../images/current.gif) bottom center no-repeat;
}
#main-navigation .active a  {
	font-weight: normal;
	color: #000;
	text-decoration: none;
}
#main-navigation .active a:hover {
	font-weight: normal;
	color: #000;
	text-decoration: none;
}

.content-left {
	float: left;
	padding: 5px 10px 5px 15px;
	width: 160px;
	text-align: left;
	background: #92C263;
	border-right: 1px solid #385E2D;
	border-bottom: 1px solid #385E2D;
	border-left: 1px solid #385E2D;
}
.content-left h2 {
	color: #1D6602;
	font-size: 1.1em;
	margin-top: .1em;
	margin-bottom: .3em;
	font-weight: bold;
}
.content-left h3 {
	color: #444;
	font-size: 1em;
	margin-bottom: .3em;
	font-weight: bold;
}
.content-left ul {
	font-size: .97em;
}
.content-left ul.news li {
	margin-bottom: 5px;
}
.content-left .news .date {
	font-weight: normal;
	font-size: .9em;
}
.content-left .news a {
	font-weight: bold;
}
.content-left img {
	padding: 5px;
}

.content-middle {
	float: left;
	width: 505px;
	padding: 20px 10px 5px;
	background: url(../images/content-middle.png) no-repeat;
}
* html .content-middle {

}
.content-middle h2 {
	color: #1D6602;
	font-size: 1.4em;
	margin-bottom: .6em;
	font-weight: normal;
}

.content-middle h3 {
	color: #444;
	font-size: 1.0em;
	margin-bottom: 10px;
	font-weight: bold;
}

.content-middle h4 {
	color: #444;
	font-size: .9em;
	margin-bottom: 5px;
	font-weight: bold;
}

.content-middle p {
	margin: 1.5em 0;
	margin-top: 0.5em !important;
	line-height: 1.2em;
}

.content-middle ul {
	margin-left: 30px;
	margin-bottom: 1px;
	list-style: disc;
}

.content-right {
	float: right;
	width: 175px;
	margin-bottom: 15px;
	padding: 20px 5px 5px;
	font-size: .85em;
	text-align: left;
	background: #92C263;
	border-right: 1px solid #385E2D;
	border-bottom: 1px solid #385E2D;
	border-left: 1px solid #385E2D;
}
.content-right a {
	color: #333;
	text-decoration: underline;
}
.content-right a:hover {
	color: #1C6700;
	text-decoration: underline;
}
.content-right h2 {
	color: #1D6602;
	font-size: 1.1em;
	margin-top: .1em;
	margin-bottom: .3em;
	font-weight: bold;
}
.content-right h3 {
	color: #444;
	font-size: 1em;
	margin-top: 10px;
	margin-bottom: .3em;
	font-weight: bold;
}

.content-right ul {
	font-size: .97em;
}

#footer {
	clear: both;
	padding-left: 40px;
	width:  825px;
	height: 30px;
	font-size: .85em;
	line-height: 30px;
	text-align: center;
}

* html #footer {
}

#footer p {
	color: #92C263;
}

.contact_left {
	float: left;
	width: 150px;
	color: #000;
}

.contact_right {
	float: left;
	width: 280px;
	color: #000;
}


div.menubox {
	display: block;
	width: 100%;
}
div.menubox ul li a {
	display: block;
	margin-bottom: 2px;
	padding-left: 5px;
	height: 25px;
	line-height: 25px;
	background: #92C263;
	color: #fff;
}
div.menubox ul li a:hover {
	background: #438100;
	color: #eee;
}
div.menubox ul li a.active {
	font-weight: 800;
	background: #438100;
}
div.menubox ul li ul { 
	margin-bottom: -10px;
	font-weight: normal;
}
div.menubox ul li ul li a {
	margin-top: -2px;
	padding-left: 20px;
}
div.menubox ul li ul li a:hover {
	background: none;
	color: #eee;
	font-weight: 800;
}
div.menubox ul li ul li a.active {
	background: none;
}

div.referenzen {
	margin: 5px 0 10px;
	padding: 5px;
	border: 1px dashed;
}
div.referenzen .sub {
	display: block;
	margin-top: 0px;
	margin-bottom: 15px;
	font-family: Tahoma;
	font-size: .85em;
	letter-spacing: 1px;
}
div.referenzen p {
}

.referenzen li {
	padding: 2px 0;
	height: 45px;
	line-height: 120%;
}

div.referenz {
	margin: 0;
	padding: 0;
}
div.referenz h2 { margin-bottom: -2px; }
div.referenz span.sub {
    display: block;
	margin-top: 0px;
	margin-bottom: 15px;
	font-family: Tahoma;
	font-size: .85em;
	letter-spacing: 1px;
}
div.referenzgalerie {
	float: right;
	margin-left: 10px;
}
div.referenzcontent {
	float: left;
}

div.news {
	margin-bottom: 15px;
	padding-bottom: 5px;
	border-bottom: 1px dashed #385E2D;
}
div.news h3 { margin-top: -3px; margin-bottom: 10px; }
div.news span.date {
	margin: 0;
	font-family: Tahoma;
	font-size: .85em;
}
div.news .newscontent {

}