

body {
	padding: 0;
	margin: 0;
	text-align: left;
	background-color: #fffdee;   /* Hintergrund um Seite*/
	color: #935702;    	     /* Schriftfarbe */
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 12px;
}


div#Seite {
	text-align: left;    /* Seiteninhalt wieder links ausrichten */
	margin: 20px auto;  /* standardkonforme horizontale Zentrierung der Seite */
	padding: 0;
	width: 850px;
	border: 1px dotted #d7a700;      /* Linie */
	background-color: #ffffff;   /* Hintergrund um Seite*/
	font-size: 12px;
}




		/* Navigation */


#Navigation {
	float: left;
	width: 16em;
	padding: 0;
	margin: 1.2em 0em 0em 0.5em;
}




		        /* Inhalt */


#Inhalt {
	margin: 0.3em 0 0 17em;
	padding: 0.3em 150px 1em 0;
	border: 0;
}



		/* Überschrift Inhalt */


div#Inhalt h2 {
	font-size: 12px;
	font-weight: bold;
	margin: 1em 0;
}



		/* Fließtext Inhalt */


div#Inhalt p {
	font-size: 12px;
	margin: 1em 0;
}



		/* Link-Farben Inhalt */


#Inhalt a:link {
	color: #935702;
}


#Inhalt a:visited {
	color: #935702;
}


#Inhalt a:hover {
	color: #ffb400;
}


#Inhalt a:active {
	color: #ff9000;
}

#Inhalt a {
	color: #ffb400;
}




		/* Formular */

.form {
	padding: 0.9em;
	font-size: 1em;
}

.button {
	border: 1px dotted #935702;
	background-color: #f8f6ed;
	color: #6a3e01;
}

.form_rand {
	border: 1px dotted #935702;	

}



		/* Formatierung */

.fett {
	font-weight: bold;
}

.klein {
	font-size: 10px;
}



		 /* Rollover-Buttons */

		   /* Willkommen */
a.willkommen {
	background:url(../images/b_willkommen.jpg) repeat 0px 0px; 
	width: 180px; 
	height: 25px; 
	display: block;
}

a.willkommen span { 
	display: none; 
}

a.willkommen:hover { 
	background: url(../images/b_willkommen.jpg) repeat 0px -26px;
}



		   /* Gästestimmen */
a.gaeste {
	background:url(../images/b_gaeste.jpg) repeat 0px 0px; 
	width: 180px; 
	height: 25px; 
	display: block;
}

a.gaeste span { 
	display: none; 
}

a.gaeste:hover { 
	background: url(../images/b_gaeste.jpg) repeat 0px -0px;
}



                     /* Wohnzimmer */
a.wohnzimmer {
	background:url(../images/b_wohnzimmer.jpg) repeat 0px 0px; 
	width: 180px; 
	height: 25px; 
	display: block;
}

a.wohnzimmer span { 
	display: none; 
}

a.wohnzimmer:hover { 
	background: url(../images/b_wohnzimmer.jpg) repeat 0px -26px;
}



                     /* Kueche */
a.kueche {
	background:url(../images/b_kueche.jpg) repeat 0px 0px; 
	width: 180px; 
	height: 25px; 
	display: block;
}

a.kueche span { 
	display: none; 
}

a.kueche:hover { 
	background: url(../images/b_kueche.jpg) repeat 0px -26px;
}



                     /* Schlafzimmer 1 */
a.schlaf1 {
	background:url(../images/b_schlaf1.jpg) repeat 0px 0px; 
	width: 180px; 
	height: 25px; 
	display: block;
}

a.schlaf1 span { 
	display: none; 
}

a.schlaf1:hover { 
	background: url(../images/b_schlaf1.jpg) repeat 0px -26px;
}



                     /* Schlafzimmer 2  */
a.schlaf2 {
	background:url(../images/b_schlaf2.jpg) repeat 0px 0px; 
	width: 180px; 
	height: 25px; 
	display: block;
}

a.schlaf2 span { 
	display: none; 
}

a.schlaf2:hover { 
	background: url(../images/b_schlaf2.jpg) repeat 0px -26px;
}



                       /* Lage  */
a.lage {
	background:url(../images/b_lage.jpg) repeat 0px 0px; 
	width: 180px; 
	height: 25px; 
	display: block;
}

a.lage span { 
	display: none; 
}

a.lage:hover { 
	background: url(../images/b_lage.jpg) repeat 0px -26px;
}



		     /* Belegung */
a.belegung {
	background:url(../images/b_belegung.jpg) repeat 0px 0px; 
	width: 180px; 
	height: 25px; 
	display: block;
}

a.belegung span { 
	display: none; 
}

a.belegung:hover { 
	background: url(../images/b_belegung.jpg) repeat 0px -26px;
}



		     /* Kosten */
a.kosten {
	background:url(../images/b_kosten.jpg) repeat 0px 0px; 
	width: 180px; 
	height: 25px; 
	display: block;
}

a.kosten span { 
	display: none; 
}

a.kosten:hover { 
	background: url(../images/b_kosten.jpg) repeat 0px -26px;
}



		     /* Kontakt */
a.kontakt {
	background:url(../images/b_kontakt.jpg) repeat 0px 0px; 
	width: 180px; 
	height: 26px; 
	display: block;
}

a.kontakt span { 
	display: none; 
}

a.kontakt:hover { 
	background: url(../images/b_kontakt.jpg) repeat 0px -26px;
}






