/* Die CSS-Datei ist so augbebaut, dass unterschiedliche Seitenbereiche eine eigene ID besitzt. 
Dadurch wird es möglich jede Seite individuell zu gestalten. Eigene Seitenbereiche werden mit # gekennzeichent.
CSS Anweisungen ohne Raute gelten für alle Elemente, können aber durch # Anweisungen überschrieben werden. */

/* gennerelle Angaben */

body{
 	background-color:#FFEFBC;
 	margin-top:18px;								/*Seitenrand*/
 	margin-left:0px;
 	margin-right:0px;
 	margin-bottom:10px;
	font-size: 8pt;
	font-family:arial;
	background-image: url(../images/sand2.jpg);
}

#bigboxbild {
	background-color:#FFFFFF;
	margin-top: 10;	
 	margin-left: 10;	
 	margin-bottom: 10;	
 	margin-right: 10;
 	background-image:url(../images/white.gif);
}

#mail a {
	text-decoration:underline;
	color:#000000;
}

#katOBJNR select {
 width:240px;
}


#soben {
	position:absolute;
	top:310px;
	left:50%;
	margin-left:-486px;
	width:974px;
}
#navileiste {
 position:absolute;
 top:272px;
 left:50%;
 height:36px;
 margin-left:-487px;
 width:974px;
 background-image: url(../images/navibg2.gif);
}
#headrahmen {
 position:absolute;
 top:7px;
 left:50%;
 height:36px;
 margin-left:-487px;
 width:974px;
 z-index:99;
}
#head {
 position:absolute;
 top:7px;
 left:50%;
 height:36px;
 margin-left:-487px;
 width:974px;
 background-image: url(../images/navibg.gif);
}

#content {
 position:absolute;
 top:320px;
 left:50%;
 margin-left:-487px;
 width:974px;
 background-image: url(../images/bg_mitte.gif);
 padding-top:5px;
}

#footer {
 position:absolute;
 width:974px;
 height:30px;
 text-align:right;
 bottom:-30px;
}
#left {
	width:216px;
}
#right {
	width:160px;
}
.lbg {
	background-image: url(../images/l_bg.gif);
}
#tipps {
	text-align:left;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:15px;
	color:#736040;
}
#tipps .tippbild {
	width: 165px;
	border:5px solid #FFFFFF;
}
#tipps .tipptitel {
	font-weight: bold;
	color:#736040;
}
	
.wongel {
	color:#1A56B9;
	font-family:Georgia, Times New Roman, serif;
	font-size:12px;
	font-weight:bold;
}	

td {
	font-size:8pt;
}
	
/* Formularfelder */

textarea {
	font-size:8pt;
	font-family: arial,sans-serif;
}
select {
	font-size:8pt;
	font-family:arial; sans-serif;
	letter-spacing:0px;
}
input {
	font-size:8pt;
}
.datum {
	background-image:url(../images/inputbg.gif);
	width:65px;
	border: solid 1px #837150;
	margin-right:2px;
}
.zweier {
	background-image:url(../images/inputbg.gif);
	width:25px;
	border: solid 1px #837150;
}
.plz {
	background-image:url(../images/inputbg.gif);
	border: solid 1px #837150;
	width:50px;
}
.name {
	background-image:url(../images/inputbg.gif);
	border: solid 1px #837150;
	width:160px;
}
.ort {
	background-image:url(../images/inputbg.gif);
	border: solid 1px #837150;
	width:106px;
}
.leerzeile	{		/* Abstand zwischen Tabellen */
	height:15px;
}
/* Formatierungen für Button's */
.bildbutton {
	display:block;
	margin-left:2px;
	background-color:#FFFFFF;
	border: 1px solid #BD7704;		
}
		
.bildbutton:hover {    /* Mouseovereffekt */
	background-color:#FFFFFF;
	border: 1px solid #FF3300;
}
.info { /* Bild für allgemeine Info's */
	background-color:#FFFFFF;
}
.button {
	background-color:#D4BC8C;
	border:solid 1px #FFFFFF;
	color:#FFFFFF;
	cursor:pointer;
}
/* Sortierung der Objektliste */
.n2 {
	font-weight:bold;
	cursor: pointer;
}
.n1 {
	cursor: pointer;
}

