@charset "utf-8";
/* CSS Document */

/*=====================HTML-TAGS======================*/

body {
	height: 100%;
	background-color: #A60918;
	margin: 0;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 13px;
	color: #4B3E1B;
	line-height: 1.3em;
	padding: 0px;
	text-align: center;
	}
body strong {
	font-weight: bold;
	color: #4B3E1B;
	}
table {
	font-size: 13px;
	}
img {
	border: 0px;
	padding: 0px;
	margin: 0px;
	}
a, a:link , a:visited{
	color: #810713;
	text-decoration:underline;
	}
a:hover, a:active {
	color: #BF0B1D;
	}
p, h1, h2, h3, h4, h5, h6, form {
	margin: 0;
	padding:0;
	}
h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	line-height: 1.2em;
	color: #810713;
	}
h1 {
	font-size: 20px;
	margin-bottom: 15px;
	}
h2{
	font-size: 18px;
	margin-bottom: 3px;
	}
h3{
	font-size: 16px;
	margin-bottom: 8px;
	}
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: 100%;
	height: 191px;
	background-color: #fff;
	}
#navigation {
	width: 950px;
	height: 20px;
	text-align: left;
	margin: 0 auto;
	padding: 16px 0 32px 0;
	}
#navi {
	float: left;
	}
#sprachen {
	float: right;
	width: 22px;
	padding-right: 15px;
	}
#logo {
	clear: both;
	width: 854px;
	height: 110px;
	margin: 0 auto;
	padding: 0 0 0 96px;
	text-align: left;
	}
#dekoleiste {
	width: 100%;
	height: 25px;
	background: url(../img/dekoleiste.jpg) repeat-x center;
	}
#content {
	width: 100%;
	background: #EFE7D1 url(../img/content-hg.jpg) repeat-x center top;
	padding: 50px 0;
	min-height: 450px;
	}
#content-inside {
	width: 950px;
	margin: 0 auto;
	text-align: left;
	}
#inhalte {
	width: 490px;
	}
#footer {
	width: 100%;
	height: 95px;
	background: url(../img/footer-hg.png) repeat-x top;
	}
#adressleiste {
	width: 950px;
	height: 20px;
	padding: 20px 0;
	text-align: left;
	color: #E3CDCF;
	font-size: 12px;
	margin: 0 auto;
	}
#adressleiste a {
	color: #E3CDCF;
	text-decoration: none;
	}
#adressleiste a:hover {
	text-decoration: underline;
	}
#adressleiste address {
	font-style: normal;
	float: left;
	width: 545px;
	}
#impressum {
	float: left;
	}
#impuls {
	float: right;
	margin-right: 25px;
	}
#slideshow-features {
	position: absolute;
	z-index: 10;
	left: 50%;
	margin-left: 45px;
	top: 37px;
	width: 380px;
	padding: 23px 25px 20px 25px;
	height: 567px;
	background: #EFE7D1 url(../img/slideshow-hg.jpg) no-repeat center top;
	}
#slideshow {
	margin-bottom: 8px;
	width: 380px;
	height: 250px;
	}

/*---------------------KLASSEN------------------------------*/

.printey { display: none; }

.box-weiss {
	background: #fff;
	padding: 5px;
	}
a.button {
	display: block;
	padding: 3px;
	border: 1px solid #897338;
	color: #fff;
	text-decoration: none;
	text-align: center;
	background: #897338 url(../img/button-hg.png) repeat-x top;
	}
a.button:hover {
	border: 1px solid #897338;
	background: #897338 url(../img/button-hg-hover.png) repeat-x top;
	}
.tabelle {
	border-collapse: collapse;
	background-color: #E6D9B7;
	text-align: left;
	font-size: 13px;
	margin-bottom: 5px;
	vertical-align: middle;
	}
.tabelle td {
	padding: 5px;
	border: 1px solid #EFE7D1;
	}
.tabelle-header {
	background-color: #fff;
	color: #810713;
	padding: 4px;
	}
.tabelle-hervorhebung {
	background-color: #DCCA9A;
	font-weight: normal;
	padding: 5px;
	}
.EGthumbnail { 
	padding: 3px;
	background-color: #fff;
	margin: 1px 0px; 
	}

/*---------------------ANFRAGEFORMULAR-----------------------------*/

#errorMessage {
	background-color: #fff;
	border: 1px solid red;
	padding: 3px;
	width: 99%;
	margin-bottom: 10px;
	}
#successMessage {
	background-color: #fff;
	border: 1px solid green;
	padding: 3px;
	width: 99%;
	margin-bottom: 10px;
	}
#formular label {
	display: block;
	float: left;
	width: 120px;
	vertical-align: middle;
	padding: 3px 0px 0px 5px;
	}
#formular p {
	clear: left;
	background-color: #fff;
	padding: 5px;
	margin-bottom: 2px;
	width: 98%;
	border: 1px solid #fff;
	}
#formular input {
	border: 1px solid #EFE7D1;
	background-color: #FFFFFF;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 13px;
	color: #AF8F3D;
	}
#formular textarea {
	border: 1px solid #EFE7D1;
	background-color: #FFFFFF;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 13px;
	color: #AF8F3D;
	width: 450px;
	}
#formular .pflichtfelder {
	border: 1px solid #9AACBA;
	}	
#formular #sendenbutton, #formular #loeschenbutton {
	width: 200px;
	padding: 3px;
	height: 25px;
	border: 1px solid #897338;
	color: #fff;
	background: #897338 url(../img/button-hg.png) repeat-x top;
	}
#formular #sendenbutton:hover, #formular #loeschenbutton:hover {
	border: 1px solid #897338;
	background: #897338 url(../img/button-hg-hover.png) repeat-x top;
	cursor: hand;
	}

/*---------------------MINI-ANFRAGEFORMULAR-----------------------------*/

#miniformular {
	margin-top: 5px;
	text-align: center;
	}
#miniformular table { font-size: 11px; }

#kalender1 { vertical-align:top; }

#kalender2 { vertical-align: top; }

#datum3, #datum4 {
	background-color: #FFFFFF;
	border: 1px solid #C3AB6D;
	width: 123px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
	color: #AF8F3D;
	height: 13px;
	padding-left: 2px;
	}
*+html #datum3, *+html #datum4 {
		margin-top: -1px;
		}
#abschicken {
	border: 0px;
	width: 17px;
	height: 17px;
	}
	
/*---------------------GOOGLE-MAPS-----------------------------*/

#aussenrahmen {
	width: 100%;
	text-align: center;
	}
#karte {
	width: 100%; 
	height: 320px;
	}
#input-hintergrund {
	background: #fff;
	padding: 5px;
	}
#adresseingabe {
	width: 250px;
	padding: 1px;
	height: 20px;
	border: 1px solid #AF8F3D;
	background-color: #fff;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	color: #000;
	}
#mapsButton1 {
	width: 180px;
	height: 25px;
	padding: 3px;
	border: 1px solid #897338;
	color: #fff;
	background: #897338 url(../img/button-hg.png) repeat-x top;
	vertical-align: bottom;
	}
#mapsButton1:hover {
	border: 1px solid #897338;
	background: #897338 url(../img/button-hg-hover.png) repeat-x top;
	cursor: hand;
	}
.sprechblase {
	}
	
/*Transparente PNGS in IE6*/
* html img, div { behavior: url(iepngfix.htc) };

