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

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

body {
	height: 100%;
	background: #E4DFD8 url(../img/body-hg.png) repeat-x top center;
	margin: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #2A1911;
	line-height: 1.3em;
	padding: 0px;
	text-align: center;
	}
body strong {
	font-weight: bold;
	}
table {
	font-size: 13px;
	}
img {
	border: 0px;
	padding: 0px;
	margin: 0px;
	}
a, a:link , a:visited{
	color: #AB5B2C;
	text-decoration:underline;
	}
a:hover, a:active {
	color: #41271B;
	}
p, h1, h2, h3, h4, h5, h6, form {
	margin: 0;
	padding:0;
	}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	line-height: 1.2em;
	color: #AB5B2C;
	}
h1 {
	font-size: 29px;
	margin-bottom: 10px;
	}
h2{
	font-size: 22px;
	margin-bottom: 7px;
	}
h3{
	font-size: 20px;
	margin-bottom: 5px;
	}
h4{
	font-size: 18px;
	margin-bottom: 3px;
	}
h5{
	font-size: 16px;
	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------------------------------*/

#navigation {
	height: 32px;
	width: 910px;
	padding: 20px 0 0 40px;
	background: #fff;
	margin: 0 auto;
	text-align: left;
	}
#sprachen {
	width: 50px;
	height: 15px;
	position: absolute;
	top: 20px;
	left: 50%;
	margin-left: 376px;
	z-index: 200;
	}
#flaggeDeutsch {
	float: left;
	}
#flaggeEnglish {
	float: right;
	}
#slideshow {
	width: 950px;
	height: 410px;
	margin: 0 auto;
	overflow: hidden;
	}
#seitenbalken {
	width: 275px;
	min-height: 940px;
	padding: 0 27px;
	position: absolute;
	z-index: 50;
	top: 302px;
	left: 50%;
	margin-left: -502px;
	background:url(../img/seitenbalken-hg.png) no-repeat left top;
	font-size: 12px;
	color: #41271B;
	text-align: left;
	}
#features {
	width: 222px;
	padding: 0 0 0 28px;
	}
#newsticker, #kontakt {
	padding: 10px;
	background: #fff;
	}
#content {
	width: 580px; 
	padding: 33px 49px 135px 321px;
	background: url(../img/content-hg.gif) repeat-y center;
	text-align: left;
	margin: 0 auto;
	min-height: 670px;
	}
#adressbalken {
	width: 100%;
	height: 90px;
	position: fixed;
	left: 0;
	bottom: 0;
	background: url(../img/bottom-hg.png) repeat-x bottom;
	z-index: 70;
	text-align: left;
	font-size: 11px;
	}
#adressbalken a {
	text-decoration: none;
	}
#adressbalkenInside {
	width: 950px;
	height: 90px;
	margin: 0 auto;
	}
#sitemap {
	width: 244px;
	height: 37px;
	padding: 20px 0 0 31px;
	background: #E4DFD8;
	margin: 33px 0 0 0;
	float: left;
	}
#sitemap a {
	color: #40261A;
	margin: 0 15px 0 0;
	}
#sitemap a:hover {
	color: #AB5B2C;
	}
#drucken {
	width: 316px;
	height: 37px;
	padding: 53px 0 0 46px;
	float: left;
	}
#drucken a, #impuls a {
	color: #fff;
	margin: 0 15px 0 0;
	}
#drucken a:hover, #impuls a:hover {
	color: #000;
	}
#logos {
	float: left;
	}
#impuls {
	float: right;
	padding: 53px 49px 0 0;
	}

	



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

.printey { display: none; }

a.button {
	background: #AC5B2C;
	display: block;
	text-align: center;
	height: 25px;
	line-height: 25px;
	color: #fff;
	text-decoration: none;
	}
a.button:hover {
	background-color: #80431C;
	}
.tabelle {
	border-collapse: collapse;
	background-color: #E4DFD8;
	text-align: left;
	font-size: 12px;
	margin-bottom: 5px;
	vertical-align: middle;
	}
.tabelle td {
	padding: 5px;
	border-bottom: 1px solid #fff;
	}
.tabelle-header {
	background-color: #AC5B2C;
	color: #fff;
	padding: 4px;
	}
.tabelle-hervorhebung {
	background-color: #F1EFEB;
	font-weight: normal;
	padding: 4px;
	}
.EGthumbnail { 
	padding: 3px;
	background-color: #E4DFD8;
	margin: 1px 0px; 
	}
.EGthumbnail:hover { 
	background-color: #AC5B2C;
	}

