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

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

body {
	height: 100%;
	width: 100%;
	background: #EA900D url(../img/hg-streifen.png) repeat-x top;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #232323;
	line-height: 1.3em;
	padding: 0px;
	text-align: left;
	}
body strong {
	font-weight: bold;
	color: #232323;
	}
table {
	font-size: 13px;
	}
img {
	border: 0px;
	padding: 0px;
	margin: 0px;
	}
a, a:link , a:visited{
	color: #EA640C;
	text-decoration: underline;
	}
a:hover, a:active {
	color: #EA900D;
	}
p, h1, h2, h3, h4, h5, h6, form {
	margin: 0;
	padding:0;
	}
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 1.2em;
	color: #EA640C;
	}
h1 {
	font-size: 22px;
	margin-bottom: 12px;
	}
h2{
	font-size: 19px;
	margin-bottom: 3px;
	}
h3{
	font-size: 17px;
	margin-bottom: 3px;
	}
h4{
	font-size: 15px;
	margin-bottom: 3px;
	}
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------------------------------*/
#hauptfenster {
	width: 100%;
	height: 890px;
	background: url(../img/body-hg.png) no-repeat left top;
		}
#flaggen {
	width: 100px;
	height: 50px;
	position: absolute;
	top: 40px;
	left: 754px;
	z-index: 12;
}				
#fotos {
	width: 702px;
	height: 245px;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	position: absolute;
	z-index:10;
	top: 0;
	left: 0;
	}
#features {
	width: 200px;
	position: absolute;
	top: 12px;
	left: 754px;
	color: #9C9FA0;
	font-size: 11px;
	}
#features a {
	color: #9C9FA0;
	text-decoration: none;
	}
#features a:hover {
	color: #EA640C;
	text-decoration: underline;
	}
#logo {
	width: 200px;
	height: 200px;
	position: absolute;
	top: 112px;
	left: 754px;
	z-index: 11;
	}
#content {
	width: 640px;
	height: 380px;
	overflow: auto;
	position: absolute;
	z-index: 12;
	top: 324px;
	left: 51px;
	padding-right: 10px;
	}
#adressblock {
	width: 130px;
	position: absolute;
	z-index: 13;
	top: 426px;
	left: 819px;
	font-size: 11px;
	line-height: 1.3em;
	color: #fff;
	text-align: right;
	}
#adressblock strong {
	color: #FED95A;
	font-weight: bold;
	font-size: 13px;
	}
#adressblock a {
	color: #FED95A;
	}
#adressblock a:hover {
	color: #fff;
	}
#oeffnungszeiten {
	width: 515px;
	height: 60px;
	top: 769px;
	left: 51px;
	font-size: 11px;
	line-height: 1.3em;
	color: #fff;
	position: absolute;
	z-index: 14;
	}
#oeffnungszeiten table {
	font-size: 11px;
	}
#impuls {
	top: 768px;
	left: 819px;
	position: absolute;
	font-size: 11px;
 	color: #fff;
	width: 130px;	
	text-align: right;
	z-index: 15;
	}
#impuls a {
	color: #fff;
	text-decoration: none;
	}
#impuls a:hover {
	color: #FED95A;
	text-decoration: underline;
	} 


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

.printey { display: none; }

a.button {
	width: 195px;
	height: 22px;
	padding: 6px 0px 0px 0px;
	display: block;
	text-decoration: none;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	background: url(../img/button-hg.gif) no-repeat top center;
	}
a.button:hover {
	background: url(../img/button-hg-hover.gif) no-repeat top center;
	cursor: hand;
	}
a.oeffnungszeiten {
	padding: 3px;
	margin-top: 3px;
	text-decoration: none;
	background:url(../img/transmenu-hg.gif) repeat-x top;
	color: #fff;
	display: block;
	border: 1px solid #EA900D;
	}
a.oeffnungszeiten:hover {
	border: 1px solid #fff;
	}
.box-orange {
	width: 195px;
	height: 28px;
	text-decoration: none;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	background: url(../img/button-hg.gif) no-repeat top center;
	}
.tabelle {
	border-collapse: collapse;
	background-color: #FEEFCD;
	text-align: left;
	font-size: 12px;
	margin-bottom: 5px;
	vertical-align: middle;
	}
.tabelle td {
	padding: 5px;
	border-bottom: 1px solid #fff;
	}
.tabelle-header {
	background: #EA640C url(../img/tabelle-hg.gif) repeat-x top;
	font-weight: bold;
	color: #FFFFFF;
	padding: 4px;
	}
.tabelle-hervorhebung {
	background-color: #FEE3A7;
	font-weight: normal;
	padding: 4px;
	}



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

#errorMessage {
	background-color: #fff;
	border: 1px solid red;
	padding: 3px;
	width: 612px;
	margin-bottom: 10px;
	}
#successMessage {
	background-color: #fff;
	border: 1px solid green;
	padding: 3px;
	width: 612px;
	margin-bottom: 10px;
	}
#formular label {
	display: block;
	float: left;
	width: 110px;
	vertical-align: middle;
	padding: 3px 0px 0px 5px;
	}
#formular p {
	clear: left;
	background-color: #FEEFCD;
	padding: 5px;
	margin-bottom: 2px;
	width: 608px;
	}
#formular input {
	border: 1px solid #F9D093;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #232323;
	}
#formular textarea {
	border: 1px solid #F9D093;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #232323;
	width: 450px;
	}
#formular .pflichtfelder {
	border: 1px solid #F4AA39;
	}	
#formular #sendenbutton, #formular #loeschenbutton {
	width: 195px;
	height: 30px;
	border: none;
	padding: 0px 0px 5px 0px;
	margin: 0 6px 0 0;
	text-decoration: none;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	background: url(../img/button-hg.gif) no-repeat top center;
	}
#formular #sendenbutton:hover, #formular #loeschenbutton:hover {
	background: url(../img/button-hg-hover.gif) no-repeat top center;
	cursor: pointer;
	}
#formular .form-button{
	background: #EA640C url(../img/tabelle-hg.gif) repeat-x top;
	border: 1px solid #EA640C;
	color: #FFFFFF;
	}
#formular .form-button:hover {
	background: #EA640C url(../img/tabelle-hg-hover.gif) repeat-x top;
	border: 1px solid #EA640C;
	cursor: pointer;
	}
	
/*---------------------GOOGLE-MAPS-----------------------------*/

#aussenrahmen {
	width: 620px;
	text-align: center;
	}
#karte {
	width: 100%; 
	height: 265px;
	}
#input-hintergrund {
	background: url(../img/boxen-hg.png) repeat-x bottom;
	padding: 5px;
	background-color: #FEEFCD;
	}
#adresseingabe {
	width: 602px;
	padding: 1px;
	margin: 5px 3px;
	height: 20px;
	border: 1px solid #C86B04;
	background-color: #FFFFFF;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #000;
	}
#mapsButton1, #mapsButton2, #mapsButton3 {
	width: 195px;
	height: 30px;
	border: none;
	padding: 0px 0px 5px 0px;
	float: left;
	margin: 0 4px;
	text-decoration: none;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	background: url(../img/button-hg.gif) no-repeat top center;
	}
#mapsButton1:hover, #mapsButton2:hover, #mapsButton3:hover {
	background: url(../img/button-hg-hover.gif) no-repeat top center;
	cursor: hand;
	}
.sprechblase {
	color: #000;
	font-size: 12px;
	}
	
/*Transparente PNGS in IE6*/
* html img, div { behavior: url(iepngfix.htc) };

