html, body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	overflow: hidden;
}

* {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px;}
a {color: #000; background-color: transparent; text-decoration: underline;}
a:hover {color: #000; background-color: #6b716b; text-decoration: none;}

#intro {
	text-align: center;
	overflow: auto;
}

#intro a, #intro a:hover {background-color: transparent; text-decoration: none;}

/* Layout */

#head {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 201px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/head_bg.png);
	background-position: 0px 0px;
	background-repeat: repeat-x;
	text-align: center;
	overflow: hidden;
	z-index: 1;
}

#logo {
	position: absolute;
	left: 0px;
	top: 0px;
}

#title_bar {
	position:absolute;
	left: 263px;
	right: 0px;
	width: expression(document.body.clientWidth - (263) + "px");
	top: 177px;
	height: 24px;
	padding-left: 10px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	overflow: hidden;
	z-index: 2;
}

#nav_bg {
	position: absolute;
	left: 0px;
	top: 137px;
	bottom: 53px;
	width: 263px;
	height: expression(document.body.clientHeight - (191) + "px");
	margin: 0px;
	background-image: url(../images/nav_bg.png);
	background-position: left top;
	background-repeat: repeat-y;
	padding: 0px;
	overflow: hidden;
	z-index: 2;
}

#nav_bg img.top {
	position: absolute;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	z-index: 3;
}

#nav_bg img.bottom {
	position: absolute;
	left: 0px;
	bottom: 0px;
	margin: 0px;
	padding: 0px;
	z-index: 3;
}

#nav {
	position: absolute;
	left: 0px;
	top: 150px;
	bottom: 73px;
	width: 249px;
	height: expression(document.body.clientHeight - (223) + "px");
	margin: 0px;
	padding: 0px;
	padding-top: 20px;
	background-color: transparent;
	overflow: auto;
	z-index: 4;
}

#content {
	position: absolute;
	left: 263px;
	right: 0px;
	top: 202px;
	bottom: 24px;
	width: expression(document.body.clientWidth - (263) + "px");
	height: expression(document.body.clientHeight - (227) + "px");
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	overflow: auto;
}

#copy, #copy:hover {
	display: block;
	position:absolute;
	left: 0px;
	bottom: 40px;
	width: 263px;
	height: 20px;
	margin: 0px;
	padding: 0px;
	color: #f00;
	background-color: transparent;
	font-size: 14px;
	font-weight: none;
	line-height: 25px;
	text-align: center;
	text-decoration: none;
	z-index: 4;
	overflow: hidden;
}

#bottom_bar {
	position:absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	width: 100%;
	height: 24px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bar_bg.gif);
	background-position: 0px 0px;
	background-repeat: repeat-x;
	z-index: 4;
	overflow: hidden;
}

/* Menüs */

.menu {
	display: block;
	margin: 10px 20px;
	margin-bottom: 0px;
	border: 1px #007d00 solid;
	border-bottom: none;
	padding: 5px;
	color: #000;
	background-color: transparent;
	background-image: url(../images/menu_bg.png);
	background-position: 0px 0px;
	background-repeat: repeat-x;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	overflow: hidden;
}

.menu:hover {
	display: block;
	margin: 10px 20px;
	margin-bottom: 0px;
	border: 1px #007d00 solid;
	border-bottom: none;
	padding: 5px;
	color: #000;
	background-color: transparent;
	background-image: url(../images/menu_bg.png);
	background-position: 0px 0px;
	background-repeat: repeat-x;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
	overflow: hidden;
}

.menu_active, .menu_active:hover {
	display: block;
	margin: 10px 20px;
	margin-bottom: 0px;
	border: 1px #007d00 solid;
	border-bottom: none;
	padding: 5px;
	color: #fff;
	background-color: #007d00;
	background-image: url(../images/menu_active_bg.png);
	background-position: left bottom;
	background-repeat: repeat-x;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	overflow: hidden;
}

.sub_menu {
	display: block;
	margin: 10px 20px;
	margin-bottom: 0px;
	border: 1px #007d00 solid;
	border-bottom: none;
	padding: 5px;
	color: #000;
	background-color: transparent;
	background-image: url(../images/menu_bg.png);
	background-position: 0px 0px;
	background-repeat: repeat-x;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	overflow: hidden;
}

.sub_menu:hover {
	display: block;
	margin: 10px 20px;
	margin-bottom: 0px;
	border: 1px #007d00 solid;
	border-bottom: none;
	padding: 5px;
	color: #000;
	background-color: transparent;
	background-image: url(../images/menu_bg.png);
	background-position: 0px 0px;
	background-repeat: repeat-x;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
	overflow: hidden;
}

.sub_menu_active, .sub_menu_active:hover {
	display: block;
	margin: 10px 20px;
	margin-bottom: 0px;
	border: 1px #007d00 solid;
	border-bottom: none;
	padding: 5px;
	color: #fff;
	background-color: transparent;
	background-image: url(../images/menu_active_bg.png);
	background-position: 0px 0px;
	background-repeat: repeat-x;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	overflow: hidden;
}

.menu_list {
	list-style-type: none;
	margin: 0px;
	margin-left: 10px;
	padding: 0px;
}

.txs {letter-spacing: 0px; text-decoration: none;}
.txss {font-weight: bold;}
.ATitel {font-size : 16px; font-weight: bold; color: #0c0; text-align: center;}
.tx {}
.txb {font-weight : bold;}
.txsg {letter-spacing: 0px; text-decoration: none;}

.Button {width: 120px; font-style: normal; color: #000000;}
.boxm {width: 140px; 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; 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; 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; 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; color: #000000;}
.txFoto {text-decoration:none}
.SpezialT {font-weight : bold;}


.txs2 {letter-spacing: 0px; text-decoration:none}
.txw {font-weight: bold;letter-spacing: 1px;text-decoration:none}

.textKlein { width:250px;height:45px; font-style : normal; color: #000000;}
.textMittel { width:300px;height:90px; font-style : normal; color: #000000;}
.textGross { width:400px;height:135px; font-style : normal; color: #000000;}
.zeileKlein { width:50px; font-style : normal; color: #000000;}
.zeileMittel { width:150px; font-style : normal; color: #000000;}
.zeileGross { width:250px; font-style : normal; color: #000000;}

/* Styles fürs Shopmodul */
.shop_button {font-weight : bold;}

.shop_boxs { width:20px;
	  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;
	  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;
	  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;
	  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;
	  border-left-width:1px; border-right-width:1px; border-bottom-width:1px; border-top-width:1px;
	  border-color:#000000; background-color: #FFFFFF; color:#000000;}
/* ********************* */
