html, body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	text-align: center;
	overflow: auto;
}
* {color: #000; font-family: Verdana, Helvetica, sans-serif; font-size: 14px; text-align: justify;}
a {color: #000; background-color: transparent; text-decoration: underline;}
a:hover {color: #fff; background-color: #1f55d4; text-decoration: none;}

/* Layout */

#main {
	position: absolute;
	left: 50%;
	width: 800px;
	margin-left: -400px;

	top: 50%;
	height: 650px;
	margin-top: -325px;
	
	background-color: transparent;
}

#logo {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 4;
}

#menu {
	position: absolute;
	left: 0px;
	
	width: 165px;
	
	top: 199px;
	bottom: 100px;
	height: 411px;
	
	margin: 0px;
	padding: 0px;
	
	line-height: 20px;
	text-align: left;
	font-weight: bold;
	overflow: auto;
	z-index: 2;
}

#undermenu {
	position: absolute;
	left: 150px;
	right: 0px;
	width: 650px; 

	bottom: 0px;
	height: 20px;

	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #fe3;
	color: #013251;
	overflow: auto;
	z-index: 2;
}

#content {
	position: absolute;
	left: 165px;
	top: 0px;
	bottom: 20px;
	width: 650px;
	height: 630px;
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	overflow: auto;
	z-index: 1;
}

#counter {
	position: absolute;
	bottom: 20px;
	height: 80px;
	
	left: 0px;
	width: 150px;
	
	color: #000;
	background-color: transparent;
	text-align: center;
	
	overflow: hidden;
	z-index: 5;
}

#copy, #copy:hover {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 150px;
	height: 20px;
	margin: 0px;
	padding: 0px;
	color: #222;
	background-color: transparent;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
	overflow: hidden;
	z-index: 2;
}

#intro_main {
	position: relative;
	width: 711px;
	height: 425px;
	margin: 0px auto;
	padding: 0px;
	background-color: transparent;
	overflow: hidden;
}

#intro_main a, #intro_main a:hover {
	position: absolute;
	left: 305px;
	width: 100px;
	bottom: 50px;
	color: #000;
	background-color: transparent;
	font-size: 16px;
	font-weight: bold;
	
	text-align: center;
	
	z-index: 5;
}

/* Menüs */

.menu {
	display: block;
	width: 139px;
	height: 30px;
	
	margin: 0px;
	padding: 0px;

	background-image: url(../images/but.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;

	color: #000;
	font-size: 14px;
	text-decoration: none;
	margin: 0px;
	text-align: center;
}

.menu:hover {
	display: block;
	width: 139px;
	height: 30px;
	
	margin: 0px;
	padding: 0px;

	background-image: url(../images/but.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;

	color: #000;
	font-size: 14px;
	text-decoration: none;
	margin: 0px;
	text-align: center;
}

.menu_active, .menu_active:hover {
	display: block;
	width: 139px;
	height: 30px;
	
	margin: 0px;
	padding: 0px;

	background-image: url(../images/but.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;

	color: #000;
	font-size: 14px;
	text-decoration: none;
	margin: 0px;
	text-align: center;
}

.undermenu {
	color: #000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.undermenu:hover {
	color: #000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.undermenu_active, .undermenu_active:hover {
	color: #000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.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 : 20px; font-weight: bold; color: #000;}
.Mtitel {font-size: 26px; font-weight: bold; color: #8080ff;}
.tx {letter-spacing: 0px; text-align: justify;}
.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-family : verdana; font-size : 10px; font-style : normal; font-weight : bold;}

.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;}
/* ********************* */