html, body {
 	height: 100%;
 	width: 100%;
 	margin: 0px;
 	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 140%;
	color: #2d281f;
	background-color: #6F5F45; 
/*	background-color: #c8b093; */
/*	background-color: #413523;*/
}

#aussen {
	width: 920px;
	height: 100%;
	background-color: #D8C1A1;
	margin: 0px auto;
	text-align: left;
}

#gesamtseite {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	height: 550px;
}

table {
	border-collapse:collapse;
}

a {
	color: #6e5e45;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

a.textlink {
	font-weight: normal;
}

h1 { 
	font-size: 14px;
}

h2 { 
	font-size: 12px;
}

hr {
	border: 1px solid #6e5e45;
	background-color: 6e5e45;
}



/* -------------------- Navigation ---------------------- */

.navibox {
	float:left;
	width: 187px;
	background-image: url(images/schatten_links.jpg);
	background-repeat: repeat-y;
	margin-top: 20px;
	font-size: 13px;
}

.navitrenner {
	background-image: url(images/gestrichelt.jpg);
	background-repeat: repeat-x;
}

a.td_link {
	text-decoration: none;
	font-weight: bold;
	padding-left: 30px;
	display: block;
	line-height: 30px;
}

a.td_link:hover {
	background-color: #6e5e45;
	color: #FFFFFF;
	text-decoration: none;
}

.activezelle {
	background-color: #6e5e45;
}

.activezelle a {
	color: #FFFFFF;
}


/* ------------------------ Startseite ------------------------ */

.fotostart {
	float: right;
	margin: 0px 45px;
	padding: 7px;
	background-color: #d8c1a1;
/*	border: 1px solid #6e5e45; */
}

.fotostartsize {
	height: 240px;
}


/* -------------------- Kontakt ---------------------------- */

.formular {
	width: 50%;
	float: left;
	padding-right: 50px;
}

.impressum {
	float: left;
	padding-left: 50px;
	border-left: 1px solid #2d281f;
}

.ausgabetext {
	color: #990000;
	display: block;
	margin-top: 5px;
}

.kleinschrift {
	font-size: 9px;
}

.input {
	border: 1px solid #AAAAAA;
	width: 312px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 1px;
}

.input_kl {
	border: 1px solid #AAAAAA;
	width: 153px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 1px;
}

.pflichtfeld {
	text-align: right;
	font-size:9px;
}

#admin {
	line-height: 12px;
}

#admin img {
	border: none;
}

#admin .link {
	float: left;
	padding: 3px 0 0 3px;
	width: 105px;
	font-size: 9px;
}




/* -------------------- Preise ---------------------------- */

.preistabelle td {
	border: 1px solid #AAAAAA;
	text-align: right;
	padding: 3px;
}

.preistabelle th {
	font-size: 11px;
	border: 1px solid #AAAAAA;
	text-align: right;
	vertical-align: top;
	padding: 3px;
}

.preistabelle td.first,
.preistabelle th.first {
	text-align: left;
}

.preistabelle caption {
	padding-bottom: 3px;
	text-align: left;
}

table.preistabelle {
	margin-bottom: 10px;
}

table.preistabelle .infozelle {
	text-align: left; 
	font-style: italic;
}

li {
	padding-bottom: 5px;
	margin-left: -15px;
}

ul {
	padding-top: 0px;
}

    /* innere verschachtelte Aufzählung bei Reiserücktritt */
li.inner {
	padding-bottom: 1px;
	margin-left: -5px;
}

ul.inner  {
	padding-top: 5px;
	padding-bottom: 5px;
}

/* -------------------- Ausstattung ---------------------------- */

.ausstattung_rechts {
	float: right;
	margin: 5px 20px 5px 20px;
	padding: 7px;
	background-color: #d8c1a1;
/*	border: 1px solid #6e5e45; */
}

.ausstattung_links {
	float: left;
	margin: 5px 20px 5px 0px;
	padding: 7px;
	background-color: #d8c1a1;
/*	border: 1px solid #6e5e45; */
}

img.ausstattung_size {
	height: 100px;
}

.grundriss {
	float: right;
	padding: 7px;
	background-color: #d8c1a1;
	margin: 5px 20px 5px 20px;
	padding: 7px;
}

.grundriss img {
	width: 200px;
}

img.ausstattung_big {
	height: 200px;
}


/* -------------------- Fotogalerie ---------------------------- */

.thumbnails {
	margin: 0px 10px 10px 0px;
	padding: 7px;
	height: 100px; 
	background-color: #d8c1a1;
	border: 1px solid #6e5e45; 

}
	
	
	

/* -------------------- Footer-Bereich ---------------------------- */

.footer {
	clear:left;
	margin-left: 0px;
	margin-top: 0px;
	width: 920px;
	height: 65px;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
}

/* -------------------- Kalender iFrame ---------------------------- */

.kalender_mittig {
	margin: 0px auto;
	background-color: #FFFFFF;
	height: 1500px; 
	width: 850px;
}

iframe.kalender {
	height: 100%; 
	width: 100%;
	border: none; 
	overflow-x:hidden; 
}


