html, body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	overflow: hidden;
	scrollbar-3dlight-color: #666;
	scrollbar-arrow-color: #fff;
	scrollbar-base-color: #000;
	scrollbar-darkshadow-color: #666;
	scrollbar-face-color: #666;
	scrollbar-highlight-color: #fff;
	scrollbar-shadow-color: #fff;
}

* {font-family: 'Avant Garde', Verdana, Arial, Helvetica, sans-serif; font-size: 8pt;}
a {color: #000000; background-color: transparent; text-decoration: underline;}
a:hover {color: #000000; background-color: #999; text-decoration: none;}

/* Layout */
#main {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 747px;
	height: 470px;
	margin: 0px;
	margin-left: -375px;
	margin-top: -235px;
	padding: 0px;
	overflow: hidden;
	z-index: 1;
}

#menu1 {
	position: absolute;
	left: 0px;
	top: 50px;
	bottom: 20px;
	width: 200px;
	height: 299px;
	margin: 0px;
	padding: 0px;
	background-color: #f00;
	overflow: auto;
	z-index: 2;
}

#menu2 {
	position: absolute;
	left: 0px;
	top: 0px;
	/* width: 747px; */
	width: 747px;
	height: 40px;
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	/* overflow: auto; */
	overflow: hidden;
}

#menu2 table tr td {
	/* padding-right: 5px; */
	height: 20px;
	white-space: nowrap;
	overflow: visible;
}

#title {
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 546px;
	height: 30px;
	margin: 0px;
	padding: 0px;
	background-color: #ccc;
	line-height: 30px;
	overflow: hidden;
}

#info {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 200px;
	height: 120px;
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	text-align: center;
	overflow: hidden;
}

#content {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 603px;
	height: 391px;
	margin: 0px;
	margin-left: -184px;
	margin-top: -186px;
	padding: 0px;
	background-color: transparent;
	overflow: auto;
	z-index: 3;
}

#content_bg {
	position: absolute;
	right: 0px;
	top: 50px;
	width: 546px;
	height: 390px;
	margin: 0px;
	padding: 0px;
	background-color: #ccc;
	overflow: auto;
	z-index: 2;
}

#copy {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 20px;
	margin: 0px;
	padding: 0px;
	color: #fff;
	background-color: transparent;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
	overflow: hidden;
}

#welcome {
	position:	absolute;
	left:	50%;
	top:	50%;
	width:	661px;
	height:	540px;
	margin:	0px;
	margin-left:	-330px;
	margin-top:		-270px;
	border-collapse:	collapse;
	padding:	0px;
	background-color:	#fff;
}

#welcome tr td a, #welcome tr td a:hover {
	margin:	0px;
	padding:	0px;
	background-color:	#fff;
}

/* Menüs */

.menu1 {
	display: block;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-color: #000;
	border-bottom-style: solid;
	padding: 5px;
	color: #000;
	background-color: transparent;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	overflow: hidden;
}

.menu1:hover {
	display: block;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-color: #000;
	border-bottom-style: solid;
	padding: 5px;
	color: #fff;
	background-color: transparent;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	overflow: hidden;
}

.menu1_active, .menu1_active:hover {
	display: block;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-color: #000;
	border-bottom-style: solid;
	padding: 5px;
	color: #000;
	background-color: transparent;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	cursor: default;
}

.menu2 {
	display: block;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 20px;
	color: #fff;
	background-color: transparent;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
	overflow: hidden;
}

.menu2:hover {
	display: block;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 20px;
	color: #fff;
	background-color: transparent;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	text-decoration: underline;
	overflow: hidden;
}

.menu2_active, .menu2_active:hover {
	display: block;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 20px;
	color: #fff;
	background-color: transparent;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
	overflow: hidden;
}

.menu3 {
	display: block;
	float: left;
	margin: 10px;
	margin-right: 0px;
	padding: 0px;
	width: 11px;
	height: 11px;
	background-color: #000;
	overflow: hidden;
}

.menu3:hover {
	display: block;
	float: left;
	margin: 10px;
	margin-right: 0px;
	padding: 0px;
	width: 11px;
	height: 11px;
	background-color: #fff;
	overflow: hidden;
}

.menu3_active, .menu3_active:hover {
	display: block;
	float: left;
	margin: 10px;
	margin-right: 0px;
	padding: 0px;
	width: 11px;
	height: 11px;
	background-color: #666;
	overflow: hidden;
	cursor: default;
}

.txs {letter-spacing: 0px; text-decoration: none;}
.txss {font-weight: bold;}
.ATitel {font-size : 14px; color: #000;}
.Mtitel {
	float: right;
	width: 150px;
	height: 30px;
	margin: 0px;
	margin-right: 10px;
	border-top-width: 1px;
	border-top-color: #000;
	border-top-style: solid;
	padding: 0px;
	color: #000;
	font-size: 14px;
	line-height: 25px;
	text-align: right;
	overflow: visible;
}
.tx {letter-spacing: 0px; text-align: justify;}
.txb {font-weight : bold;}
.txsg {letter-spacing: 0px; text-decoration: none;}

.Button, .Button2 {width: 120px; font-style: normal;}
.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;}