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

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

body {
	height: 100%;
	background: #00294E url(../img/body-hg.gif) repeat-y center;
	margin: 0;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 13px;
	color: #FAF5EB;
	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: #E49900;
	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: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	line-height: 1.2em;
	color: #E49900;
	}
h1 {
	font-size: 24px;
	margin-bottom: 15px;
	}
h2{
	font-size: 18px;
	margin-bottom: 3px;
	}
h3{
	font-size: 16px;
	margin-bottom: 3px;
	}
h4{
	font-size: 18px;
	margin-bottom: 5px;
	}
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------------------------------*/

#navi {
	width: 663px;
	height: 31px;
	padding: 22px 0 0 0;
	background-color: #003763;
	margin: 0 auto;
	text-align: left;
	}
#mauerbalken {
	width: 100%;
	height: 292px;
	background: url(../img/balken-hg.jpg) repeat-x center top;
	}
#mauerbox {
	width: 983px;
	height: 292px;
	margin: 0 auto;
	}
#adresse1 {
	padding: 130px 15px 0 0;
	float: left;
	text-align: right;
	background: url(../img/statue-links.jpg) no-repeat right top;
	}
#adresse2 {
	padding: 130px 0 0 15px;
	float: right;
	text-align: left;
	background: url(../img/statue-rechts.jpg) no-repeat left top;
	}
#adresse1, #adresse2 {
	width: 145px;
	height: 162px;
	font-size: 12px;
	line-height: 1.3em;
	color: #23140E;
	}	
#adresse1 a, #adresse2 a{
	color: #23140E;
	text-decoration: none;
	}
#adresse1 a:hover, #adresse2 a:hover{
	text-decoration: underline;
	}
#bildernavi {
	width: 663px;
	height: 292px;
	margin: 0 auto;
	float: left;
	}
#restaurant, #enothek, #eissalon {
	width: 165px;
	height: 292px;
	border-right: 1px solid #fff;
	float: left;
	}
#cafe { 
	width: 165px;
	height: 292px;
	float:right;
	}
#content {
	clear: both;
	width: 553px;
	min-height: 350px;
	margin: 0 auto;
	padding: 107px 55px 30px 55px;
	background: #002D55 url(../img/content-hg.jpg) no-repeat center top;
	text-align: left; 
	}
#adressleiste {
	width: 553px;
	height: 30px;
	padding: 0 55px 20px 55px;
	background: #002D55;
	font-size: 11px;
	margin: 0 auto;
	}
#adressleiste a {
	text-decoration: none;
	color: #E49900;
	}
#adressleiste a:hover {
	color: #fff;
	}
#features {
	float: left;
	}
#impuls {
	float: right;
	}
#logo {
	width: 260px;
	height: 157px;
	position: absolute;
	left: 50%;
	margin-left: -128px;
	margin-top: 270px;
	}
#flaggen {
	width: 20px;
	height: 13px;
	position: absolute;
	left: 50%;
	margin-left: 300px;
	margin-top: 355px;
	}	

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

.bilderrahmen {
	padding: 4px;
	background-color: #003E74;
	border: 1px solid #00294E;
	}
.newsticker {
	width: 145px;
	height: 145px;
	padding: 10px;
	font-size: 11px;
	text-align: center;
	background: #00294E url(../img/box-hg.png) repeat-x top;
	border: 1px solid #00294E;
	}
.printey { display: none; }

.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;
	}
a.button-orange {
	display: block;
	padding: 3px;
	border: 1px solid #D07F05;
	color: #fff;
	text-decoration: none;
	background: #C47306 url(../img/button-hg.png) repeat-x top;
	margin-bottom: 3px;
	}
a.button-orange:hover {
	border: 1px solid #D07F05;
	background: #C47306 url(../img/button-hg-hover.png) repeat-x top;
	}

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

#errorMessage {
	background: #00294E;
	border: 1px solid red;
	padding: 3px;
	width: 99%;
	margin-bottom: 10px;
	}
#successMessage {
	background: #00294E;
	border: 1px solid green;
	padding: 3px;
	width: 99%;
	margin-bottom: 10px;
	}
#formular label {
	display: block;
	float: left;
	width: 100px;
	vertical-align: middle;
	padding: 3px 0px 0px 5px;
	}
#formular p {
	clear: left;
	background: #00294E;
	padding: 5px;
	margin-bottom: 2px;
	width: 98%;
	}
#formular input {
	border: none;
	background-color: #FFFFFF;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 12px;
	color: #002C51;
	}
#formular textarea {
	border: none;
	background-color: #FFFFFF;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 12px;
	color: #002C51;
	width: 400px;
	}
#formular .pflichtfelder {
	border: 1px solid #9AACBA;
	}	
#formular #sendenbutton, #formular #loeschenbutton {
	width: 163px;
	height: 25px;
	padding: 3px;
	border: 1px solid #D07F05;
	color: #fff;
	background: #D07F05 url(../img/button-hg.png) repeat-x top;
	}
#formular #sendenbutton:hover, #formular #loeschenbutton:hover {
	border: 1px solid #D07F05;
	background: #D07F05 url(../img/button-hg-hover.png) repeat-x top;
	cursor: pointer;
	}
	
/*---------------------MINI-TISCHRESERVIERUNG-----------------------------*/

#minitischreservierung{
	font-size: 11px;
	line-height: 1.1em;
	margin: 0 auto;
	}

#miniformular {
	margin-top: 10px;
	}
#miniformular table { font-size: 11px; }
#reservierungstag1, #uhrzeit, #personen{
	border: 1px solid #fff;
	background-color: #fff;
	width: 118px;
	height: 13px;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 11px;
	color: #002C51;
	margin: 0;
}
#reservierungstag1 {
	width: 95px;
	vertical-align: top;
	}
/*+html #miniformular input {
	margin-top: 0px;
}*/
#kalender3 {
	border: 2px solid #fff;
	}
#abschicken {
	width: 118px;
	height: 17px;
	border: 1px solid #D07F05;
	}
	
/*---------------------GOOGLE-MAPS-----------------------------*/

#aussenrahmen {
	border: 1px solid #00294E;
	width: 100%;
	text-align: center;
	}
#karte {
	width: 100%; 
	height: 320px;
	}
#input-hintergrund {
	background: #003E74;
	padding: 5px;
	}
#adresseingabe {
	width: 250px;
	padding: 1px;
	height: 21px;
	border: 1px solid #fff;
	background-color: #FFFFFF;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 13px;
	color: #002C51;
	float: left;
	margin-right: 5px;
	}
#mapsButton1, #mapsButton2 {
	width: 140px;
	height: 25px;
	padding: 3px;
	border: 1px solid #D07F05;
	color: #fff;
	background: #D07F05 url(../img/button-hg.png) repeat-x top;
	vertical-align: bottom;
	float: right;
	}
#mapsButton1:hover, #mapsButton2:hover {
	border: 1px solid #D07F05;
	background: #D07F05 url(../img/button-hg-hover.png) repeat-x top;
	cursor: pointer;
	}
.sprechblase {
	color: #002C51;
	font-size: 12px;
	}
#ende { clear: both; }
	
/*Transparente PNGS in IE6*/
* html img, div { behavior: url(iepngfix.htc) };

