html, body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	overflow: hidden;
}
* {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12pt; color: #000066;}
a {color: #000000; background-color: transparent; text-decoration: underline;}
a:hover {color: #000000; background-color: #97affc; text-decoration: none;}

/* Layout */
#main {
	position: absolute;
	left: 50%;
	top: 5px;
	bottom: 5px;
	width: 950px;
	height: expression(document.body.clientHeight - (10) + "px");
	margin: 0px;
	margin-left: -475px;
	padding: 0px;
	background-color: #e3f0f9;
	background-image: url(../images/main_bg.png);
	background-position: 0px 0px;
	background-repeat: repeat-x;
	overflow: hidden;
}

#menu {
	position: absolute;
	left: 0px;
	top: 186px;
	bottom: 20px;
    width: 200px;
    height: expression(document.body.clientHeight - (206) + "px");
	margin: 0px;
	padding: 0px;
	overflow: auto;
}

#topmenu {
	position: absolute;
	left: 200px;
	right: 0px;
	top: 148px;
    width: 750px;
    height: 30px;
	margin: 0px;
	padding: 0px;
	background-color: #ffff93;
	line-height: 30px;
	text-align: center;
	overflow: hidden;
}

#title {
	position: absolute;
	left: 200px;
	right: 0px;
	top: 188px;
    width: 750px;
    height: 30px;
	margin: 0px;
	padding: 0px;
	background-color: #97affc;
	line-height: 30px;
	text-align: center;
	overflow: hidden;
}

#info {
	position: absolute;
	left: 200px;
	right: 0px;
	bottom: 0px;
    width: 750px;
    height: 30px;
	margin: 0px;
	padding: 0px;
	color: #000066;
	background-color: #97affc;
	font-size: 12px;
	line-height: 30px;
	text-align: center;
	overflow: hidden;
}

#content {
	position: absolute;
	left: 200px;
	right: 0px;
	top: 218px;
	bottom: 30px;
    width: 750px;
    height: expression(document.body.clientHeight - (259) + "px");
	margin: 0px;
	padding: 0px;
	background-color: #F2F9FD;
	background-image: url(../images/content_bg.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	background-attachment: fixed;
	overflow: auto;
}

#copy {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 200px;
	height: 20px;
	margin: 0px;
	padding: 0px;
	color: #28a131;
	background-color: transparent;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
	overflow: hidden;
}

/* Menüs */

.menu {
	margin: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 7px;
	color: #000000;
	background-color: #ffff93;
	font-size: 14px;
	text-decoration: none;
	overflow: hidden;
}

.menu:hover {
	margin: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #ffd18c;
	padding: 7px;
	padding-bottom: 0px;
	color: #000000;
	background-color: #ffff93;
	font-size: 14px;
	text-decoration: none;
	overflow: hidden;
}

.menu_active, .menu_active:hover {
	margin: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 7px;
	color: #000000;
	background-color: #ffd18c;
	font-size: 14px;
	text-decoration: none;
	overflow: hidden;
}

.submenu {
	display: block;
	margin-top: 3px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 10px;
	padding: 5px;
	color: #000000;
	background-color: #ffff93;
	font-size: 12px;
	text-decoration: none;
	overflow: hidden;
}

.submenu:hover {
	display: block;
	margin-top: 3px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 10px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #ffd18c;
	padding: 5px;
	padding-bottom: 0px;
	color: #000000;
	background-color: #ffff93;
	font-size: 12px;
	text-decoration: none;
	overflow: hidden;
}

.submenu_active, .submenu_active:hover {
	display: block;
	margin-top: 3px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 10px;
	padding: 5px;
	color: #000000;
	background-color: #ffd18c;
	font-size: 12px;
	text-decoration: none;
	overflow: hidden;
}

.undermenu {
	display: block;
	margin-top: 3px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 10px;
	padding: 5px;
	color: #000000;
	background-color: #ffffbb;
	font-size: 12px;
	text-decoration: none;
	overflow: hidden;
}

.undermenu:hover {
	display: block;
	margin-top: 3px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 10px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #ffd18c;
	padding: 5px;
	padding-bottom: 0px;
	color: #000000;
	background-color: #ffffbb;
	font-size: 12px;
	text-decoration: none;
	overflow: hidden;
}

.undermenu_active, .undermenu_active:hover {
	display: block;
	margin-top: 3px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 10px;
	padding: 5px;
	color: #000000;
	background-color: #ffd18c;
	font-size: 12px;
	text-decoration: none;
	overflow: hidden;
}

.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, .ATitle {font-size : 13pt; font-weight: bold; color: #000066;}
.Mtitel {font-size: 14pt; color: #000066;}
.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;}

