@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* Es empfiehlt sich, margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
	padding: 0; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
	color: #000000;
	background-image: url(../img/background.jpg);
	background-repeat: repeat;
	background-position: left top;
}
.twoColLiqLtHdr #container {
	width: 950px;  /* Hierdurch wird ein Container mit einer Breite erstellt, die 80% der Browserbreite beträgt. */
	background: #FFFFFF;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
} 
.twoColLiqLtHdr #header {
	height: 150px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-image: url(../img/logo_neu.jpg);
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B1EDF3;
} 

/* Tipps für sidebar1:
1. Da wir mit Prozentwerten arbeiten, ist es empfehlenswert, für die Randleiste keine Auffüllung zu verwenden. Sie wird bei standardgerechten Browsern der Breite hinzugefügt, und dies wiederum führt zu einer unbekannten tatsächlichen Breite. 
2. Zwischen der Kante des div und den darin liegenden Elementen kann ein Abstand eingefügt werden, indem Sie diesen Elementen wie in ".twoColLiqLtHdr #sidebar1 p" demonstriert einen linken und rechten Rand zuweisen.
3. Da Explorer die Breiten nach der Wiedergabe des übergeordneten Elements berechnet, treten bei prozentbasierten Spalten gelegentlich unerklärliche Fehler auf. Wenn Sie zuverlässigere Ergebnisse wünschen, sollten Sie pixelbasierte Spalten verwenden.
*/
.twoColLiqLtHdr #sidebar1 {
	float: left;
	width: 225px; /* Durch die Auffüllung oben und unten entsteht in diesem div ein visueller Leerraum.  */
	min-height: 400px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: right center;
	background-color: #FFF;
	margin-left: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #1FB8C8;
}
#sidebar1 ul {
	color: #1FB8C8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	list-style-type: none;
}


/* Tipps für mainContent:
1. Der Abstand zwischen mainContent und sidebar1 entsteht durch den linken Rand des mainContent-div. Der Spaltenbereich bleibt unabhängig von der Inhaltsmenge des sidebar1-div immer gleich. Sie können diesen linken Rand entfernen, falls der Text des #mainContent-div den Bereich von #sidebar1 füllen soll, wenn der Inhalt in #sidebar1 endet.
2. Zur Vermeidung von Float-Drops bei einer unterstützten Mindestauflösung von 800 x 600 sollten Elemente im mainContent-div eine Größe von maximal 430 Pixel aufweisen (dies gilt auch für Bilder).
3. Im unten stehenden bedingten Kommentar für Internet Explorer wird die Zoom-Eigenschaft verwendet, um mainContent die Eigenschaft hasLayout zuzuweisen. Dadurch werden verschiedene IE-spezifische Fehler verhindert.
*/
.twoColLiqLtHdr #mainContent {
	width: 695px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding-left: 5px;
	margin-left: 238px;
} 
#mainContent p {
}

#table {
	background-color: #C1DAF7;
}
#mainContent .left {
	padding-left: 50px;
	padding-right: 37px;
}


.stern {
	font-size: 16px;
	color: #F00;
}

.twoColLiqLtHdr #footer {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-style: italic;
	font-size: 14px;
	padding-top: 0;
	padding-bottom: 0;
	background-image: url(../img/fuss3.gif);
	padding-left: 750px;
	padding-right: 10px;
	font-weight: bold;
} 

/* Verschiedene wieder verwertbare Klassen */
.fltrt { /* Mit dieser Klasse können Sie ein Element auf der Seite nach rechts fließen lassen. Das floatende Element muss vor dem Element stehen, neben dem es auf der Seite erscheinen soll. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* Mit dieser Klasse können Sie ein Element auf der Seite nach links fließen lassen. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* Diese Klasse sollte in einem div- oder break-Element platziert werden und das letzte Element vor dem Schließen eines Containers sein, der wiederum einen vollständigen Float enthalten sollte. */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#sidebar1 ul li a {
	text-decoration: none;
	color: #42428C;
}
#bilder_index img {
	text-align: center;
	margin-left: 190px;
}


#sidebar1 ul li a:hover {
	color:#0FF;
}



#sidebar1 ul li a:visited {
	color:#4B40CC;
}
#sidebar1 ul li  a:active{
	color:#FFF;
	background-color: #1FB8C8;
}