#umenu {
	position:absolute;
	display:none;
	top: 28px;
	width:190px;
	left:108px;
	background-color:#EEDDB7;
	border-left: solid 1px #736040;
	border-right: solid 1px #736040;
	border-bottom: solid 1px #736040;
	height:180px;
	background-image: url(../images/ummenubg.gif);
}
#umenu a {
	color:#736040;
	font-size:9pt;
	font-weight:bold;
	line-height:20px;
	text-decoration:none;

}

#fusszeile{
	color:#736040;
	background-image:url(../images/sand2.jpg)
}
#fusszeile a {
	color:#736040;
	font-size:9pt;
	text-decoration:none;
}
#googleMaps {
}
#map0 {
	border:1px solid #000000;
}
#googleMapListe {
	border:1px solid #000000;
	padding:2px;
	background-color:#FBF2C3;
	scrollbar-base-color:#EEDDB7;
	scrollbar-arrow-color:#FFFFFF;
}
#googleMapListe .hausname {
	font-weight:bold;
}
#googleMapListe .bg {
	background-color:#FFFFFF;
}

#newsletter {
	background-color:#FCF1DA;
	background-image:url(../images/white.gif);
	text-align:left;
	margin:20px;
}
#newsletter h1{
	font-size:12pt;
}
#newsletter .descri {
	font-size:8pt;
}
#newsletter	.anmeldung { background-color:#FBF2C3; border:1px solid #D4BC8C }
#newsletter	.abmeldung {  background-color:#E6E2D9; border:1px solid #D4BC8C }

#newsletter h1{    /* Überschrift1 */
	font-size:18px;
	font-family: Georgia, times new roman, serif;
	color:#1A56B9;
}

/* Formatierungen für den Inhalt */
#inhalt {
	width:534px;
	padding-right:20px;
	padding-left:15px;
	padding-top:10px;
	background-color:#FFFFFF;
	background-image:url(../images/white.gif);
}
#inhalt h1{    /* Überschrift1 */
	font-size:18px;
	font-family: Georgia, times new roman, serif;
	color:#1A56B9;
}
#inhalt h2{			/* Überschrift2 */
	font-size:16px;
	font-family: Georgia, times new roman, serif;
	color:#1A56B9;
}
#inhalt h3{			/* Überschrift3 */
	font-size:14px;
	font-family: Georgia, times new roman, serif;
	color:#1A56B9;
}
#inhalt h4{		/* Überschrift4 */
	font-size:12px;
	font-family: Georgia, times new roman, serif;
	color:#1A56B9;
}
#inhalt p{	/* Absätze */
	font-size:9pt;
	line-height:16pt;
}
#inhalt div{	/* Absätze */
	font-size:9pt;
	line-height:16pt;
}
#inhalt td{  /* Tabellenzellen */
	font-size:9pt;
	line-height:16pt;	
}
#inhalt li{ 	/* Listen */
	font-size:9pt;
}
#inhalt a{ /* Links */
	color:#BD7704;
	text-decoration:underline;
}
#inhalt a:hover{ /* Mousover für Links */
	text-decoration:none;
	color:#EC9505;
}

#inhalt .extlink a:link {
	font-weight:bold;
}

#inhalt .linktd {
	background-color:#FFE7D6;
}
.bild {
	border:solid 1px #A8BEF6;
	padding:7px;
	width:196px
}
.bildrahmen {
	display: inline-block;
	border:solid 1px #A8BEF6; 
	padding:7px;
}
/* Schrittanzeige */
#Schrittanzeige {
	margin-bottom: 10px; /* Abstand nach unten */
}

