html, body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	background-image: url(../images/body_bg.gif);
	background-attachment: fixed;
	background-position: right bottom;
	background-repeat: no-repeat;
	overflow: hidden;
}

* {font-family: Verdana, Helvetica, sans-serif; font-size: 12px; color: #666666;}
a {background-color: transparent; text-decoration: underline;}
a:hover {color: #FFFFFF; background-color: #666666; text-decoration: none;}

/* Layout */

#head {
	position: absolute;
	left: 0px;
	right: 160px;
	top: 0px;
    width: expression(document.body.clientWidth - (160) + "px");
    height: 175px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/head_bg.gif);
	background-position: 0px 0px;
	background-repeat: repeat-x;
	overflow: hidden;
	z-index: 2;
}

#menu {
	position: absolute;
	left: 0px;
	top: 175px;
	bottom: 0px;
    width: 130px;
    height: expression(document.body.clientHeight - (175) + "px");
	margin: 0px;
	border-right-width: 3px;
	border-right-color: #FFD50A;
	border-right-style: solid;
	padding: 0px;
	background-color: #819bc6;
	background-image: url(../images/menu_bg.gif);
	background-position: 0px 0px;
	background-repeat: repeat-y;
	overflow: hidden;
	z-index: 3;
}

#main {
	position: absolute;
	left: 130px;
	right: 160px;
	top: 175px;
	bottom: 0px;
    width: expression(document.body.clientWidth - (290) + "px");
    height: expression(document.body.clientHeight - (175) + "px");
	margin: 0px;
	padding: 0px;
	overflow: auto;
	z-index: 1;
}

#title {
	position: absolute;
	left: 135px;
	top: 140px;
	width: 150px;
	height: 30px;
	margin: 0px;
	padding: 0px;
	color: #3360a9;
	font-size: 17px;
	font-weight: bold;
	line-height: 30px;
	text-align: right;
	overflow: hidden;
	z-index: 3;
}

#info {
	display: block;
    width: 127px;
    height: 250px;
	margin: 0px;
	margin-top: 10px;
	padding: 0px;
	background-color: #819bc6;
	background-image: url(../images/menu_bg.gif);
	background-position: 0px 0px;
	background-repeat: repeat-y;
	overflow: hidden;
	z-index: 2;
}

#side {
	position: absolute;
	right: 0px;
	top: 0px;
    width: 160px;
	margin: 0px;
	padding-left: 10px;
	padding-right: 35px;
	padding-top: 0px;
	padding-bottom: 3px;
	background-color: #819bc6;
	background-image: url(../images/side_bg.gif);
	background-position: 0px 0px;
	background-repeat: repeat-y;
	overflow: hidden;
	z-index: 4;
}

#side a, #side a:hover {
	background-color: transparent;
	margin-left: -10px;
	margin-right: -35px;
	margin-top: 0px;
}

#copy, #copy:hover {
	display: block;
	position: absolute;
	right: 0px;
	bottom: 0px;
	margin: 0px;
	padding: 0px;
	color: #666666;
	background-color: transparent;
	font-size: 10px;
	text-decoration: none;
	overflow: hidden;
	z-index: 2;
}

/* Menüs */

.menu {
	display: block;
	margin: 0px;
	border-bottom-color: #ffffff;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-left: 40px;
	padding-right: 5px;
	padding-top: 10px;
	padding-bottom: 0px;
	color: #ffffff;
	background-color: transparent;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	overflow: hidden;
}

.menu:hover {
	display: block;
	margin: 0px;
	border-bottom-color: #ffffff;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-left: 40px;
	padding-right: 5px;
	padding-top: 10px;
	padding-bottom: 0px;
	color: #000000;
	background-color: transparent;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	overflow: hidden;
}

.menu_active, .menu_active:hover {
	display: block;
	margin: 0px;
	border-bottom-color: #ffffff;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-left: 40px;
	padding-right: 5px;
	padding-top: 10px;
	padding-bottom: 0px;
	color: #000000;
	background-color: transparent;
	background-image: url(../images/menu_active.gif);
	background-position: 8px 12px;
	background-repeat: no-repeat;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	overflow: hidden;
}

.undermenu {
	display: block;
	margin: 0px;
	border-bottom-color: #ffffff;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-left: 25px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 0px;
	color: #ffffff;
	background-color: transparent;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	overflow: hidden;
}

.undermenu:hover {
	margin: 0px;
	border-bottom-color: #ffffff;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-left: 25px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 0px;
	color: #000000;
	background-color: transparent;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	overflow: hidden;
}

.menu_list {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	padding-left: 15px;
}

.txs {letter-spacing: 0px; text-decoration: none;}
.txss {font-weight: bold;}
#side div span.title {color: #FFFFFF; font-size : 14px; font-weight: bold; line-height: 30px;}
.ATitel {font-size : 14px; font-weight: bold;}
.MTitel {font-size : 20px;}
.tx {letter-spacing: 0px; text-align: justify;}
.txb {font-weight : bold;}
.txsg {letter-spacing: 0px; text-decoration: none;}

.Button {width: 120px; 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;}

@media print {
	html, body {
		width: auto;
		height: auto;
		margin: 0px;
		padding: 0px;
		background-color: transparent;
		background-image: none;
		overflow: visible;
	}

	* {font-family: Verdana, Helvetica, sans-serif; font-size: 14px; color: #000000; text-align: justify;}
	a, a:hover {background-color: transparent; text-decoration: none;}

	#head {
		display: none;
	}

	#menu {
		display: none;
	}

	#main {
		position: static;
	    width: 100%;
	    height: auto;
		margin: 0px;
		padding: 0px;
		overflow: visible;
		z-index: auto;
	}

	#info {
		display: none;
	}

	#side {
		display: none;
	}

	#side a, #side a:hover {
		display: none;
	}

	#copy, #copy:hover {
		display: none;
	}
}