@charset "utf-8";
/* CSS Document */

/*=====================HTML-TAGS======================*/

html {
	background: #F6F5E3 url(../img/hg-streifen.gif) repeat-y center;
	 } 

body {
	height: 100%;
	background: url(../img/body-hg2.jpg) repeat-x top center;
	margin: 0;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 13px;
	color: #442D21;
	line-height: 1.3em;
	padding: 0px;
	text-align: center;
	}
body strong {
	font-weight: bold;
	color: #442D21;
	}
table {
	font-size: 13px;
	}
img {
	border: 0px;
	padding: 0px;
	margin: 0px;
	}
a, a:link , a:visited{
	color: #2A612D;
	text-decoration:underline;
	}
a:hover, a:active {
	color: #840907;
	}
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: #A00007;
	}
h1 {
	font-size: 24px;
	margin-bottom: 15px;
	}
h2{
	font-size: 18px;
	border-bottom: 1px solid #E7E1D1;
	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------------------------------*/

#main {
	width: 100%;
	height: 100%;
	background: url(../img/hg-motiv.jpg) no-repeat center top;
	}
#hauptfenster {
	width: 950px;
	margin: 0 auto;
	text-align: left;
	background: url(../img/hg-motiv.jpg) no-repeat center top;
	}
#navigation {
	width: 183px;
	height: 300px;
	padding: 27px 19px 35px 19px;
	float: right;
	}
#sprachen {
	float: right;
	width: 183px;
	padding: 40px 0 0 0;
	text-align: right;
	}
#sprachen a {
	display: inline-block;
	margin-left: 5px;
	}
#features {
	width: 200px;
	height: inherit;
	padding: 62px 33px 40px 33px;
	margin-top: 386px;
	background: #FBFAF1 url(../img/balken-hg.png) repeat-x top;
	float: left;
	color: #AFA08D;
	font-size: 12px;
	line-height: 1.3em;
	}
#features h2 {
	font-style: italic;
	border: none;
	}
#content {
	width: 588px;
	float: right;
	margin: 0 0 50px 0;
	}
#adressleiste {
	width: 588px;
	padding: 6px 0 25px 0;
	float: right;
	color: #AFA08D;
	font-size: 11px;
	line-height: 1.4em;
	border-top: 1px solid #E7E1D1;
	}
#adressleiste a, #adressleiste a:visited {
	color: #AFA08D;
	text-decoration: none;
	}
#adressleiste a:hover {
	color: #2A612D;
	text-decoration: underline;
	}
#adressleiste address {
	float: left;
	font-style: normal;
	}
#impuls {
	float: right;
	text-align: right;
	}
#ende {
	clear: both;
	}
#fotos {
	width: 579px;
	height: 448px;
	position: absolute;
	z-index: 20;
	top: 0;
	left: 50%;
	margin-left: -507px;
	}
#logo {
	width: 179px;
	height: 179px;
	z-index: 25;
	position: absolute;
	top: 94px;
	left: 50%;
	margin-left: -382px;
	}
/*---------------------HAUPTNAVI------------------------------*/	

#navigation ul {
	list-style-type: none;
	list-style-position: inside;
	padding: 0;
	margin: 0;
	}
#navigation li {
  	display: block;
	}
#navigation li a {
	color: #fff;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 17px;
	line-height: 24px;
	}
#navigation li a:hover {
	color: #E1BF5B;
	}

#navigation li.LGlob_active a {
	color: #DDD5BD;
	}

/*---------------------KLASSEN------------------------------*/

.versteckt { display: none; }

.fotorahmen-weiss {
	border: 5px solid #fff;
	margin-bottom: 8px;
	}
.tabelle {
	border-collapse: collapse;
	background-color: #FBFAF1;
	text-align: left;
	font-size: 13px;
	margin-bottom: 5px;
	vertical-align: middle;
	}
