html, body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #336;
	overflow: hidden;
}

* {color: #fff; font-family: Tahoma, Verdana, Helvetica, sans-serif; font-size: 15px;}
a {color: #fff; background-color: transparent; text-decoration: underline;}
a:hover {color: #fff; background-color: #336; text-decoration: none;}

/* Layout */

#head {
	position: absolute;
	left: 0px;
	top: 0px;
}

#main {
	position: relative;
	width: 950;
	height: 550px;
	margin: 0px;
	padding: 0px;
	background-image: url("../images/main_bg.jpg");
	background-position: left bottom;
	background-repeat: no-repeat;
	text-align: left;
	overflow: hidden;
}

#menu {
	position: absolute;
	left: 0px;
	bottom: 30px;
	width: 300px;
	height: 420px;
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	overflow: auto;
}

#sub_nav {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 30px;
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	line-height: 30px;
	text-align: center;
	overflow: hidden;
}

#content {
	position: absolute;
	right: 0px;
	bottom: 30px;
	width: 650px;
	height: 420px;
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	overflow: auto;
}

#copy, #copy:hover {
	display: block;
	margin: 0px;
	padding: 0px;
	color: #fff;
	background-color: transparent;
	font-size: 12px;
	line-height: 25px;
	text-align: center;
	text-decoration: none;
	clear: left;
}

/* Menüs */

.menu {
	display: block;
	margin: 0px;
	padding: 4px;
	color: #fff;
	background-color: transparent;
	font-size: 17px;
	text-decoration: none;
	clear: left;
}

.menu:hover {
	display: block;
	margin: 0px;
	padding: 4px;
	color: #fff;
	background-color: transparent;
	font-size: 17px;
	text-decoration: underline;
	clear: left;
}

.menu_active, .menu_active:hover {
	display: block;
	margin: 0px;
	padding: 4px;
	color: #fff;
	background-color: transparent;
	font-size: 17px;
	text-decoration: none;
	cursor: default;
	clear: left;
}

.menu img, .menu_active img {
	margin: 0px;
	margin-right: 4px;
}

.sub_menu {
	color: #fff;
	background-color: transparent;
	font-size: 18px;
	text-decoration: none;
}

.sub_menu:hover {
	color: #fff;
	background-color: transparent;
	font-size: 18px;
	text-decoration: none;
}

.sub_menu_active, .sub_menu_active:hover {
	color: #fff;
	background-color: transparent;
	font-size: 18px;
	text-decoration: none;
}

.tx {}
.txb {font-weight : bold;}
.txs {letter-spacing: 0px; text-decoration: none;}
.txss {font-weight: bold;}
.txsg {letter-spacing: 0px; text-decoration: none;}

.Mtitle {font-size: 20px; color: #000;}
.ATitel {font-size : 18px; color: #000;}

.Button {width: 140px; 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;}
