@charset "utf-8";

h1{
	margin-top: 0px;
	margin-bottom: 30px;
	font-size: 24px;
	color: #517805;
	line-height: 21px;
	text-align: left;
}

h2{
	margin-top: 0px;
	margin-bottom: 15px;
	font-size: 18px;
	color: #517805;
	line-height: 21px;
}


p{
	line-height: 17px;
	font-size: 14px;
	color: #333;
}

li {
	list-style-type: square;
	margin-left: -25px;
	text-align: left;
}


body {
	font: 100% "Times New Roman", Times, serif;
	background: #a9d435 url(bilder/hintergrund_web.jpg) no-repeat scroll top;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}

#impressum a{
	font-size: 9px;
	float: left;
	position: absolute;
	right: 15px;
	color: #517805;
	top: 5px;
	text-decoration: none;
}




#container {
	width: 950px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}

#banner {
	text-align: center;
}

#navi_oben {
	font-size: 16px;
	color: #517805;
	font-weight: bold;
}

#navi_oben a {
	font-size: 16px;
	color: #517805;
	font-weight: bold;
	text-decoration: none;
}

#navi_oben .right {
	position: absolute;
	right: 0px;
}



#inhalt {
	background-image: url(bilder/bg_inhalt.png);
	height: 494px;
	width: 950px;
}

#bilder {
	height: 430px;
	width: 586px;
	margin-top: 35px;
	margin-left: 10px;
	position: absolute;
}

#textfeld {
	height: 430px;
	width: 300px;
	margin-top: 35px;
	float: right;
	margin-right: 22px;
	overflow: auto;
	padding-right: 10px;
	text-align: left;
}


#preise {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #517805;
	position: absolute;
	height: 220px;
	width: 150px;
	left: 420px;
	z-index: 10;
	top: 328px;
	padding: 15px;
	background-image: url(bilder/bg_preise.png);
	}


/*#####################
CLassen Kontaktformular
#####################*/

.name_formular {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	border: 1px solid #C6E120;
	width: 300px;
	margin-bottom: 5px;
}

.email_formular{
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	border: 1px solid #C6E120;
	width: 300px;
	margin-bottom: 5px;
}

.nachricht_formular{
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	border: 1px solid #C6E120;
	width: 300px;
	margin-bottom: 10px;
}
.senden{
	font-size: 12px;
	border: 1px solid #C6E124;
	font-family: "Times New Roman", Times, serif;
	background-color: #FFF;
}
.loeschen{
	font-size: 12px;
	border: 1px solid #C6E124;
	font-family: "Times New Roman", Times, serif;
	background-color: #FFF;
}