.tabelle td {
	padding: 5px;
	border: 1px solid #E7E1D1;
	}
.tabelle-header {
	background-color: #E7E1D1;
	font-weight: bold;
	color: #A00007;
	padding: 4px;
	}
.tabelle-hervorhebung {
	background-color: #FFFFFF;
	font-weight: normal;
	padding: 4px;
	}
.EGthumbnail { 
	background-color: #fff;
	padding: 3px;
	}
.box-hervorhebung {
	padding: 5px;
	text-align: center;
	background-color: #FBFAF1;
	border: 1px solid #E7E1D1;
	}
a.button {
	width: 99%;
	display: block;
	height: 20px;
	padding-top: 5px;
	border: 1px solid #E7E1D1;
	color: #A00007;
	text-align: center;
	text-decoration: none;
	background: #E7E1D1 url(../img/button-hg.png) repeat-x top;
	}
a.button:hover {
	border: 1px solid #BEB493;
	background: #BEB493 url(../img/button-hg-hover.png) repeat-x top;
	cursor: hand;
	}
	
/*---------------------ANFRAGEFORMULAR-----------------------------*/

#errorMessage {
	background: #FBFAF1;
	border: 1px solid red;
	padding: 3px;
	width: 99%;
	margin-bottom: 10px;
	}
#successMessage {
	background: #FBFAF1;
	border: 1px solid green;
	padding: 3px;
	width: 99%;
	margin-bottom: 10px;
	}
#formular label {
	display: block;
	float: left;
	width: 120px;
	vertical-align: middle;
	padding: 3px 0px 0px 5px;
	}
#formular p {
	clear: left;
	border: 1px solid #E7E1D1;
	background: #E7E1D1 url(../img/button-hg.png) repeat-x top;
	padding: 5px;
	margin-bottom: 2px;
	width: 98%;
	}
#formular input {
	border: 1px solid #E7E1D1;
	background-color: #FFFFFF;
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	color: #442D21;
	}
#formular textarea {
	border: 1px solid #E7E1D1;
	background-color: #FFFFFF;
	font-family: Tahoma, Arial, Verdana;
	font-size: 13px;
	color: #442D21;
	width: 450px;
	}
#formular .pflichtfelder {
	border: 1px solid #2A612D;
	}	
#formular #sendenbutton, #formular #loeschenbutton {
	width: 200px;
	height: 25px;
	padding: 3px;
	color: #A00007;
	border: 1px solid #BEB493;
	background: #BEB493 url(../img/button-hg-hover.png) repeat-x top;
	}
#formular #sendenbutton:hover, #formular #loeschenbutton:hover {
	background: #E7E1D1 url(../img/button-hg.png) repeat-x top;
	border: 1px solid #BEB493;
	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 #E7E1D1;
	width: 165px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
	color: #AFA08D;
	height: 16px;
	margin-top: -1px;
	padding-left: 2px;
	}
#abschicken {
	border: 0px;
	width: 157px;
	height: 14px;
	}
#reservierungstag1, #uhrzeit, #personen {
	background-color: #FFFFFF;
	border: 1px solid #E7E1D1;
	width: 80px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
	color: #AFA08D;
	height: 16px;
	margin-top: -1px;
	padding-left: 2px;
	}
#reservierungAbschicken {
	border: 0px;
	width: 84px;
	height: 15px;
	}

/*---------------------GOOGLE-MAPS-----------------------------*/

#aussenrahmen {
	border: 1px solid #E7E1D1;
	width: 100%;
	text-align: center;
	}
#karte {
	width: 100%; 
	height: 320px;
	}
#input-hintergrund {
	background: #FBFAF1;
	padding: 5px;
	}
#adresseingabe {
	width: 350px;
	padding: 1px;
	height: 20px;
	border: 1px solid #E7E1D1;
	background-color: #FFFFFF;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
	color: #AFA08D;
	}