/* Suchmaske */
#Suche .selectbox { /* breite der Auswahlboxen */
	width:180px;
}
.suchmaske {						/* Aussehen der Suchmaske */
	border-top: 1px solid #D48605;
	border-bottom: 1px solid #D48605;
	padding-top:10px;
	padding-bottom:10px
}
.suchelement {  /* Abstand der Suchkriterien */
	margin-bottom:10px;

}
.suchkriterium {				/*Suchkriterien in der Suchmaske*/
	height:20;
	width:120px;
	background-color:#FBF2C3;
}
.suchenach {				/* Sie kennen Ihr Objekt; in der Suchmaske*/
	background-color: #FBF2C3;
	padding-left:5px;
	height:20;
	width:120px;
}
.angebotsauswahl {
	background-color: #FBF2C3;
	padding-left:5px;
	width:120px;
}
#Suche .ausstattung { 		/*Austtattungskriterien in der Suchmaske */
	 background-color: #FBF2C3;
}
/* kleine Suchmaske */
#kl_suchmaske td {
	font-size:8pt;
	font-family:tahoma,arial,sans-serif;
	color:#736040;
}
#kl_suchmaske .suchkriterium {
	font-size:8pt;
	padding-left:0px;
	width:110px;
	background-color:transparent;
	color:#736040;
}
.klsuche {
	background-color:#FBF2C3;
	margin:5px;
	font-family:arial,sans-serif;
	background-image:url(../images/legbg.gif);
}

/* Angebote */
#angebote .angebotstitel {
	font-size:14px;
	font-family: Georgia, times new roman, serif;
	color:#1A56B9;
}
#angebote .gueltig {
	font-size:8pt;
}

#angebote .angebot {
	border-top: 1px solid #D48605;
	border-bottom: 1px solid #D48605;
	padding:5px;
	margin-bottom:10px;
}
#angebote .angebotsbild {
	float:right;
	border:solid 1px #A8BEF6; 
	padding:7px;
	width: 200px;
	margin-left: 20px;
}
#angebote .fehler {
	color:#CC0000;
}
/* Favoriten */
.kfavoriten { 		/* keine Favoriten vorgemerkt */
	font-weight: bold;
	color: #CC0000;
}
/* Kalender für die Datumseingabe */
#klKalender .calhead { /* Hintergund für die Kopfzeile */
	font-weight:bold; 
	text-align: center; 
	background-color: #FFE080,
	color:#DE0000;
} 
#klKalender .kal {  /*Hintergrundfarbe des Kalenders*/
	background-color: #FFF8D0 
} 
#klKalender td { 
	text-align:center;
	color:#DE0000; 
} 
#klKalender a { 
	text-decoration:none ; 
	color: #000000; 
	}
#klKalender a:visited {
	color: #000000; 
	}
			
#klKalender .sday { 
	color: #DE0000; 
	background-color: #FFF4D0 
}
#klKalender .sday:visited { 
	color: #CF0000; 
	background-color: #FFF4D0 
}
#klKalender .marked { 
	border: solid 1px #004040; 
}

#katalogkriterien {
 background-color:#D4BC8C;
 padding:5px;
}
#ueberblick .hausname {
	font-weight:bold;
	font-size:10pt;
	color:#948160;
}
#ueberblick .bilder {
 border:1px solid #507CA3;
 width: expression(this.width > 155 ? 155: true);
 max-width:155px;
}
/* Freie Zeiten Popup */


#mkalender {
	background-color:#FFFFFF;
	background-image:url(../images/gelb.gif);
}
#monatskalender .tage {background-color:#FFEFBD}
/* Preisanzeige Popup */
#preisinfo {
	margin: 10 10 10 10;
	padding: 5 5 5 5px;
	text-align:left;
	width:500px;
}
/* Routenplaner */
#routenplaner {
	background-color:#FFFFFF;
	margin: 10 10 10 10px;
	text-align:left;
}
/* Fotogalerie */
#galerie {
	background-color:#FFFFFF;
	background-image:url(../images/white.gif);
}
#galerie .hausname {
	font-size:10pt;
	font-weight:bold;
	color:#DE0000;
}
#galerie .bilder {
	background-color:#F3E6CD;
	border-top: 2px solid #D48605;
	border-bottom: 2px solid #D48605;
}	
/* Objektliste */
#seitenzahlen {
	font-size:8pt;
}
#seitenzahlen a{
	font-size:9pt;
	padding-left:5px;
}
#listennavigation {
	margin-top:10px;
	margin-bottom:30px;
	
}	
#listennavigation .gefObjekte {
	font-size:10pt;
	font-weight:bold;	
}