#footer p a {
	text-decoration: none;
	color: #FFF;
	text-align: right;
}
#footer p a:hover {
	text-decoration: none;
	color: #0FF;
}#kontaktformular {
	top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: left;
	padding-left: 5px;
	padding-top: 2px;
}
#zimmerpreise tr .a {
	background-color: #CCC;
}

#zimmer {
	width: 290px;
}

.breite {
	width: 100px;
}
.breite_kinder {
	width: 50px;
}
td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
#zimmerpreise td {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	text-align: center;
	font-size: 14px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
.px_bold {
	font-size: 11px;
	font-weight: bold;
	text-align: justify;
}

#zimmerpreise th {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}

#zimmer      {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	width: 300px;
}
.kommentare {
	font-size: 9px;
	color: #F00;
}
.twoColLiqLtHdr #container #sidebar1 ul li {
	padding: 15px;
}

#mainContent  a {
	color: #1FB8C8;
	text-decoration: none;
	outline: none;
	font-weight: bold;
	font-size: 18px;
	font-style: normal;
	text-align: center;
}
.text_blau {
	color: #42428C;
	font-weight: normal;
}

#mainContent  a:hover {
	font-weight: bold;
	color: #0FF;
	text-decoration: none;
}
#mainContent h1 {
	font-size: 36px;
	font-weight: bold;
	text-align: center;
}
#mainContent p {
	font-size: 16px;
	font-weight: normal;
	text-align: center;
}
#mainContent h4 {
	text-align: center;
}
#hotel_main img {
}
#hotel_logo {
	padding-left: 275px;
}
#restaurant_gallery {
	padding-left: 18px;
}
#restaurant {
}


#welcome {
	width: 550px;
	margin-left: 95px;
	padding-left: 10px;
}
#bilder_index {
	padding: 5px;
}
 #bilder_index img {
	margin-left: 250px;
} 
#minis {
	width: 680px;
	height: auto;
	padding-left:10px;
	padding-right: 5px;
}
#minis img {
	padding-right: 7px;
	padding-left: 7px;
	padding-top: 7px;
	padding-bottom: 7px;
}
#restaurant_gallery img {
	padding: 7px;
	height: 100px;
	width: 150px;
}

h2 {
	font-size: 22px;
	font-weight: bold;
	color: #1FB8C8;
	text-align: center;
}
h3 {
	font-size: 24px;
	color: #42428C;
	text-align: center;
}
#zimmer_bild img {
	padding-left: 170px;
}

#zimmerpreise tr .b {
	background-color: #CCC;
}
.bold {
	font-weight: bold;
	font-size: 14px;
}
.hellblau_text {
	font-size: 14px;
	font-weight: bold;
	color: #06F;
}


#mainContent #zimmerpreise {
	margin-top: 10px;
	margin-left: 48px;
	border: 2px solid #999;
}
#mainContent .left {
	text-align: left;
}

.cursive {
	font-style: italic;
	font-size: 16px;
	text-align: center;
}
.flissend {
	text-align: left;
	padding-left: 5px;
}
.twoColLiqLtHdr #container #mainContent #fekker {
	padding-left: 10px;
	width: 650px;
	margin-left: 10px;
	text-align: left;
}

#cursive_index {
	padding-left: 35px;
	padding-right: 25px;
}
#hotel_main ul li {
	list-style-type: disc;
}
#hotel_main a {
	font-size: 16px;
	font-weight: normal;
}
#hotel_main #karte {
	margin-left: 60px;
}
#terrasse_gallery {
	padding-left: 18px;
}
#terrasse_gallery img {
	padding: 7px;
	height: 100px;
	width: 150px;
}
#musik {
	padding-left: 0px;
}
#musik img {
	padding: 7px;
	height: 100px;
	width: 150px;
}
#musik2 {
}
#musik2 img {
	padding: 7px;
	height: 100px;
	width: 150px;
}
.hellblau_text .bold {
	font-size: 18px;
}
.left_align {
	padding-left: 10px;
	padding-right: 5px;
}
.text_unterstrichen {
	font-size: 18px;
	text-decoration: underline;
	font-weight: bold;
}
.text_rot  {
	font-size: 14px;
	font-weight: bold;
	color: #F00;
}
.text_klein {
	font-size: 12px;
}
#no_border td {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#no_border {
	margin-left: 49px;
	text-align: center;
	border: 2px solid #999;
}

