/* 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:#F7F7F7;
 	margin-top: 0;
 	margin-left: 0;
 	margin-bottom: 0;
 	margin-right: 0;
 	font-family: Verdana, Geneva, sans-serif ;
 	font-size:9pt;
 	color:#000;
 	
}

td {
	font-size:9pt;
}
#objektansicht h1 {
	font-size: 11pt;
	color:#000080;
}

#popup {
	text-align:center;
	margin: 10px;
	background-image: url(/NOBO/OBJ/COMMON/SITE/images/weiss.gif);
}
#popup td{
	font-size:9pt;
}
#ueberblick .hausname {
	font-weight:bold;
	font-size:10pt;
}
#ueberblick .bilder {
 border:6px solid #FFFFFF;
 max-width:195px;
}
a {
 color: #FF6600;
 text-decoration:none;
}
.cursor {
	cursor:pointer;
}
/* Formularfelder */

textarea {
	font-size:8pt;
	font-family: arial,sans-serif;
}
select {
	font-size:8pt;
	color:#1F64AF;
	border: 1px solid #000;
}
input {
	font-size:8pt;
	color:#1F64AF;
}
.datum {
	border: 1px solid #000;
	background-color:#FFFFFF;
	width:65px;
	height:20px;
}
.zweier {
	width:25px;
	border: 1px solid #000;
	background-color:#FFFFFF;
	height:20px;
}
.plz {
	width:50px;
	border: 1px solid #000;
	background-color:#FFFFFF;
	height:20px;
}
.name {
	width:190px;
	border: 1px solid #000;
	background-color:#FFFFFF;
	height:20px;
}
.ort {
	width:140px;
	border: 1px solid #000;
	background-color:#FFFFFF;
	height:20px;
}
#kontakt select {
 width:190px;
}
.leerzeile	{		/* Abstand zwischen Tabellen */
	height:15px;
}

/* Formatierungen für Button's */
.bildbutton {
	display: block;
	font-size:17px;
	margin-left:2px;
	background-color:#FFFFFF;
	border: 1px solid #000000;
}

.bildbutton:hover {    /* Mouseovereffekt */
	background-color:#FFFFFF;
	border: 1px solid #FF3300;
}
.info { /* Bild für allgemeine Info's */
	background-color:#FFFFFF;
}
.button {
	background-color:#01408F;
	color:#FFFFFF;
	cursor:pointer;
}
/* Sortierung der Objektliste */
.n2 {
	font-weight:bold;
	cursor: pointer;
}
.n1 {
	cursor: pointer;
}
.katalogbutton {
	text-align:right;
	padding-left:10px;
	padding-right:10px;
	cursor:pointer;
}
#agb {
	margin:20px;
}
#agbbe {
	background-color:#FFF;
}
#katalogkriterien {
 background-color:#2C9EEC;
 padding:5px;
 border:1px solid #01408F;
}

#AGBPOPUP {													/* Größe des AGB'S Popupfensters */
	width:600px;
	height:500px;
}

#googleMaps {
}
#map0 {
	border:1px solid #000000;
}
#googleMapListe {
	border:1px solid #000000;
	padding:2px;
	background-color:#FFBA29;
}
#googleMapListe .hausname {
	font-weight:bold;
}
#googleMapListe .bg {
	background-color:#FFFFFF;
}


/* Formatierungen für den Inhalt */
* html #inhalt {
	height: 450px;
}
	
#inhalt{
	color:#000;
	width:520px;
}
#inhalt h1{    /* Überschrift1 */
	font-size: 12pt;
	font-weight: bold;
}
#inhalt h2{			/* Überschrift2 */
	font-size:11pt;
	font-weight:bold;
}
#inhalt h3{			/* Überschrift3 */
	font-size:10pt;
	font-weight:bold;
}
#inhalt h4{		/* Überschrift4 */
	font-size:9pt;
	font-weight:bold;
}
#inhalt p{	/* Absätze */
	font-size:9pt;
}
#inhalt td{  /* Tabellenzellen */
	font-size:9pt;
}
#inhalt li{ 	/* Listen */
	font-size:9pt;
}
#inhalt a{ /* Links */
	color:#000080;
	text-decoration:none;
	font-weight:bold;
}
#inhalt a:hover{ /* Mousover für Links */
}

