html, body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	background-image: url(../images/body_bg.png);
	background-position: left top;
	background-repeat: repeat;
	text-align: center;
	overflow: hidden;

	scrollbar-3dlight-color: #999;
	scrollbar-arrow-color: #fff;
	scrollbar-base-color: #999;
	scrollbar-darkshadow-color: #999;
	scrollbar-face-color: #999;
	scrollbar-highlight-color: #fff;
	scrollbar-shadow-color: #fff;
}

* {font-family: "Times New Roman", Times, serif; font-size: 12px; color: #000;}
a {color: #000; background-color: transparent; text-decoration: underline;}
a:hover {color: #000; background-color: #999; text-decoration: none;}

/* Layout */
#main {
	position: relative;
	margin: 75px auto;
	padding: 0px;
	width: 850px;
	height: 450px;
	text-align: left;
	overflow: hidden;
}

#menu1 {
	position: absolute;
	left: 120px;
	right: 120px;
	bottom: 40px;
	width: 610px;
	height: 20px;
	margin: 0px;
	padding: 0px;
	color: #4d4d4d;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	overflow: hidden;
}

#title {
	position: absolute;
	left: 120px;
	right: 120px;
	top: 96px;
	width: 610px;
	height: 30px;
	margin: 0px;
	padding: 0px;
	color: #4d4d4d;
	font-size: 26px;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
	overflow: hidden;
}

#content {
	position: absolute;
	left: 110px;
	right: 122px;
	top: 126px;
	bottom: 50px;
	width: 618px;
	height: 264px;
	margin: 0px;
	padding: 0px;
	overflow: auto;
}

#copy, #copy:hover {
	color: #666;
	background-color: transparent;
	font-size: 10px;
	text-decoration: none;
}

/* Menüs */

.menu1 {
	color: #4d4d4d;
	background-color: transparent;
	font-size: 16px;
	line-height: 20px;
	text-decoration: none;
	overflow: visible;
}

.menu1:hover {
	color: #4d4d4d;
	background-color: transparent;
	font-size: 16px;
	line-height: 20px;
	text-decoration: underline;
	overflow: visible;
}

.menu1_active, .menu1_active:hover {
	color: #4d4d4d;
	background-color: transparent;
	font-size: 16px;
	line-height: 20px;
	text-decoration: none;
	overflow: visible;
	cursor: default;
}

.txs {letter-spacing: 0px; text-decoration: none;}
.txss {font-weight: bold;}
.ATitel {font-size : 14px; font-weight: bold; color: #4d4d4d;}
.Mtitel {
	color: #4d4d4d;
	font-size: 26px;
	font-weight: bold;
}
.tx {}
.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;}