#mapsButton1 {
	width: 200px;
	height: 25px;
	padding: 3px;
	border: 1px solid #E7E1D1;
	color: #A00007;
	background: #E7E1D1 url(../img/button-hg.png) repeat-x top;
	vertical-align: bottom;
	}
#mapsButton1:hover {
	border: 1px solid #BEB493;
	background: #BEB493 url(../img/button-hg-hover.png) repeat-x top;
	cursor: hand;
	}
.sprechblase {
	color: #000;
	font-size: 12px;
	}
	
/*Transparente PNGS in IE6*/
* html img, div { behavior: url(iepngfix.htc) };

/*---------------------GÄSTEBUCH-----------------------------*/

.gbook-entryform {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 3em;
	}
.gbook-alreadyentered {
	font-weight: bold;
	padding: 5px;
	margin-bottom: 3em;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color: #E7E1D1;
	border: 1px solid #E7E1D1;
	}
.gbook-entry {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	}
.gbook-entry .entry {
	vertical-align: top;
	padding-left: 10px;
	}
.gbook-entry table {
	width: 100%;
	border: 0;
	margin-bottom: 5px;
	}
.gbook-entry table .info {
	border-right: 1px solid #E7E1D1;
	padding-bottom: 5px;
	width: 30%;
	vertical-align: top;
	}
.gbook-entry table .footer {
	text-align: right;
	font-size: 10px;
	color: #061634;
	background:inherit;
	background-color: #E7E1D1;
	}
.gbook-pagenavigation {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #E7E1D1;
	margin-top: 1em;
	margin-bottom: 1em;
	}
.gbook-pagenavigation table {
	width: 100%;
	}
.gbook-noentries {
	font-weight: bold;
	text-align: center;
	margin-top: 2em;
	margin-bottom: 2em;
	}
.gbook-entrycontainer {
	width: 75%;
	margin-left: auto;
	margin-right: auto;
	}
.gbook-pagenavigation td {
	text-align: center;
	}
.gbook-summary {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #E7E1D1;
	color: #A00007;
	background: #E7E1D1 url(../img/button-hg.png) repeat-x top;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 1em;
	}
.gbook-summary table {
	width: 100%;
	padding-left: 4px;
	padding-right: 4px;
	}
.gbook-summary table td {
	font-size: 0.9em;
	font-weight: bold;
	}
.gbook-captcha img{
	width: 148px;
	height: 80px;
	border: 1px solid #00486A;
	}
.input01 {
	padding: 3px;
	border: 1px solid #E7E1D1;
	color: #A00007;
	background: #E7E1D1 url(../img/button-hg.png) repeat-x top;
	vertical-align: bottom;
	}
.input01:hover {
	border: 1px solid #BEB493;
	background: #BEB493 url(../img/button-hg-hover.png) repeat-x top;
	cursor: hand;
	}

/*---------------------Accordion Menü-----------------------------*/

.applemenu{
	margin: 0;
	padding: 0;
	width: 100%;
	font-size: 13px;
	line-height: 1.2em;
	}
.applemenu div.silverheader {
	background: #E7E1D1 url(../img/button-hg.png) repeat-x top;
	border: 1px solid #E7E1D1;
	height: 25px;
	margin-bottom: 1px;
	}
.applemenu div.silverheader a{
	background: url(../img/accordeon-icon.gif) no-repeat left center;
	color: #442D21;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 3px 0 3px 22px;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	line-height: 19px;
	}
.applemenu div.silverheader a:visited {
	}
.applemenu div.selected a{
	background: url(../img/accordeon-icon-active.gif) no-repeat left center;
	color: #A00007;
	}

div.silverheader a:hover, .applemenu div.silverheader a:active{
	background-color: #A00007;
	color: white;
	}
.applemenu div.submenu{ /*DIV that contains each sub menu*/
	/*background: white;*/
	padding: 5px 6px 10px 6px;
	height: auto; /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
	}
