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

/* Layout */
#head {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 29px;
	width: expression(document.body.clientWidth + "px");
	height: 140px;
	margin: 0px;
	border-width: 2px;
	border-style: solid;
	border-color: #f00;
	padding: 0px;
	background-color: transparent;
	overflow: hidden;
	z-index: 1;
}

#menu {
	position: absolute;
	left: 0px;
	top: 180px;
	bottom: 29px;
	width: 190px;
	height: expression(document.body.clientHeight - (210) + "px");
	margin: 0px;
	border-width: 2px;
	border-right-width: 0px;
	border-style: solid;
	border-color: #f00;
	padding: 0px;
	overflow: auto;
	z-index: 1;
}

#content {
	position: absolute;
	left: 190px;
	right: 0px;
	top: 180px;
	bottom: 29px;
	width: expression(document.body.clientWidth - (190) + "px");
	height: expression(document.body.clientHeight - (210) + "px");
	margin: 0px;
	border-width: 2px;
	border-style: solid;
	border-color: #f00;
	padding: 0px;
	overflow: auto;
	z-index: 1;
}

#info {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	width: 100%;
	height: 29px;
	margin: 0px;
	padding: 0px;
	background-color: #f00;
	text-align: center;
	overflow: hidden;
}

#copy {
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	width: 100%;
	height: 29px;
	margin: 0px;
	padding: 0px;
	color: #fff;
	background-color: #f00;
	font-size: 12px;
	font-weight: bold;
	line-height: 29px;
	text-align: center;
	text-decoration: none;
	overflow: hidden;
}

#corner1, #corner2, #corner3, #corner4 {
	position: absolute;
	z-index: 2;
}

#corner1, #corner3 {
	left: 0px;
}

#corner2, #corner4 {
	right: 0px;
}

#corner1, #corner2 {
	top: 29px;
}

#corner3, #corner4 {
	bottom: 29px;
}

/* Menüs */

.menu {
	display: block;
	margin: 0px;
	padding: 2px;
	padding-left: 20px;
	color: #000;
	background-color: transparent;
	background-image: url(../images/menu_bg.gif);
	background-position: 10px 9px;
	background-repeat: no-repeat;
	font-size: 14px;
	text-decoration: none;
	overflow: hidden;
}

.menu:hover {
	display: block;
	margin: 0px;
	padding: 2px;
	padding-left: 20px;
	color: #000;
	background-color: transparent;
	background-image: url(../images/menu_bg_active.gif);
	background-position: 10px 9px;
	background-repeat: no-repeat;
	font-size: 14px;
	text-decoration: none;
	overflow: hidden;
}

.menu_active, .menu_active:hover {
	display: block;
	margin: 0px;
	padding: 2px;
	padding-left: 20px;
	color: #f00;
	background-color: transparent;
	background-image: url(../images/menu_bg.gif);
	background-position: 10px 9px;
	background-repeat: no-repeat;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	overflow: hidden;
}

.sub_menu {
	display: block;
	margin: 0px;
	padding: 2px;
	padding-left: 20px;
	color: #000;
	background-color: transparent;
	font-size: 13px;
	text-decoration: none;
	overflow: hidden;
}

.sub_menu:hover {
	margin: 0px;
	padding: 2px;
	padding-left: 20px;
	color: #000;
	background-color: transparent;
	font-size: 13px;
	text-decoration: underline;
	overflow: hidden;
}

.sub_menu_active, .sub_menu_active:hover {
	margin: 0px;
	padding: 2px;
	padding-left: 20px;
	color: #f00;
	background-color: transparent;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	overflow: hidden;
}

.menu_list {
	list-style-type: none;
	margin: 0px;
	margin-left: 10px;
	padding: 0px;
	background-color: #ffffff;
}

.menu_list li {
	margin: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	padding-left: 20px;
	background-color: #007598;
}

.txs {letter-spacing: 0px; text-decoration: none;}
.txss {font-weight: bold;}
.Mtitel, .Mtitle {font-size: 15px; font-weight: bold; color: #f00;}
.ATitel, .ATitle {font-size : 14px; font-weight: bold; color: #f00;}
.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;}
