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

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

body {
	height: 100%;
	margin: 0;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 13px;
	color: #183F7A;
	line-height: 1.3em;
	padding: 0px;
	text-align: center;
	background: #00A0D8 url(../img/body-hg.jpg) repeat-x center top;
	}
body strong {
	font-weight: bold;
	color: #C52217;
	}
table {
	font-size: 12px;
	}
img {
	border: 0px;
	padding: 0px;
	margin: 0px;
	}
a, a:link , a:visited{
	color: #C52217;
	text-decoration:underline;
	}
a:hover, a:active {
	color: #00A0D8;
	}
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: bold;
	line-height: 1.2em;
	font-style: italic;
	color: #C52217;
	}
h1 {
	font-size: 20px;
	margin-bottom: 15px;
	}
h2{
	font-size: 18px;
	margin-bottom: 3px;
	}
h3{
	font-size: 16px;
	margin-bottom: 3px;
	}
h4{
	font-size: 15px;
	margin-bottom: 5px;
	}
h5{
	font-size: 14px;
	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: 345px;
	margin: 0 auto;
	text-align: left;
	font-size: 11px;
	line-height: 1.2em;
	color: #fff;
	}
#header h3 {
	color: #FFEB00;
	font-size: 15px;
	}
#gruppe {
	width: 493px;
	height: 345px;
	float: left;
	}
#features {
	height: 52px;
	padding-top: 10px;
	width: 420px;
	float: left;
	text-align: right;
	}
#features a, #features a:visited{
	color: #8ADEFB;
	text-decoration: none;
	margin-left: 12px;
	}
#features a:hover { color: #fff; }
#logo {
	float: left;
	width: 401px;
	height: 177px;
	}
#buchung {
	width: 170px;
	height: 80px;
	padding: 21px 0 0 24px;
	float: left;
	}
#newsticker {
	width: 180px;
	height:  80px;
	padding: 21px 0 0 24px;
	float: left;
	}
#newsticker strong {
	color: #fff;
	}
#buchung a, #buchung a:visited, #newsticker a, #newsticker a:visited {
	color: #FFEB00;
	}
#content {
	clear: both;
	width: 870px;
	background: #fff url(../img/content-hg.gif) repeat-y left top;
	border: 3px solid #fff;
	text-align: left;
	margin: 0 auto;
	min-height: 500px;
	}
#navigation {
	width: 166px;
	float: left;
	text-align: center;
	padding: 30px 0 15px 0;
	font-size: 11px;
	line-height: 1.3em;
	}
#inhalte {
	width: 660px;
	padding: 30px 17px 37px 0;
	float: right;
	text-align: left;
	}
#ende {	clear: both;}
#impuls {
	width: 876px;
	padding: 5px 0 30px 0;
	margin: 0 auto;
	text-align: right;
	font-size: 11px;
	color: #8ADEFB;
	}
#impuls a, #impuls a:visited {
	color: #8ADEFB;
	text-decoration: none;
	}
#impuls a:hover {
	color: #fff;
	}
/*---------------------HAUPTNAVI------------------------------*/	

#navi { padding-right: 10px; }
#navi ul {
	list-style-type: none;
	list-style-position: inside;
	padding: 0;
	margin: 0;
	}
#navi li{ }
#navi li a {
	display: block;
	font-size: 14px;
	height: 21px;
	text-decoration: none;
	}
#navi li a:hover {
	color: #00A0D8;
	}
#navi li.LGlob_active a
{
	color: #00A0D8;
}
/*---------------------KLASSEN------------------------------*/

.printey { display: none; }

.textklein {
	font-size: 10px;
	line-height: 1.3em;
	}
.tabelle_header {
	line-height:16px;
	font-weight: bold;
	background-color: #CCE8F5;
	padding: 2px;
	}
.tabelle_beschriftung {
	border-collapse: collapse;
	background-color: #fff;
	font-size: 12px;
	line-height:1.3em;
	margin-bottom: 3px;
	vertical-align: middle;	
	}