#liste .Objekt {
	font-weight:bold;
	font-size:9pt;
	color: #1A56B9;
}
		 
#Objektliste {
	font-size:8pt;
	font-family:arial;
	border-top: 1px solid #D48605;
	border-bottom: 1px solid #D48605;
	margin-top:5px;
	margin-bottom:20px;
		}
#Objektliste td {
	font-size:8pt;
}
.listenbild { 	/* Größe des Objektbildes in der Auswahliste */
	height:90px;
	width:139px;
}
#Objektliste .icons {
	background-color:#FFFFFF;
	border: 1px solid #000000;
	margin-left:2px;
	margin-top:2px;
}
#Objektliste .hausname {
	font-weight:bold;
	text-decorations:none;
	color:#BD7704;
}
#Objektliste .daten {
	background-color:#F4F4F4;
	font-size:8pt;
}
#Objektliste .buttonzeile {
	background-color:#FBF2C3;
	font-size:8pt;
}
.passtnicht { /*wenn Ausstattungskriterium nicht vorhanden ist */
	color: #CC0000;
}
/* Objektansicht */	
#objektansicht td {
	font-family: arial, sans-serif;
	font-size:9pt;
	line-heigt:18px;
}		

#objektansicht .objektbilder {  /* Größe der Bilder */
	width: 160px;
}
.obilder {
	padding:5px;
	border:solid 1px #A8BEF6;
	width:160px;
}

#objektansicht .bildtext {  /* Bildunterschriften */
	font-size: 8pt;
}
#objektansicht .beschreibung { 
	text-align:justify;
}
#objektansicht .ausstattung { /* Hintergundfarbe für die Ausstattungsmerkmale */
	background-color:#FBF2C3;
	padding-left:5px;
}
#objektansicht .ausstatt_titel { /*Hintergundfarbe für die Ausstattungstitel */
	color:#FFFFFF;
	font-weight:bold;
	background-color:#F8B300;
}
#objektansicht .attribute { /* Rahmen für die Ausstattungsmerkmale */
	border-right: 3px solid #FFFFFF;
	border-bottom: 3px solid #FFFFFF;
	padding-left: 5px;
	padding-right:5px;
	padding-top:5px;
}
#objektansicht .attribute_3spalte {  /* Rahmen für die Ausstattungsmerkmale der 3. Spalte */
	border-bottom: 3px solid #FFFFFF;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
}

#objektansicht .AttrKlasse { /* Klasse für die Ausstattungsmerkmale */
	color:#D48605;
	font-weight:bold;
}
#objektansicht .objektmerkmale {
	padding-top: 10px;
}
#objektansicht .ermaessigung { /* Hintergrundfarbe für die Ermäßigungstabelle */
	background-color:#F8B300;
	padding-left:5px;
	padding-right:5px;
}
#objektansicht .ermaessigung_titel { /* Hintergrundfarbe für den Titel der Ermäßigung */
	color:#000000;
	font-weight:bold;
	background-color:#D48605;
}
#objektansicht .preise { 	/* Hintergrundfarbe für die Preisetabelle */
	background-color:#FBF2C3;
	padding-left:5px;
	padding-right:5px;
}
#objektansicht .preise_titel { /* Hintergrundfarbe für den Titel der Preise */
	color:#FFFFFF;
	font-weight:bold;
	background-color:#F8B300;
}
#objektansicht .preise_hint { /* Farbe für den Hinweis zu den Preisen */
	color:#404040;
	font-weight:normal;
}
#objektansicht .preise_reihe { /* Hintergrundfarbe für die Preisezeile */
	background-color: #FFFFFF;
}
#objektansicht .tppreise {  /* Rahmen für die Preistabelle */
		border-right: 3px solid #FFFFFF;
		padding-top:5px;
}
#objektansicht .tppreise_3spalte { /* Rahmen für die 3. Spalte der Preistabelle */
		padding-top:5px;
}
.preisberechnung { /* Hintergrundfarbe für die Preisberechnungstabelle */
	background-color:#FBF2C3;
	padding-left:5px;
	padding-right:5px;
}
.preisberechnung_titel { /* Hintergrundfarbe für die Preisberechnungstitel */
	color:#FFFFFF;
	font-weight:bold;
	background-color:#F8B300;
}
#objektansicht hr {  /* Farbe für die Trennlinie in der Preisberechnung */
	color: #000000;
}
.sparen { /* Formatierungen für den Sparhinweis bei Rabatten */
	color: #DE0000;
	text-align: center;
	font-weight: bold;
	font-size:12pt;
}
#objektansicht .objekte { 
	font-weight: bold;
}
/* Buchen */
#buchen .objektauswahl { 		/*Ausgewähltes Objekt */
	font-weight:bold;
	margin-bottom:10px;
}
.buchentext {
 }
