@charset "utf-8";
/* CSS Document */

/*=====================HTML-TAGS======================*/

body {
	height: 100%;
	background: #8B9D71 url(../img/body-hg.jpg) no-repeat center top;
	margin: 0;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 13px;
	color: #450000;
	line-height: 1.3em;
	padding: 0px;
	text-align: center;
	}
body strong {
	font-weight: bold;
	color: #AB0000;
	}
table {
	font-size: 13px;
	}
img {
	border: 0px;
	padding: 0px;
	margin: 0px;
	}
a, a:link , a:visited{
	color: #AB0000;
	text-decoration:underline;
	}
a:hover, a:active {
	color: #8B9D71;
	}
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.1em;
	font-style: normal;
	color: #AB0000;
	}
h1 {
	font-size: 20px;
	margin-bottom: 15px;
	}
h2{
	font-size: 18px;
	margin-bottom: 3px;
	}
h3{
	font-size: 16px;
	margin-bottom: 3px;
	}
h4{
	font-size: 14px;
	margin-bottom: 5px;
	}
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: 950px;
	height: 128px;
	margin: 0px auto;
	background: url(../img/header-hg.png) repeat-x top;
	}
#navigation {
	padding-top: 15px;
	height: 33px;
	width: 950px;
	text-align: left;
	}
#logo {
	width: 277px;
	height: 80px;
	float: left;
	padding-left: 337px;
	}
#links {
	float: right;
	padding: 55px 30px 0 0;
	}
#links a, #links a:visited {
	font-size: 10px;
	color: #FDF5DC;
	text-decoration: none;
	margin-left: 8px;
	}
#links a:hover, #links a:active {
	color: #E0AF51;
	}
#slideshow-news {
	width: 950px;
	height: 230px;
	margin: 0 auto;
	text-align: left;
	}
#slideshow {
	width: 726px;
	height: 230px;
	float: left;
	background-color: #F6F8ED;
	}
#news {
	width: 164px;
	height: 120px;
	padding: 55px 30px;
	float: right;
	background: url(../img/news-hg.gif) no-repeat left top;
	font-size: 11px;
	line-height: 1.3em;
	background-color: red;
	}
* html #news {	margin-right: -1px; padding: 55px 30px 27px 30px;}
#inhalt {
	text-align: left;
	clear: both;
	width: 950px;
	margin: 0px auto;
	background: url(../img/inhalt-hg.gif) repeat-y center;
	}
#content {
	width: 666px;
	min-height: 340px;
	padding: 45px 30px;
	background: #F6F8ED url(../img/content-hg.jpg) no-repeat right top;
	float: left;
	}
#features {
	width: 165px;
	float: right;
	padding-right: 30px;
	font-size: 11px;
	line-height: 1.3em;
	}
#fussleiste {
	clear: both;
	width: 950px;
	height: 85px;
	background: url(../img/fussleiste-hg.gif) no-repeat center bottom;
	text-align: center;
	font-size: 11px;
	color: #E0AF51;
	line-height: 1.2em;
	}
#fussleiste strong { color: #fff; }
#fussleiste a {
	color: #E0AF51;
	}

/*---------------------KLASSEN------------------------------*/

.printey { display: none; }

.fotorahmen { 
	border: 1px solid #DBE8BF; 
	padding: 3px;
	background-color: #fff;
	margin: 0 0 30px 0; 
	}
.tabelle {
	border-collapse: collapse;
	background-color: #E6EFD3;
	text-align: left;
	font-size: 13px;
	margin-bottom: 5px;
	vertical-align: middle;
	}
.tabelle td {
	padding: 5px;
	border: 1px solid #DBE8BF; 
	}
.tabelle-header {
	background-color: #DBE8BF;
	font-weight: bold;
	color: #AB0000;
	padding: 4px;
	}
.tabelle-hervorhebung {
	background-color: #F2F8E9;
	font-weight: normal;
	padding: 4px;
	}	
.EGthumbnail { 
	border: 1px solid #DBE8BF; 
	padding: 3px;
	background-color: #fff;
	margin: 5px 0px; 
	}

/*---------------------ANFRAGEFORMULAR-----------------------------*/

#formular label {
	display: block;
	float: left;
	width: 180px;
	vertical-align: middle;
	padding: 3px 0px 0px 5px;
	}
#formular p {
	clear: left;
	background-color: #E6EFD3;
	padding: 5px;
	margin-bottom: 1px;
	width: 95%;
	border: 1px solid #DBE8BF; 
	color: #450000;
	}
#formular input {
	border: 1px solid #DBE8BF; 
	background-color: #FFFFFF;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #450000;
	}
#formular textarea {
	border: 1px solid #DBE8BF; 
	background-color: #FFFFFF;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #450000;
	}
	
/*---------------------Notification Boxes*/
#errorMessage {
	background-color: #E6EFD3;
	border: 1px solid red;
	padding: 3px;
	width: 95%;
	margin-bottom: 10px;
	}
#successMessage {
	background-color: #E6EFD3;
	border: 1px solid green;
	padding: 3px;
	width: 95%;
	margin-bottom: 10px;
	}

/*---------------------MINI-ANFRAGEFORMULAR-----------------------------*/

#miniformular {
	margin-top: 3px;
	text-align: left;
	}
#miniformular table { font-size: 11px; }

#kalender3, #kalender4 { vertical-align: middle; margin: 2px;}

#datum3, #datum4 {
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
	width: 130px;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #8B9D71;
	height: 15px;
	padding-left: 2px;
	}
* html #datum3, * html #datum4  { margin-top: -1px; } /* Hack für IE6*/
*+html #datum3, *+html #datum4  { margin-top: -1px; } /* Hack für IE7*/

#abschicken {
	border: 0px;
	width: 144px;
	height: 14px;
	}

/*---------------------GOOGLE-MAPS-----------------------------*/

#aussenrahmen {
	border: 1px solid #DBE8BF; 
	width: 100%;
	}
#karte {
	width: 100%; 
	height: 320px;
	}
#input-hintergrund {
	background-color: #E6EFD3;
	padding: 5px;
	}
#adresseingabe {
	width: 300px;
	padding: 1px;
	margin: 0px 3px;
	border: 1px solid #DBE8BF; 
	background-color: #FFFFFF;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #450000;
	}	
.sprechblase {
	color: #450000;
	font-size: 12px;
	}
	
	/*---------------------Accordion Menü-----------------------------*/

.applemenu{
	margin: 0;
	padding: 0;
	width: 100%;
	font-size: 13px;
	line-height: 1.2em;
	}
.applemenu div.silverheader {
	background: #AB0000;
	height: 25px;
	border-bottom: 1px solid #F6F8ED;
	}
.applemenu div.silverheader a{
	background: url(../img/accordeon-icon.gif) no-repeat left center;
	color: #FFFFFF;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 3px 0 3px 22px;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	line-height: 19px;
	}
.applemenu div.silverheader a:visited {
	}
.applemenu div.selected a{
	color: #fff;
	}
div.silverheader a:hover, .applemenu div.silverheader a:active{
	background: url(../img/accordeon-icon.gif) no-repeat left center;
	background-color: #CC0000;
	color: white;
	}
.applemenu div.submenu{ /*DIV that contains each sub menu*/
	background: white;
	padding: 5px 6px 10px 6px;
	height: auto; /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
	}
