@charset "utf-8";
/* CSS Document */

/*=====================HTML-TAGS======================*/

body {
	height: 100%;
	background: #830988 url(../img/body-hg.jpg) center top;
	margin: 0;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 13px;
	color: #000000;
	line-height: 1.3em;
	padding: 0px;
	text-align: center;
	}
body strong {
	font-weight: bold;
	}
table {
	font-size: 12px;
	}
img {
	border: 0px;
	padding: 0px;
	margin: 0px;
	}
a, a:link , a:visited{
	color: #600665;
	text-decoration:underline;
	}
a:hover, a:active {
	color: #698F23;
	}
p, h1, h2, h3, h4, h5, h6, form {
	margin: 0;
	padding:0;
	}
h1, h2, h3, h4, h5, h6 {
	font-family: "Yanone Kaffeesatz", "Trebuchet MS", sans-serif;
	font-weight: normal;
	line-height: 1.2em;
	color: #600665;
	}
h1 {
	font-size: 42px;
	margin-bottom: 10px;
	}
h2{
	font-size: 32px;
	margin-bottom: 7px;
	}
h3{
	font-size: 26px;
	margin-bottom: 5px;
	}
h4{
	font-size: 12px;
	margin-bottom: 3px;
	}
h5{
	font-size: 18px;
	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------------------------------*/

#headerhg {
	width: 100%;
	height: 338px;
	background: url(../img/header-hg.jpg) repeat-x top center;
	}
#header {
	width: 100%;
	height: 338px;
	}
#headerInside {
	width: 990px;
	height: 338px;
	margin: 0 auto;
	background: #fff;
	}
#logo {
	width: 374px;
	height: 142px;
	position: absolute;
	top: 160px;
	left: 50%;
	margin-left: 91px;
	z-index: 100;
	}
#facebook {
	width: 146px;
	height: 94px;
	position: absolute;
	top: 14px;
	left: 50%;
	margin-left: 332px;
	z-index: 100;
	}
#navigation {
	width: 100%;
	height: 64px;
	background:url(../img/navigation-hg.png) repeat-x top;
	}
#navi {
	width: 990px;
	height: 64px;
	margin: 0 auto;
	}
#mainhg {
	width: 100%;
	background: url(../img/main-hg.jpg) repeat-x top;
	}
#main {
	width: 990px;
min-height: 800px;
	margin: 0 auto;
	background: #fff;
	padding: 30px 0;
	text-align: left;
position: relative;
	}
#features {
	width: 173px;
position: absolute;
left: 30px;	
font-size: 11px;
	line-height: 1.3em;
	overflow: hidden; 
	margin: 0;
	}
#features h3 {
	font-size: 26px;
	border-bottom: 1px solid #CFB4D0;
	margin-bottom: 16px;
	}
#content {
	float: right;
	width: 665px;
	padding: 8px 60px 40px 0;
	margin: 0;
	}
#terminator { clear: both; }

#footer {
	width: 930px;
	height: 42px;
	padding: 20px 30px 0 30px;
	margin: 0 auto;
	background: url(../img/footer-hg.png) repeat-x top;
	color: #fff;
	font-size: 11px;
	text-align: left;
	}
#footer a {
	color: #fff;
	margin: 0 10px 0 0;
	text-decoration: none;
	}
#footer a:hover {
	color: #600665;
	}
#impressum {
	float: left;
	}
#footerFeatures {
	float: left;
	padding: 0 0 0 80px;
	}
#impuls {
	float: right;
	}
.addthis_toolbox { float: left;}
	

/*---------------------KLASSEN------------------------------*/

.printey { display: none; }

.unterstrichen {
	border-bottom: 1px solid #cdb6c8;
	padding: 3px 0;
	}
.paddingTop {
	padding: 5px 0 0 0;
	}
.tabelle {
	border-collapse: collapse;
	background-color: #fff;
	text-align: left;
	font-size: 12px;
	margin-bottom: 5px;
	vertical-align: middle;
	}
.tabelle td {
	padding: 5px;
	border-bottom: 1px solid #cdb6c8;
	}
.tabelle-header {
	background-color: #cdb6c8;
	font-weight: bold;
	color: #fff;
	padding: 4px;
	}
.tabelle-header {
	background-color: #cdb6c8;
	font-weight: bold;
	color: #600665;
	padding: 4px;
	}
