@charset "utf-8";
/* CSS Document */

/*=====================HTML-TAGS======================*/

body {
	height: 100%;
	background: #EDF2CC url(../img/body-hg.png) repeat-x top;
	margin: 0;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 13px;
	color: #2C3941;
	line-height: 1.3em;
	padding: 0px;
	text-align: center;
	}
body strong {
	font-weight: bold;
	color: #2C3941;
	}
table {
	font-size: 12px;
	}
img {
	border: 0px;
	padding: 0px;
	margin: 0px;
	}
a, a:link , a:visited{
	color: #526824;
	text-decoration:underline;
	}
a:hover, a:active {
	color: #FF9900;
	}
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: normal;
	line-height: 1.2em;
	color: #526824;
	}
h1 {
	font-size: 24px;
	margin-bottom: 10px;
	}
h2{
	font-size: 20px;
	margin-bottom: 6px;
	}
h3{
	font-size: 16px;
	margin-bottom: 3px;
	}
h4{
	font-size: 14px;
	margin-bottom: 5px;
	}
h5{
	font-size: 12px;
	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------------------------------*/

#logo {
	position: absolute;
	top: 10px;
	left: 50%;
	margin-left: -147px;
	z-index: 100;
	width: 293px;
	height: 147px;
	}
#header {
	height: 400px;
	width: 950px;
	margin: 0 auto;
	text-align: left;
	background: url(../img/schatten-header.jpg) no-repeat bottom;
	}
#features {
	height: 75px;
	width: 50%;
	padding-top: 16px;
	float: left;
	}
#sprachen {
	height: 75px;
	width: 50%;
	padding-top: 16px;
	float: right;
	text-align: right;
	}
#features, #sprachen {
	font-size: 11px;
	color: #CEDEA5;
	}
#features a, #features a:visited, #sprachen a, #sprachen a:visited {
	color: #526824;
	text-decoration: none;
	}
#features a:hover, #sprachen a:hover {	color: #FF9900; }
#slideshow {
	width: 950px;
	height: 250px;
	margin-bottom: 1px;
	clear: both;
	overflow: hidden;
	}
#navigation {
	width: 950px;
	height: 31px;
	background: url(../img/navi-hg.png) repeat-x top;
	text-align: left;
	}
#content {
	width: 868px;
	margin: 15px auto 70px auto;
	text-align: left;
	}
#inhalte {
	float: left;
	width: 620px;
	}
#anfrage-news {	
	float: right;
	width: 164px;
	font-size: 11px;
	line-height: 1.3em;
	}
#ende {
	clear: both;
	}
#adressleiste {
	width: 100%;
	height: 40px;
	padding: 15px 0 0 0;
	background: url(../img/adressleiste-hg.png) repeat-x top;  
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 99;
	}
#adressleiste a, #adressleiste a:visited {
	color: #fff;
	}
#adressleiste a:hover {
	color: #BD0926;
	}
#adresse {
	width: 868px;
	margin: 0 auto;
	color: #fff;
	font-size: 11px;
	}
#adresse address {
	float: left;
	font-style: normal;
	}
#impuls {
	float: right;
	}


/*---------------------KLASSEN------------------------------*/

.textklein {
	font-size: 10px; 
	line-height: 1.3em; 
	}
.printey { display: none; }
.bilderrahmen { 
	padding: 1px;
	background-color: #D7E3AE;
	}
.tabelle {
	border-collapse: collapse;
	background-color: #fff;
	text-align: left;
	font-size: 12px;
	margin-bottom: 5px;
	vertical-align: middle;
	}
.tabelle td {
	padding: 5px;
	border: 1px solid #D7E3AE;
	}
.tabelle-header {
	background: #F0F5D5 url(../img/verlauf-hg.png) repeat-x top;
	font-weight: bold;
	padding: 4px;
	color: #BD0926;
	}
table.boxen {
	background-color: #fff;
	border: 1px solid #D7E3AE;
	border-collapse: collapse;
	text-align: left;
	font-size: 12px;
	margin-bottom: 5px;
	}
.boxen td {
	padding: 4px;
	}
.EGthumbnail { 
	padding: 3px;
	background-color: #D7E3AE;
	}
.EGthumbnail:hover {
	background: #fff;
	}
.box-weiss {
	background-color: #fff;
	padding: 8px;
	}	
/*---------------------ANFRAGEFORMULAR-----------------------------*/

#errorMessage {
	background-color: #fff;
	border: 1px solid red;
	padding: 3px;
	width: 612px;
	margin-bottom: 10px;
	}
#successMessage {
	background-color: #fff;
	border: 1px solid green;
	padding: 3px;
	width: 612px;
	margin-bottom: 10px;
	}
#formular label {
	display: block;
	float: left;
	width: 150px;
	vertical-align: middle;
	padding: 3px 0px 0px 5px;
	}
#formular p {
	clear: left;
	background: #fff;
	border: 1px solid #D7E3AE;
	padding: 5px;
	margin-bottom: 2px;
	width: 608px;
	/*border: 1px solid #ABC659;*/
	}
#formular input {
	border: none;
	background-color: #EDF2CC;
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	color: #475A1F;
	}
#formular textarea {
	border: none;
	background-color: #EDF2CC;
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	color: #475A1F;
	width: 600px;
	}
#formular .pflichtfelder {
	border: 1px solid #9AACBA;
	}	
#formular #sendenbutton, #formular #loeschenbutton {
	width: 200px;
	height: 25px;
	padding: 3px;
	border: 1px solid #ABC659;
	color: #526824;
	background: #839A33 url(../img/button-hg.png) repeat-x top;
	}
#formular #sendenbutton:hover, #formular #loeschenbutton:hover {
	border: 1px solid #ABC659;
	background: #839A33 url(../img/button-hg-hover.png) repeat-x top;
	cursor: hand;
	}

/*---------------------MINI-ANFRAGEFORMULAR-----------------------------*/

#miniformular {
	margin-top: 5px;
	text-align: left;
	}
#miniformular table { font-size: 11px; }

#kalender1 { vertical-align:top; }

#kalender2 { vertical-align: top; }

#datum3, #datum4 {
	background-color: #FFFFFF;
	border: 1px solid #ABC659;
	width: 121px;
	font-family:Tahoma, Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #475A1F;
	height: 13px;
	padding-left: 2px;
	}
* html #datum3, * html #datum4, *+html #datum3, *+html #datum4 {
	margin-top: -1px;
	}
#abschicken {
	border: 0px;
	width: 162px;
	height: 20px;
	}

/*---------------------GOOGLE-MAPS-----------------------------*/

#aussenrahmen {
	width: 610px;
	text-align: center;
	}
#karte {
	width: 100%; 
	height: 320px;
	}
#input-hintergrund {
	background-color: #F0F5D5;
	text-align: left;
	padding: 5px;
	}
#adresseingabe {
	width: 430px;
	padding: 1px;
	height: 20px;
	border: 1px solid #D7E3AE;
	background-color: #FFFFFF;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #000;
	vertical-align: top;
	}
#mapsButton1 {
	width: 160px;
	height: 25px;
	padding: 3px;
	border: 1px solid #ABC659;
	color: #526824;
	vertical-align: top;
	background: #839A33 url(../img/button-hg.png) repeat-x top;
	}
#mapsButton1:hover {
	border: 1px solid #ABC659;
	background: #839A33 url(../img/button-hg-hover.png) repeat-x top;
	cursor: hand;
	}
.sprechblase {
	font-size: 12px;
	}
	
/*Transparente PNGS in IE6*/
* html img, div { behavior: url(iepngfix.htc) };

