/* Standards für die komplette Seite (Hintergrund, Breite, Scrollbalken, Schriftarten und Links) */

html, body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #e9d6a2;
	text-align: center;
	overflow: hidden;

	scrollbar-base-color: #e9d6a2;
	scrollbar-face-color: #e9d6a2;
	scrollbar-arrow-color: #000;
	scrollbar-highlight-color: #000;
	scrollbar-shadow-color: #000;
	scrollbar-3dlight-color: #cfccb2;
	scrollbar-darkshadow-color: #cfccb2;
	scrollbar-track-color: #cfccb2;
}

* {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}

a {
	color: #000;
	background-color: transparent;
	text-decoration: underline;
}

a:hover {
	color: #000;
	background-color: #acaa98;
	text-decoration: none;
}

/* Grund-Layout */

#main {
	position: relative;
	width: 900px;
	height: 100%;
	margin: 0px auto;
	padding: 0px;
	background-color: #dad8c4;
	background-image: url("../images/main_bg.png");
	background-position: 0px 0px;
	background-repeat: repeat-y;
	text-align: left;
	overflow: hidden;
}

#head {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
}

#nav {
	position: absolute;
	left: 52px;
	top: 243px;
	bottom: 0px;
	width: 195px;
	height: expression(document.body.clientHeight - (243) + "px");
	margin: 0px;
	padding: 0px;
	padding-top: 18px;
	overflow: auto;
	z-index: 2;
}

#title {
	position: absolute;
	right: 21px;
	top: 211px;
	width: 610px;
	height: 30px;
	margin: 0px;
	padding: 0px;
	line-height: 30px;
	overflow: hidden;
	z-index: 2;
}

#content {
	position: absolute;
	right: 19px;
	top: 243px;
	bottom: 00px;
	width: 622px;
	height: expression(document.body.clientHeight - (243) + "px");
	margin: 0px;
	padding: 0px;
	overflow: auto;
	z-index: 2;
}

#copy, #copy:hover {
	display: block;
	width: 100%;
	margin: 0px;
	padding: 0px;
	color: #c18b55;
	background-color: transparent;
	font-size: 10px;
	text-decoration: none;
	text-align: center;
	overflow: hidden;
}

/* Menü-Steuerung */

.menu {
	display: block;
	margin: 0px;
	margin-right: 15px;
	margin-top: 2px;
	border: 2px #eabd86 solid;
	padding: 5px;
	padding-left: 10px;
	padding-right: 0px;
	color: #000;
	background-color: #ebd0aa;
	font-size: 16px;
	text-decoration: none;
	overflow: hidden;
}

.menu:hover {
	display: block;
	margin: 0px;
	margin-right: 15px;
	margin-top: 2px;
	border: 2px #eabd86 solid;
	padding: 5px;
	padding-left: 10px;
	padding-right: 0px;
	color: #000;
	background-color: #edd2ac;
	font-size: 16px;
	text-decoration: none;
	overflow: hidden;
}

.menu_active, .menu_active:hover {
	display: block;
	margin: 0px;
	margin-right: 15px;
	margin-top: 2px;
	border: 2px #eabd86 solid;
	padding: 5px;
	padding-left: 10px;
	padding-right: 0px;
	color: #000;
	background-color: #ebcca4;
	font-size: 16px;
	text-decoration: none;
	overflow: hidden;
	cursor: default;
}

.sub_menu {
	display: block;
	margin: 0px;
	margin-left: -10px;
	margin-right: 15px;
	margin-top: 2px;
	border: 2px #eabd86 solid;
	padding: 2px;
	padding-left: 10px;
	padding-right: 0px;
	color: #000;
	background-color: #ebd0aa;
	font-size: 14px;
	text-decoration: none;
	overflow: hidden;
}

.sub_menu:hover {
	display: block;
	margin: 0px;
	margin-left: -10px;
	margin-right: 15px;
	margin-top: 2px;
	border: 2px #eabd86 solid;
	padding: 2px;
	padding-left: 10px;
	padding-right: 0px;
	color: #000;
	background-color: #edd2ac;
	font-size: 14px;
	text-decoration: none;
	overflow: hidden;
}