#inhalt .linktd {
	background-color:#FFE7D6;
}
/* Schrittanzeige */
#Schrittanzeige {
	margin-bottom: 10px; /* Abstand nach unten */
}
.on {  /* Aktueller Schritt */
	display:inline;
	color: #FFFFFF;
	background-color: #FFAC01;
	padding-left:5px;
	padding-right:5px;
	text-align:center;
	font-weight:bold;
}
.off { /* nicht aktuelle Schritte */
	display:inline;
	color: #FFFFFF;
	padding-left:5px;
	padding-right:5px;
	background-color: #FEDE9B;
	text-align:center;
}
/* Suchmaske */
#Suche .selectbox { /* breite der Auswahlboxen */
	width:180px;
}
.suchmaske {						/* Aussehen der Suchmaske */
}
.suchelement {  /* Abstand der Suchkriterien */
	margin-bottom:10px;

}
.suchkriterium {				/*Suchkriterien in der Suchmaske*/
	padding-left:5px;
	height:20;
	width:120px;
	background-color:#01408F;
	color:#FFF;
}
.suchenach {				/* Sie kennen Ihr Objekt; in der Suchmaske*/
	padding-left:5px;
	height:20;
	width:120px;
	background-color:#01408F;
	color:#FFF;
}
.angebotsauswahl {
	padding-left:5px;
	width:120px;
	background-color:#01408F;
	color:#FFF;
}
#Suche .ausstattung { 		/*Austtattungskriterien in der Suchmaske */
	background-color: #7EC7F9;
}
/* kleine Suchmaske */
#kl_suchmaske {
	width:226px;
}
#kl_suchmaske .button {
	margin-right:5px;
}
#klSuchmaske td {
	font-size:8pt;
}
#kl_suchmaske .suchkriterium {
	font-size:9pt;
	padding-left:5px;
	width:120px;
	background-color:#01408F;
	color:#FFF;
	
}
.klsuche {
	background-color:#F7F7F7;
	font-family:verdana,geneva,sans-serif;
}
#kl_suchmaske .selectbox {
	width:226px;
}
/* Angebote */
#angebote .angebotstitel {
	font-weight:bold;
	color: #BE231C;
}
#angebote .gueltig {
	font-size:8pt;
}

#angebote .angebot {
	background-color: #F0EBB1;
	padding:5px;
	margin-bottom:10px;
}
#angebote .angebotsbild {
	float:right;
	width: 200px;
	margin-left: 20px;
}
#angebote .fehler {
	color:#CC0000;
}
/* Favoriten */
.kfavoriten { 		/* keine Favoriten vorgemerkt */
	font-weight: bold;
	color: #CC0000;
}

/* Freie Zeiten Popup */
#freieZeiten {
	margin-top:10px;
	margin-left:10px;
}
#freieZeiten .info {
	background-color:#E8F1FA;
}
#freieZeiten td {
	font-size:9pt;
}
#freieZeiten .hausname{
	font-weight:bold;
	font-size:9pt;
}
#freieZeiten .freizeiten{
	background-color:#7EC7F9;
	border: 1px solid #01408F;
}
/* Preisanzeige Popup */
#preisinfo {
	background-color:#F7F4E5;
	margin-left: 10px;
	padding: 5 5 5 5px;
	width:500px;
}
/* Routenplaner */
#routenplaner {
	margin: 10 10 10 10px;
	text-align:left;
}
/* Fotogalerie */
#galerie {
	background-color:#F7F4E5;
	background-image: url(/BREM/OBJ/COMMON/SITE/images/bg2.gif);
}
#galerie .hausname {
	font-size:10pt;
	font-weight:bold;
	color:#FFAE00;
}
#galerie .bilder {
	background-color:#FBE4B3;
	border-top: 1px solid #FFAE00;
	border-bottom: 1px solid #FFAE00;
}
/* Objektliste */
#seitenzahlen {
	font-size:8pt;
}
#seitenzahlen a{
	font-size:8pt;
	padding-left:0px;
}
#listennavigation {
	margin-top:10px;
	margin-bottom:30px;
	width:520px;

}
#listennavigation .gefObjekte {
	font-size:8pt;
	font-weight:normal;
}
#seitenzahlen .backtosearch {
	background-color:#E8F1FA;padding:4px;display:block;width:122px;margin-bottom:10px;border:1px solid #01408F;text-align:center;
}

#liste .Objekt {
	font-weight:bold;
	font-size:9pt;
	color:#000080;
}

#Objektliste {
			font-size:9pt;
			border: 1px solid #01408F;
			margin-top:5px;
			margin-bottom:20px;
			padding:0px;
			background-color:#7EC7F9;
			width:520px;
		}
#Objektliste td {
	font-size:8pt;
		}
.listenbild { 	/* Größe des Objektbildes in der Auswahliste */
	width:139px;
}
.listenbildtd {
	width:139px;
}
.iconstd {
	width:80px;
}
.hausnametd {
	width:301px;
}
#Objektliste .icons {
	background-color:#FFFFFF;
	border: 1px solid #000000;
	margin-left:2px;
	margin-top:2px;
		}
#Objektliste .hausname {
	font-weight:bold;
	color:#000080;
}
#Objektliste .daten {
	background-color:#D1E6F7;
	font-size:8pt;
}
#Objektliste .daten a {
	color:#000000;
}
#Objektliste .buttonzeile {
	background-color:#2C9EEC;
	font-size:8pt;
}
.passtnicht { /*wenn Ausstattungskriterium nicht vorhanden ist */
	color: #FFFC19;
}
/* Objektansicht */
#objektansicht td {
	font-size:9pt;
}