.buchenmaske {						/* Aussehen der Buchungsmaske */
	border-top: 1px solid #D48605;
	border-bottom: 1px solid #D48605;
	padding-top:10px;
	padding-bottom:10px;
}
.buchangabe {				/*  */
	padding-left:5px;
	height:20;
	width:120px;
	background-color:#FBF2C3;
}
.buchungen {
 font-size: 10pt;
 font-weight:bold;
 color: #666666;
}
.elementabstand {
	height:10px;
}
.nebenkosten {
	border-top: 1px solid #D48605;
	border-bottom: 1px solid #D48605;
	padding-top:10px;
	padding-bottom:10px;
}
.nkelement {
	background-color:#FBF2C3;
	padding-left:5px;
	height:20;
	width:120px;
}
.waren {
	border: 1px solid #D48605;
	padding:10px;
	margin-bottom: 10px;
}
.kbuchungen { 		/* keine Buchungen vorgenommen */
	font-weight: bold;
	color: #DE0000;
}
.gesamtpreis {						
	font-weight:bold;
	background-color: #FBF2C3;
	border: 1px solid #D48605;
	padding:5px;
}
.mehrbuchen {  /* Kasten für die Links Buchung hinzufügen */
	background-color:#FFEFBD; 
	padding:3px; 
	border:solid 1px #FFD752;
}
#Kontaktformular {
	border-top: 1px solid #D48605;
	border-bottom: 1px solid #D48605;
	padding-top:10px;
	padding-bottom:10px
}
.kontaktfeld {
	padding-left:5px;
	height:20;
	width:120px;
	background-color:#FBF2C3;
}
.bankfeld {
	background-color: #FCF6B3;
	padding-left:5px;
	height:20;
	width:120px;
}
.frage {
	background-color:#FBF2C3;
	padding-left:5px;
	height:20;
}
#kontaktformular .select {
	width:160;
}
.anmerkung {
	width:510px;
	height:100px;
}
.error {
	font-weight:bold;
	color:#DE0000;
}
.warnhinweis {	
	width:100%; 
	height:20px; 
	background-color:#FCFD87; 
	text-decoration:blink;
}
#buchen .preishinweis {
	color:#CC0000;
}
#Buchungskontrolle .WKbuttons {
	background-color: #FFEFBD;
	text-align:center;
	width:33%;
	height:20px;
}
#persdaten {
	border: 1px solid #D48605;
	padding:5px;
}
.anfragevon {
	background-color: #FBF2C3;
	font-weight:bold;
	padding-left:5px;
}
#prospekt {
	color:#D48605;
	font-size:10pt;
	font-weight:bold;
}
#prospekt a {
	color:#D48605;
	font-size:10pt;
	font-weight:bold;
	text-decoration:none;
}

/*spezielle Angaben für die Fusszeile*/

/* Anweisungen für den Druck */
@media print {
	body {
		background-color:#FFFFFF;
	}
	#inhalt {
		width:640px;
		padding-left:0px;
	}
	#kopf {
	 display:none;
	}
	#sprachen {
	 display:none;
	}
	#verticalmenu {
	 display:none;
	}
	#horizontalmenu {
	 display:none;
	}
	#leerzeile {
		display:none;
	}
	#fuss {
	 display:none;
	}
	.bildbutton {
		display:none;
	}
	.noprint {
		display:none;
	}
	
}