/*----------------------- BROWSERWARNUNG ---------------------------------------*/
#browserwarnung {
	width: 100%;
	height: 20px;
	padding: 10px 0;
	font-size: 11px;
	color: #000;
	background: #FFFFCC;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	z-index: 1000;
	}
* html #browserwarnung {
	display: block;
	}

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

#errorMessage {
	background-color: #E4DFD8;
	border: 1px solid red;
	padding: 3px;
	width: 99%;
	margin-bottom: 10px;
	}
#successMessage {
	background-color: #E4DFD8;
	border: 1px solid green;
	padding: 3px;
	width: 99%;
	margin-bottom: 10px;
	}
#formular label {
	display: block;
	float: left;
	width: 130px;
	vertical-align: middle;
	padding: 3px 0px 0px 5px;
	}
#formular p {
	clear: left;
	background-color: #E4DFD8;
	padding: 5px;
	margin-bottom: 2px;
	width: 98%;
	}
#formular input {
	border: 1px solid #BFB4A4;
	background-color: #FFFFFF;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	color: #000;
	}
#formular textarea {
	border: 1px solid #BFB4A4;
	background-color: #FFFFFF;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	color: #000;
	width: 550px;
	}
#formular .pflichtfelder {
	border: 1px solid #9AACBA;
	}	
#formular #sendenbutton, #formular #loeschenbutton {
	width: 200px;
	height: 25px;
	padding: 3px;
	border: 1px solid #AC5B2C;
	color: #fff;
	background: #AC5B2C;
	}
#formular #sendenbutton:hover, #formular #loeschenbutton:hover {
	border: 1px solid #80431C;
	background: #80431C;
	cursor: pointer;
	}
	
/*---------------------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;
	margin-bottom: 1px;
	width: 210px;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 12px;
	color: #40271A;
	height: 18px;
	padding-left: 8px;
	}
* 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: 220px;
	height: 24px;
	}
		
/*---------------------GOOGLE-MAPS-----------------------------*/

#aussenrahmen {
	border: 1px solid #E4DFD8;
	width: 100%;
	text-align: center;
	}
#karte {
	width: 100%; 
	height: 320px;
	}
#input-hintergrund {
	background: #E4DFD8;
	padding: 5px;
	}
#adresseingabe {
	width: 360px;
	padding: 1px;
	height: 21px;
	border: 1px solid #BFB4A4;
	background-color: #FFFFFF;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 12px;
	color: #000;
	}
#mapsButton1 {
	width: 200px;
	height: 25px;
	padding: 3px;
	border: 1px solid #AC5B2C;
	color: #fff;
	background: #AC5B2C;
	vertical-align: bottom;
	}
#mapsButton1:hover {
	border: 1px solid #80431C;
	background: #80431C;
	cursor: pointer;
	}
.sprechblase {
	color: #000;
	font-size: 12px;
	}

/*---------------------SLIDER-SLIDESHOW-----------------------------*/	
    /* image replacement */
        .graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */
#container {
	margin: 0;
	padding: 10px;
	background: #fff;
	width: 635px;
	position:relative;
	}
#slider{}	
#slider ul, #slider li {
		margin:0;
		padding:0;
		list-style:none;
		}
#slider li { 
		width:635px;
		height:390px;
		overflow:hidden; 
		background:#fff;
		}											
p#controls{
		margin:0;
		position:relative;
		} 	
#prevBtn, #nextBtn{ 
		display:block;
		margin:0;
		overflow:hidden;
		text-indent:-8000px;		
		width:26px;
		height:390px;
		position:absolute;		
		top:-215px;
		z-index: 30;
		}	
#nextBtn{ 
		left:609px;
		}
#prevBtn {
		left: 0;
		}														
#prevBtn a, #nextBtn a{  
		display:block;
		width:26px;
		height:45px;
		background: url(../img/slideshow/links.png) no-repeat 0 0;	
		}	
#nextBtn a{ 
		background:url(../img/slideshow/rechts.png) no-repeat 0 0;	
		}
/*#prevBtn a:hover { background: url(../img/arrowbutton-left-hover.jpg) no-repeat 0 0; }
#nextBtn a:hover { background: url(../img/arrowbutton-right-hover.jpg) no-repeat 0 0; }	*/	

/*---------------------FLASHBANNER-----------------------------*/	
#testDIV {
	width: 300px;
	height: 500px;
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 1000;
	overflow: visible;
	}
	
/*----------------------- NEWSTICKER ---------------------------------------*/

#marqueecontainer{
	position: relative;
	width: 180px; /*marquee width */
	height: 90px; /*marquee height */
	background-color: none;
	overflow: hidden;
	border: 0px ;
	padding: 0px;
	}
#vmarquee {
	position: relative; 
	width: 180px;
	}