.tabelle_beschriftung td{
	padding: 5px;
	border-bottom: 1px dotted #183F7A;
	}
.tabelle_beschriftung strong {
	color: #BC0612;
	}
.tabelle_beschriftung a:link {
	color: #BF0417;
	}
.tabelle_beschriftung a:hover,.tabelle_beschriftung a:active {
	color: #00A0D8;
	}
.tabelle_beschriftung_hell {
	line-height:16px;
	font-weight:normal;
	background-color: #CCE8F5;
	margin: 0px;
	padding: 5px;
	border: none;
	}

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

#errorMessage {
	background-color: #DDEAF0;
	border: 1px solid red;
	padding: 3px;
	width: 99%;
	margin-bottom: 10px;
	}
#successMessage {
	background-color: #DDEAF0;
	border: 1px solid green;
	padding: 3px;
	width: 99%;
	margin-bottom: 10px;
	}
#formular label {
	display: block;
	float: left;
	width: 75px;
	vertical-align: middle;
	padding: 3px 0px 0px 5px;
	}
#formular p {
	clear: left;
	background-color: #DDEAF0;
	padding: 5px;
	margin-bottom: 2px;
	width: 380px;
	border: 1px solid #CDD6DD;
	}
#formular input {
	border: 1px solid #CDD6DD;
	background-color: #FFFFFF;
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	color: #03497C;
	}
#formular textarea {
	border: 1px solid #CDD6DD;
	background-color: #FFFFFF;
	font-family: Tahoma, Arial, Verdana;
	font-size: 13px;
	color: #03497C;
	width: 450px;
	}
#formular .pflichtfelder {
	border: 1px solid #9AACBA;
	}	
#formular #sendenbutton, #formular #loeschenbutton {
	width: 200px;
	height: 25px;
	padding: 3px;
	border: 1px solid #CDD6DD;
	color: #fff;
	background: #03497C url(../img/button-hg.jpg) repeat-x top;
	}
#formular #sendenbutton:hover, #formular #loeschenbutton:hover {
	border: 1px solid #079AE0;
	font-weight: bold;
	background: #03497C url(../img/button-hg.jpg) 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 #EBD491;
	width: 140px;
	font-family:Tahoma, Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #AD8A1F;
	height: 16px;
	margin-top: -1px;
	padding-left: 2px;
	}
#abschicken {
	border: 0px;
	width: 15px;
	height: 15px;
	}

/*----------------------- 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: Tahoma, Verdana, Arial;
	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;
	}
	
/*---------------------GOOGLE-MAPS-----------------------------*/

#aussenrahmen {
	border: 1px solid #CDD6DD;
	width: 100%;
	text-align: center;
	}
#karte {
	width: 100%; 
	height: 320px;
	}
#input-hintergrund {
	background: #DDEAF0;
	padding: 5px;
	}
#adresseingabe {
	width: 400px;
	padding: 1px;
	height: 20px;
	border: 1px solid #CDD6DD;
	background-color: #FFFFFF;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #000;
	}
#mapsButton1 {
	width: 200px;
	height: 25px;
	padding: 3px;
	border: 1px solid #CDD6DD;
	color: #fff;
	background: #03497C url(../img/button-hg.jpg) repeat-x top;
	vertical-align: bottom;
	}
#mapsButton1:hover {
	border: 1px solid #079AE0;
	font-weight: bold;
	background: #03497C url(../img/button-hg.jpg) repeat-x top;
	cursor: hand;
	}
.sprechblase {
	color: #000;
	font-size: 12px;
	}
#testDIV {
	width: 800px;
	height: 553px;
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 1000;
	}
/*Transparente PNGS in IE6*/
* html img, div { behavior: url(iepngfix.htc); }


/*----------------Banner-------------------*/
#banner {
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 1000;
	background: #fff;
	min-width: 320px;
	min-height: 320px;
	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;
	}

