body {
	font-family:Verdana, sans-serif;
	font-size:11px;
	background-color:#ffffff;
	margin:0px;
	padding:0px;
	z-index:0;
}

a {
	color: #505050;
}

h1 {
	font-size: 13px;
	letter-spacing: 1px;
	padding: 20px 20px 0px 20px;
	margin: 0px;
	color: #000000;
	font-weight: 600;
}
h2 {
	font-size: 11px;
	color: #1e5a1b;
	padding: 0px;
	margin: 20px 0px 3px 0px;
}
h3 {
	font-size: 11px;
	padding:2px 20px 0px 20px;
	margin: 0px;
	color: #000000;
	font-weigth: normal;
}

#clearer {
	clear: both;
}

#backLine {
	position: absolute;
	height: 220px;
	width: 100%;
	top: 135px;
	left: 0px;
	background: #6ebe6a;
	z-index: 0;
}

#navigation {
	position: absolute;
	width: 210px;
	height: 220px;
	top: 135px;
	left: 0px;
	background: #6ebe6a;
	z-index: 1;
}
#navigation .button {
	color: #ffffff;
	position: relative;
	margin: 0px auto;
	padding: 5px 5px 0px 5px;
	width: 150px;
	height: 20px;
	top:20%;
	background: url(images/border_navi.jpg) bottom no-repeat;
	cursor: pointer;
}
#navigation .button:hover {
	background: url(images/border_navi.jpg) bottom no-repeat #80c87d;
}
#navigation a {
	color: #ffffff;
	text-decoration: none;
}

#middle {
	position: absolute;
	width: 540px;
	left: 210px;
	top: 5px;
	background: #dddcdc;
	z-index: 10;

}

#lines {
	width: 100%;
}
#lines .green {
	width: 395px;
	height: 8px;
	float: left;
	background: #479942;
}
#lines .black {
	width: 140px;
	height: 8px;
	float: left;
	background: #000000;
}

#header {
	width: 100%;
	height: 122px;
	background-image: url(images/header_bg.jpg);
	
}
#header .logo {
	float: left;
	width: 189px;
	height: 109px;
	margin: 8px 0px 0px 20px;
}
#header .info {
	float: right;
	text-align: right;
	margin: 10px 10px 5px 0px;
}
#header .info h1 {
	color: #479942;
	font-size: 13px;
	padding: 0px;
	margin: 0px;
}
#header .info p {
	font-size: 11px;
	padding: 0px;
	margin: 5px 0px 0px 0px;
}

#topContent {
	min-height: 80px;
	background: #ade2aa;
	border-bottom: 1px solid #ffffff;
}
#topContent img.kontakt {
	float: left;
	margin: 20px;
	padding: 2px;
	border: 1px solid #9b9999;
}
#topContent .adresse {
	width: 250px;
	float: right;
	margin: 20px;
}

#topContent p {
	padding: 0px;
	margin: 0px 0px 15px 0px;
}
div.text {
	width: 500px;
	margin: 20px;
}
#bottomContent {
	min-height: 100px;
	background: #dddcdc;
}

#bottomContent p {
	padding: 5px;
	margin: 0px;
}
#bottomContent ul {
	padding: 5px;
	margin: 0px 10px 0px 30px;
}

/**
*
*	Formulare:
*	Kontakt
*
*/

form.kontaktFormular {
	border: 0px;
	padding: 0px;
	margin: 20px;
}
form.kontaktFormular div.kontaktLeft {
	width: 200px;
	float: left;
}
form.kontaktFormular div.kontaktRight {
	width: 250px;
	float: right;
}
fieldset.kontaktField {
	margin:0px;
	border:0px;
	padding:0px;
}
form.kontaktFormular label {
	display: block;
	width: 200px;
	padding-bottom: 2px;
}
form.kontaktFormular input.text {
	border: 1px solid #888787;
	margin-bottom: 8px;
	width: 200px;
	background-color: #e7e6e6;
}
form.kontaktFormular textarea {
	border: 1px solid #888787;
	width: 240px;
	height: 105px;
	background-color: #e7e6e6;	
}
form.kontaktFormular textarea:focus, form.kontaktFormular input.text:focus, form.kontaktFormular input.submit:focus {
	background-color: #fcfbfb;	
	border: 1px solid #2f2f2f;
}
form.kontaktFormular input.submit {
	float:right;
	margin: 5px 8px 0px 0px;
	background-color: #e7e6e6;	
	border: 1px solid #888787;
}
