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

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

body {
	height: 100%;
	background-color: #066095;
	margin: 0;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 13px;
	color: #fff;
	line-height: 1.3em;
	padding: 0px;
	text-align: center;
	}
body strong {
	font-weight: bold;
	color: #fff;
	}
table {
	font-size: 12px;
	}
img {
	border: 0px;
	padding: 0px;
	margin: 0px;
	}
a, a:link , a:visited{
	color: #FF9F00;
	text-decoration:underline;
	}
a:hover, a:active {
	color: #fff;
	}
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: #FF9F00;
	}
h1 {
	font-size: 40px;
	margin-bottom: 10px;
	}
h2{
	font-size: 28px;
	margin-bottom: 7px;
	color: #A0CCE3;
	}
h3{
	font-size: 26px;
	margin-bottom: 5px;
	}
h4{
	font-size: 22px;
	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------------------------------*/

#navi {
	width: 966px;
	height: 55px;
	padding: 41px 0 0 24px;
	margin: 0 auto;
	background: #012031;
	}
#slideshow-logo {
	width: 990px;
	height: 245px;
	padding: 3px 0;
	background: url(../img/slideshow-hg.png) repeat-x;
	margin: 0 auto;
	}
#slideshow {
	width: 650px;
	height: 245px;
	float: left;
	overflow: hidden;
	}
#logo {
	width: 302px;
	height: 191px;
	float: right;
	padding: 0 18px 0 0;
	}
#sprache {
	width: 90px;
	height: 15px;
	float: right;
	padding: 24px 0 0 0;
	text-align: left;
	}
#main {
	width: 990px;
	min-height: 500px;
	margin: 0 auto;
	text-align: left;
	background: #066095 url(../img/main-hg.png) repeat-x top;
	}
#features {
	float: left;
	width: 163px;
	padding: 40px 30px 140px 40px;
	font-size: 12px;
	line-height: 1.3em;
	background: #066095 url(../img/features-hg.png) repeat-x top;
	}
#packages a {
	padding: 0 0 0 15px;
	background: url(../img/pfeil.gif) no-repeat left center;
	color: #fff;
	line-height: 1.6em;
	text-decoration: none;
	}
#packages a:hover {
	color: #FF9F00;
	}
#content {
	float: right;
	width: 670px;
	padding: 40px 40px 140px 40px;
	}
#terminator {
	clear: both;
	}	
#footer {
	width: 100%;
	height: 110px;
	position: fixed;
	left: 0;
	bottom: 0;
	background: url(../img/footer-balken-hg.png) repeat-x;
	}
#footerInside {
	width: 910px;
	height: 60px;
	padding: 25px 40px;
	margin: 0 auto;
	font-size: 11px;
	background: url(../img/footer-hg.png) repeat-x;
	}
#footerInside table {
	font-size: 11px;
	line-height: 1.5em;
	}
#footerInside a {
	color: #fff;
	text-decoration: none;
	}
#footerInside a:hover {
	color: #FF9F00;
	}
	
	
#raster {
	width: 100%;
	min-height: 100%; /* Mindesthöhe für moderne Browser */
	height: 100%;
	height:auto !important; /* Important Regel für moderne Browser */
	overflow: hidden !important; /* FF Scroll-leiste */ 
	background: url(../img/raster.gif) repeat;
	background-attachment: fixed;
	position: fixed;
	z-index: -10;
	top: 0;
	left: 0;
	}


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

.printey { display: none; }
.bild-links {
	float: left;
	clear: left;
	margin: 0 20px 20px 0;
	}
.padding-top {
	padding: 5px 0 0 0;
	}
.linie-blau {
	border-left: 1px solid #296689;
	padding: 0 0 0 10px;
	}
.tabelle {
	border-collapse: collapse;
	background-color: #FAF4E2;
	text-align: left;
	font-size: 12px;
	margin-bottom: 5px;
	vertical-align: middle;
	}
.tabelle td {
	padding: 5px;
	border-bottom: 1px solid #EBD491;
	}
.tabelle-header {
	background-color: #EBD491;
	font-weight: bold;
	color: #7C522E;
	padding: 4px;
	}
.tabelle-hervorhebung {
	background-color: #F4E8C1;
	font-weight: normal;
	padding: 4px;
	}
.EGthumbnail { 
	padding: 3px;
	background-color: #ACD3EE;
	margin: 1px 0px; 
	}

/*----------------------- 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: #0778BC;
	border: 1px solid red;
	padding: 3px;
	width: 99%;
	margin-bottom: 10px;
	}
#successMessage {
	background-color: #0778BC;
	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: #1F70A0;
	padding: 5px;
	margin-bottom: 1px;
	width: 98%;
	}
#formular input {
	border: 1px solid #01273B;
	background-color: #D8EBF3;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	color: #000;
	}
#formular textarea {
	border: 1px solid #01273B;
	background-color: #D8EBF3;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	color: #000;
	width: 500px;
	}
#formular .pflichtfelder {
	border: 1px solid #FFA001;
	}	
#formular #sendenbutton, #formular #loeschenbutton {
	width: 194px;
	height: 25px;
	padding: 3px;
	border: 1px solid #FFA001;
	color: #fff;
	background: #FFA001 url(../img/button-hg.gif) repeat-x top;
	}
#formular #sendenbutton:hover, #formular #loeschenbutton:hover {
	border: none;
	background: #FFB501 url(../img/button-hg-hover.gif) repeat-x top;
	cursor: pointer;
	}
	
/*---------------------MINI-ANFRAGEFORMULAR-----------------------------*/

#miniformular {
	margin-top: 3px;
	text-align: left;
	}
#miniformular table { font-size: 12px; }

#datum3, #datum4 {
	background-color: #024E78;
	border: none;
	width: 151px;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 12px;
	color: #fff;
	height: 20px;
	padding-left: 2px;
	margin-bottom: 1px;
	}
* 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: 153px;
	height: 22px;
	margin-top: 2px;
	}
		
/*---------------------GOOGLE-MAPS-----------------------------*/

#aussenrahmen {
	border: 1px solid #1F70A0;
	width: 100%;
	text-align: center;
	}
#karte {
	width: 100%; 
	height: 320px;
	}
#input-hintergrund {
	background: #1F70A0;
	padding: 5px;
	}
#adresseingabe {
	width: 360px;
	padding: 1px;
	height: 21px;
	border: 1px solid #FFA001;
	background-color: #FFFFFF;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 12px;
	color: #000;
	}
#mapsButton1 {
	width: 194px;
	height: 25px;
	padding: 3px;
	border: 1px solid #FFA001;
	color: #fff;
	background: #FFA001 url(../img/button-hg.gif) repeat-x top;
	vertical-align: bottom;
	}
#mapsButton1:hover {
	border: none;
	background: #FFB501 url(../img/button-hg-hover.gif) repeat-x top;
	cursor: pointer;
	}
.sprechblase {
	color: #000;
	font-size: 12px;
	}

/*----------------------- NEWSTICKER ---------------------------------------*/

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