.sub_menu_active, .sub_menu_active:hover {
	display: block;
	margin: 0px;
	margin-left: -10px;
	margin-right: 15px;
	margin-top: 2px;
	border: 2px #eabd86 solid;
	padding: 2px;
	padding-left: 10px;
	padding-right: 0px;
	color: #000;
	background-color: #ebcca4;
	font-size: 14px;
	text-decoration: none;
	overflow: hidden;
	cursor: default;
}

.menu_list {
	list-style-type: none;
	margin: 0px;
	margin-left: 10px;
	padding: 0px;
}

/* Text-Layout */

.MTitle {
	color: #000;
	font-size: 20px;
}

.ATitel {
	color: #000;
	font-size: 18px;
}

.tx {}
.txb {font-weight : bold;}
.txs {text-decoration: none;}
.txss, .txss:hover {color: #656C88; background-color: transparent; text-decoration: none;}
.txsg {text-decoration:none;}

.Button, .Button2 {color: #000; width:140px; font-style : normal;font-weight : bold;}
.boxm { width:140px;font-family : arial; font-style : normal;font-weight : normal;
	  border-left-width:1px;border-right-width:1px;border-bottom-width:1px;border-top-width:1px;
	  border-color:#000000;}
	  
.box { width:210px; font-style : normal;font-weight : normal;
	  border-left-width:1px; border-right-width:1px;border-bottom-width:1px;border-top-width:1px;
	  border-color:#000000;}
.boxtext { width:310px;height:100px; font-style : normal;font-weight : normal;
	  border-left-width:1px;border-right-width:1px;border-bottom-width:1px;border-top-width:1px;
	  border-color:#000000;}
	  
.guestebuch { width:450px;height:100px; font-style : normal;font-weight : normal;
	  border-left-width:1px;border-right-width:1px;border-bottom-width:1px;border-top-width:1px;
	  border-color:#000000;}
.txFoto {color: #000000; text-decoration:none;}
.SpezialT { font-family : verdana;font-size : 11px;font-weight : bold;color: #616161;}

.txs2 {letter-spacing: 0px;color: #000000;text-decoration:none;}
.txw {font-weight: bold; letter-spacing: 1px;color: #ffffff;text-decoration:none;}

.textKlein { width:250px;height:45px; font-style : normal;}
.textMittel { width:300px;height:90px; font-style : normal;}
.textGross { width:400px;height:135; font-style : normal;}
.zeileKlein { width:50px; font-style : normal;}
.zeileMittel { width:150px; font-style : normal;}
.zeileGross { width:250px; font-style : normal;}

/* Styles fürs Shopmodul */
.shop_button {font-family : verdana; font-size : 10px; font-style : normal; font-weight : bold; color: #000;}

.shop_boxs { width:20px; font-family : verdana; font-size : 11px; font-style : normal; font-weight : normal;
	  border-left-width:1px; border-right-width:1px; border-bottom-width:1px; border-top-width:1px;
	  border-color:#000000; background-color: #FFFFFF; color:#000000; text-align:right;}
.shop_boxplz { width:40px; font-family : verdana; font-size : 11px; font-style : normal; font-weight : normal;
	  border-left-width:1px; border-right-width:1px; border-bottom-width:1px; border-top-width:1px;
	  border-color:#000000; background-color: #FFFFFF; color:#000000;}
.shop_boxm { width:195px; font-family : verdana; font-size : 11px; font-style : normal; font-weight : normal;
	  border-left-width:1px; border-right-width:1px; border-bottom-width:1px; border-top-width:1px;
	  border-color:#000000; background-color: #FFFFFF; color:#000000;}
.shop_boxl { width:350px; font-family : verdana; font-size : 11px; font-style : normal; font-weight : normal;
	  border-left-width:1px; border-right-width:1px; border-bottom-width:1px; border-top-width:1px;
	  border-color:#000000; background-color: #FFFFFF; color:#000000;}
.shop_boxxl { width:400px; font-family : verdana; font-size : 11px; font-style : normal; font-weight : normal;
	  border-left-width:1px; border-right-width:1px; border-bottom-width:1px; border-top-width:1px;
	  border-color:#000000; background-color: #FFFFFF; color:#000000;}
/* ********************* */
