@charset "utf-8";
/* CSS Document */

/*=====================HTML-TAGS======================*/

body {
	height: 100%;
	background: #01632B url(../img/body-hg.png) repeat-x center top;
	margin: 0;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 13px;
	color: #382E18;
	line-height: 1.3em;
	padding: 0px;
	text-align: center;
	}
body strong {
	font-weight: bold;
	color: #004924;
	}
table {
	font-size: 12px;
	}
img {
	border: 0px;
	padding: 0px;
	margin: 0px;
	}
a, a:link , a:visited{
	color: #004924;
	text-decoration:underline;
	}
a:hover, a:active {
	color: #9F7F44;
	}
p, h1, h2, h3, h4, h5, h6, form {
	margin: 0;
	padding:0;
	}
h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-weight: bold;
	line-height: 1.2em;
	color: #9F7F44;
	}
h1 {
	font-size: 20px;
	margin-bottom: 12px;
	}
h2{
	font-size: 17px;
	margin-bottom: 3px;
	}
h3{
	font-size: 15px;
	margin-bottom: 3px;
	}
h4{
	font-size: 14px;
	margin-bottom: 3px;
	}
h5{
	font-size: 13px;
	margin-bottom: 3px;
}
ul {
	margin: 3px 0 0 10px;
	padding: 2px 0 2px 0px;
}
li {
	line-height: 15px;
	padding: 0 0 2px 5px;
	margin: 0 0 0 5px;
	list-style-position: outside;
}
/*---------------------DIV-FORMATIERUNGEN------------------------------*/
#header {
	width: 990px;
	height: 413px;
	margin: 0px auto;
	background: url(../img/header-hg.jpg) no-repeat center top;
	}
#features {
	height: 51px;
	width: 905px;
	padding: 12px 85px 0 0;
	text-align: right;
	color: #fff;
	font-size: 11px;
	}
#features a, #features a:visited {
	color: #fff;
	text-decoration: none;
	}
#features a:hover, #features a:active { color: #004924; }
#logo {
	width: 261px;
	height: 148px;
	float: left;
	padding: 0 0 0 75px;
	}
#foto {
	width: 580px;
	height: 254px;
	float: right;
	padding: 0 74px 0 0;
	}
#buttons {
	width: 241px;
	height: 91px;
	float: left;
	padding: 15px 0 0 95px;
	background: url(../img/buttons-hg.jpg) no-repeat right top;
	text-align: left;
	}
#buttons a, #buttons a:visited {	
	font-size: 14px;
	color: #E2D2AD;
	font-weight: bold;
	text-decoration: none;
	background: url(../img/buttons-icon.jpg) no-repeat left center;
	padding-left: 20px;
	margin-bottom: 10px;
	display: block;
	}
#buttons a:hover, #buttons a:active {
	color: #fff;
	background: url(../img/buttons-icon-hover.jpg) no-repeat left center;
	}
#navigation {
	clear: both;
	padding: 40px 0 0 336px;
	text-align: left;
	}
#hintergrund { background-color: #F2E4C4; width: 100%; height: auto;}
#hauptfenster {
	width: 990px;
	margin: 0px auto;
	text-align: left;
	}
#balken-links {
	width: 210px;
	padding: 0 0 0 74px;
	float: left;
	}
#content {
	width: 570px;
	padding: 0 84px 0 0;
	float: right;
	}
#wildankauf, #film {
	width: 180px;
	padding: 0 15px 15px 15px;
	background: url(../img/boxen-verlauf.png) repeat-x bottom;
	font-size: 11px;
	line-height: 1.3em;
	}
#wildankauf h3, #film h3 { color: #004924; }
#wildankauf a, #film a { display: block; margin-top: 5px; }
#wildankauf { margin-bottom: 30px; }

#ende { clear: both; }

#fussleiste {
	width: 100%;
	height: 171px;
	background: #F2E4C4 url(../img/fussleiste-hg.png) repeat-x bottom;
	padding-top: 15px;
	}
#fussleiste-innen {
	width: 990px;
	margin: 0px auto;
	}
