

.clearfix  {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.greenMark {
	color:#3e7e34;
}

/* ######################################################################################## */

body {
	font: 14px/18px Helvetica,Arial,sans-serif;
	font-weight: normal;
}

/* BOF Hintergrundfarbe */
body {
	background-color:#fff;
}
/* EOF Hintergrundfarbe */


H1 {
	font-size:22px;
	font-weight:bold;
	line-height:28px;
	color:#3e7e34;
	margin-bottom:20px;
}


/* ######################################################################################## */

/* BOF FORMULARE */
.form_title {
	width:100px;
	float:left;
	margin-bottom:3px;
}
.form_field {
	width:150px;
	float:left;
	margin-bottom:3px;
}

div#error ul li {
	color:#ff0000;
	line-height:14px;
}

input.error {
	/*border:5px solid red;*/
	background-color:#fc7b7b;
}
/* EOF FORMULARE */

/* ######################################################################################## */

#wrapper {
	max-width: 1224px;			/* Ursprünglich 1228 - abzüglich des borders (links/rechts) von jeweils 10px */
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	background-color: #fff;
	height:800px;
}

div#head, div#topmenu, div#content, div#footer {
	width:100%;
}

div#head, div#topmenu, div#content {
	border-left:10px solid #65b531;
	border-right:10px solid #65b531;
}

div#head {
	height:170px;
	background:#e9f3de url(../images/bg_rasen.png) repeat-x bottom;
}
	div#head_left {
		width:35%;
		float:left;
	}
	div#head_right {
		width:65%;
		float:left;
	}
		
		
div#content, div#content_left, div#content_right {
	min-height:500px;
}

div#content_left, div#content_right {
	border-top:10px solid #3e7e34;
	padding:75px 35px 35px 35px;
}

div#content {
	background:blue;
	border-bottom:10px solid #65b531;
}

	div#content_left {
		width:168px;
		float:left;
		background:#fff;
	}

	
	div#content_right {
		width:916px; 
		float:left;
		background:#e9f3de url(../images/bg-01.jpg) no-repeat;
	}


	
	
div#footer {
	height:30px;
	text-align:right;
	margin: 0 10px 0 10px;
	line-height:30px;
}


/* ######################################################################################## */




@media only screen and (min-width : 0px) and (max-width : 329px) {

}


/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width : 320px) and (max-width : 480px) {

}


@media only screen  and (min-width : 480px) and (max-width : 960px){

}


@media only screen and (min-width : 1224px) {

}


@media only screen and (min-width : 1544px) {

}


@media only screen and (min-width:1824px){

}


/* ######################################################################################## */



.tg_01 {
	color:#c6e2ae;
}