.EGthumbnail { 
	padding: 3px;
	background-color: #85B52D;
	margin: 1px 0px; 
	}
a.button {
	display: block;
	height: 23px;
	line-height: 23px;
	padding: 0 3px;
	text-decoration: none;
	border: 1px solid #85B52D;
	color: #fff;
	background: #85B52D url(../img/button-hg.jpg) repeat-x top;
	}
a.button:hover {
	border: 1px solid #75097A;
	background: #75097A url(../img/button-hg-hover.jpg) repeat-x top;
	cursor: pointer;
	}

/*----------------------- 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;
	}
/*----------------------- MINISUCHFORMULAR ---------------------------------------*/
#searchbox {
	margin: 0px;
	vertical-align: top;
	}
#suchfeld {
	background-color: #8E0400;
	height: 13px;
	width: 115px;
	margin: 0px 3px 0px 0px;
	padding: 0px 0px 0px 3px;
	color: #F8EFD3;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 11px;
	line-height:11px;
	border: 1px solid #B30400;
	vertical-align: top;
	}
* html #suchfeld { margin-top: -1px; } /* Hack für IE6*/
*+html #suchfeld { margin-top: -1px; } /* Hack für IE7*/
#suchbutton {
	margin: 0px 10px 0px 0px;
	padding: 0px;
	height: 15px;
	width: 15px;
	border: none;
	vertical-align: top;
	}
	
/*---------------------ANFRAGEFORMULAR-----------------------------*/

#errorMessage {
	background-color: #cdb6c8;
	border: 1px solid red;
	padding: 3px;
	width: 99%;
	margin-bottom: 10px;
	}
#successMessage {
	background-color: #cdb6c8;
	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: #cdb6c8;
	padding: 5px;
	margin-bottom: 2px;
	width: 98%;
	}
#formular input {
	border: 1px solid #954997;
	background-color: #FFFFFF;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	color: #000;
	}
#formular textarea {
	border: 1px solid #954997;
	background-color: #FFFFFF;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	color: #000;
	width: 98%;
	}
#formular .pflichtfelder {
	border: 1px solid #9AACBA;
	}	
#formular #sendenbutton, #formular #loeschenbutton {
	width: 200px;
	height: 23px;
	padding: 3px;
	border: 1px solid #85B52D;
	color: #fff;
	background: #85B52D url(../img/button-hg.jpg) repeat-x top;
	}
#formular #sendenbutton:hover, #formular #loeschenbutton:hover {
	border: 1px solid #75097A;
	background: #75097A url(../img/button-hg-hover.jpg) repeat-x top;
	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;
	width: 169px;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 11px;
	color: #EA8C00;
	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: 138px;
	height: 12px;
	}
		
/*---------------------GOOGLE-MAPS-----------------------------*/

#aussenrahmen {
	border: 1px solid #fff;
	width: 100%;
	text-align: center;
	}
#karte {
	width: 100%; 
	height: 320px;
	}
#input-hintergrund {
	background: #fff;
	padding: 5px;
	}
#adresseingabe {
	width: 360px;
	padding: 1px;
	height: 21px;
	border: 1px solid #EA8700;
	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 #EA8700;
	color: #fff;
	background: #EA8700 url(../img/button-hg.png) repeat-x top;
	vertical-align: bottom;
	}
#mapsButton1:hover {
	border: 1px solid #fff;
	background: #EA8700 url(../img/button-hg-hover.png) repeat-x top;
	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; }	*/	

/*----------------------- BANNER ---------------------------------------*/
#banner {
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 1000;
	background: #fff;
	min-width: 320px;
	min-height: 320px;
	max-width: 600px;
	text-align: center;
	padding: 15px;
	border: 1px solid #D9E2F0;
	-webkit-box-shadow: 5px 5px 10px #000;
-moz-box-shadow: 5px 5px 10px #000;
box-shadow: 5px 5px 10px #000;
	}
#bannerclosebutton {
	width: 47px;
	height: 18px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1010;
	}
	
/*----------------------- NEWSTICKER ---------------------------------------*/

#marqueecontainer{
	position: relative;
	width: 180px; /*marquee width */
	height: 150px; /*marquee height */
	background-color: none;
	overflow: hidden;
	border: 0px ;
	padding: 0px;
	}
#vmarquee {
	position: relative; 
	width: 180px;
	}