#objektansicht .objektbilder {  /* Größe der Bilder */
	width: 160px;
}
#objektansicht .bildtext {  /* Bildunterschriften */
	font-size: 8pt;
}
#objektansicht .beschreibung {
	text-align:justify;
}
#objektansicht .ausstattung { /* Hintergundfarbe für die Ausstattungsmerkmale */
	background-color:#BFE2FF;
}
#objektansicht .ausstatt_titel { /*Hintergundfarbe für die Ausstattungstitel */
	font-weight:bold;
	background-color:#01408F;
	color:#FFFFFF;
	padding-left:5px;
}
#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:#000080;
	font-weight:bold;
}
#objektansicht .objektmerkmale {
	padding-top: 10px;
}
#objektansicht .ermaessigung { /* Hintergrundfarbe für die Ermäßigungstabelle */
	background-color:#BFE2FF;
	padding-left:5px;
	padding-right:5px;
}
#objektansicht .ermaessigung_titel { /* Hintergrundfarbe für den Titel der Ermäßigung */
	color:#FFFFFF;
	font-weight:bold;
	background-color:#01408F;
}
#objektansicht .preise { 	/* Hintergrundfarbe für die Preisetabelle */
	background-color:#BFE2FF;
}
#objektansicht .preise_titel { /* Hintergrundfarbe für den Titel der Preise */
	color:#FFFFFF;
	font-weight:bold;
	background-color:#01408F;
	padding-left:5px;
}
#objektansicht .preise_hint { /* Farbe für den Hinweis zu den Preisen */
	font-weight:normal;
}
#objektansicht .preise_reihe { /* Hintergrundfarbe für die Preisezeile */
	background-color: #F7F1E9;
}
#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;
}
#objektansicht .tppreise { 
	padding:5px;
}
.preisberechnung { /* Hintergrundfarbe für die Preisberechnungstabelle */
	background-color:#BFE2FF;
	padding-left:5px;
	padding-right:5px;
}
#inhalt .preisberechnung_titel { /* Hintergrundfarbe für die Preisberechnungstitel */
	color:#FFFFFF;
	font-weight:bold;
	background-color:#01408F;
}
#objektansicht hr {  /* Farbe für die Trennlinie in der Preisberechnung */
	color: #00499A;
}
.sparen { /* Formatierungen für den Sparhinweis bei Rabatten */
	color: #CC0000;
	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 */
	padding:10px;
	border:1px solid #01408F;
	background-color:#2C9EEC;
}
.buchangabe {				
	padding-left:5px;
	height:20;
	width:120px;
	color:#FFF;
	background-color:#01408F;
}
.buchungen {
 font-size: 10pt;
 font-weight:bold;
 color: #666666;
}
.elementabstand {
	height:10px;
}
.nebenkosten {
	padding:10px;
	border:1px solid #A1CCED;
	background-color:#E8F1FA;
}
.nkelement {
	padding-left:5px;
	height:20;
	width:120px;
}
.waren {
	border: 1px solid #01408F;
	padding:10px;
	margin-bottom: 10px;
}
.kbuchungen { 		/* keine Buchungen vorgenommen */
	font-weight: bold;
	color: #CC0000;
}
.gesamtpreis {
	font-weight:bold;
	background-color: #D1E6F7;
	border: 1px solid #01408F;
	padding:5px;
}
.mehrbuchen {  /* Kasten für die Links Buchung hinzufügen */
	background-color:#F9F3D7;
	padding:3px;
	border:solid 1px #000000;
}
#Kontaktformular {

}

.kontaktfeld {
	padding-left:5px;
	height:20;
	width:120px;
	background-color:#01408F;
	color:#FFF;
}
.bankfeld {
	padding-left:5px;
	height:20;
	width:120px;
}
.frage {
	padding-left:5px;
	height:20;
	background-color:#01408F;
	color:#FFF;
}	
#kontaktformular .select {
	width:160;
}
.anmerkung {
	width:500px;
	height:100px;
}
.error {
	font-weight:bold;
	color:#CC0000;
}
.warnhinweis {
	width:100%;
	height:20px;
	background-color:#FCFD87;
	text-decoration:blink;
}
#buchen .preishinweis {
	color:#CC0000;
}
#Buchungskontrolle .WKbuttons {
	background-color: #D1E6F7;
	text-align:center;
	width:33%;
	height:20px;
}
#persdaten {
	background-color: #E8F1FA;
	border: 1px solid #01408F;
	padding:5px;
}
.anfragevon {
	background-color: #01408F;
	font-weight:bold;
	padding-left:5px;
	color:#FFF;
}


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

}