#kompass {
	height: 63px;
	width: 654px;
	padding: 108px 0 0 169px;
	background: url(../img/kompass-hg.png) no-repeat bottom left;
	margin-left: 167px;
	text-align: left;
	line-height: 1.5em;
	}
address {
	color: #fff;
	font-style: normal;
	font-size: 11px;
	}
#kompass a, #kompass a:visited { color: #fff; }
#kompass a:hover, #kompass a:active { color: #9F7F44; }
	
#button {
	padding: 3px;
	display: block;
	border: 1px solid #E1CDA3;
	color: #fff;
	background: #9B7A3E url(../img/buttons-hg.png) repeat-x top;
	text-decoration: none;
	text-align: center;
	}
#button:hover {
	border: 1px solid #004924;
	background: #9B7A3E url(../img/buttons-hg.png) repeat-x top;
	color: #004924;
	}
/*---------------------KLASSEN------------------------------*/

.printey { display: none; }

.tabelle {
	border-collapse: collapse;
	background-color: #ECD7A6;
	text-align: left;
	font-size: 13px;
	margin-bottom: 5px;
	vertical-align: middle;
	border: 1px solid #E1CDA3;
	}
.tabelle td {
	padding: 5px;
	border: 1px solid #E1CDA3;
	}
.tabelle-header {
	background-color: #E1CDA3;
	font-weight: bold;
	color: #004924;
	padding: 4px;
	}
.tabelle-hervorhebung {
	background-color: #ECD7A6;
	font-weight: normal;
	padding: 4px;
	}

/*---------------------ANFRAGEFORMULAR-----------------------------*/

#errorMessage {
	border: 1px solid red;
	padding: 3px;
	width: 99%;
	margin-bottom: 10px;
	}
#successMessage {
	border: 1px solid green;
	padding: 3px;
	width: 99%;
	margin-bottom: 10px;
	}
#formular label {
	display: block;
	float: left;
	width: 75px;
	vertical-align: middle;
	padding: 3px 0px 0px 5px;
	}
#formular p {
	clear: left;
	background-color: #ECD7A6;
	padding: 5px;
	margin-bottom: 1px;
	width: 98%;
	border: 1px solid #E1CDA3;
	}
#formular input {
	border: 1px solid #E1CDA3;
	background-color: #FFFFFF;
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	color: #382E18;
	}
#formular textarea {
	border: 1px solid #E1CDA3;
	background-color: #FFFFFF;
	font-family: Tahoma, Arial, Verdana;
	font-size: 13px;
	color: #382E18;
	width: 99%;
	}
#formular .pflichtfelder {
	border: 1px solid #004924;
	}	
#formular #sendenbutton, #formular #loeschenbutton {
	width: 200px;
	height: 25px;
	padding: 3px;
	border: 1px solid #E1CDA3;
	color: #fff;
	background: #9B7A3E url(../img/buttons-hg.png) repeat-x top;
	}
#formular #sendenbutton:hover, #formular #loeschenbutton:hover {
	border: 1px solid #004924;
	background: #9B7A3E url(../img/buttons-hg.png) repeat-x top;
	cursor: hand;
	color: #004924;
	}
	
/*---------------------GOOGLE-MAPS-----------------------------*/

#aussenrahmen {
	border: 1px solid #E1CDA3;
	width: 100%;
	text-align: center;
	}
#karte {
	width: 100%; 
	height: 320px;
	}
#input-hintergrund {
	background-color: #ECD7A6;
	padding: 5px;
	}
#adresseingabe {
	width: 350px;
	padding: 1px;
	height: 20px;
	border: 1px solid #E1CDA3;
	background-color: #FFFFFF;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 13px;
	color: #004924;
	}
#mapsButton1 {
	width: 200px;
	height: 25px;
	padding: 3px;
	border: 1px solid #E1CDA3;
	color: #fff;
	background: #9B7A3E url(../img/buttons-hg.png) repeat-x top;
	vertical-align: bottom;
	}
#mapsButton1:hover {
	border: 1px solid #004924;
	background: #9B7A3E url(../img/buttons-hg.png) repeat-x top;
	cursor: hand;
	color: #004924;
	}
.sprechblase {
	color: #000;
	font-size: 12px;
	}

