html, body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	color: #000;
	background-color: #d2d1cc;
	background-image: url(../images/body_bg.gif);
	background-position: 0px 0px;
	background-repeat: repeat;
	text-align: center;
	overflow: hidden;
}

* {font-family: Arial, Helvetica, sans-serif; font-size: 12px;}
a {color: #000; background-color: transparent; text-decoration: underline;}
a:hover {color: #fff; background-color: #333; text-decoration: none;}

/* Layout */

#frame {
	position: relative;
	width: 1000px;
	height: 100%;
	margin: 0px auto;
	text-align: left;
}

#menu {
	position: absolute;
	left: 19px;
	top: 0px;
	bottom: 150px;
	width: 300px;
    height: expression(document.body.clientHeight - (150) + "px");
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	z-index: 2;
}

#menu img {
	position: absolute;
	left: 0px;
	top: 10px;
}

#menu div {
	position: absolute;
	left: 86px;
	top: 110px;
	bottom: 10px;
	width: 294px;
	height: expression(document.body.clientHeight - (270) + "px");
	overflow: auto;
}

#info {
	position: absolute;
	left: 125px;
	bottom: 0px;
    width: 294px;
    height: 150px;
	margin: 0px;
	padding: 0px;
	font-size: 17px;
	overflow: hidden;
	z-index: 2;
}

#info a {
	font-size: 17px;
	text-decoration: none;
}

#bar {
	position: absolute;
	left: 0px;
	top: 0px;
    width: 319px;
    height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #3ab964;
	background-image: url(../images/menu_bg.gif);
	background-position: 0px 0px;
	background-repeat: repeat-y;
	overflow: hidden;
	z-index: 1;
}

#main {
	position: absolute;
	left: 329px;
	right: 10px;
	top: 10px;
	bottom: 10px;
/*    width: expression(document.body.clientWidth - (339) + "px");*/
    width: 661px;
    height: expression(document.body.clientHeight - (20) + "px");
	margin: 0px;
	border-width: 2px;
	border-color: #fff;
	border-style: solid;
	padding: 0px;
	background-color: #eee;
	overflow: hidden;
}

#main[id] {
    width: 651px;
}

#title {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 98px;
	margin: 0px;
	padding: 0px;
	color: #fff;
	background-color: #3ab964;
	background-image: url(../images/head_bg.gif);
	background-position: 0px 0px;
	background-repeat: repeat-x;
	font-size: 30px;
	font-style: italic;
	line-height: 150px;
	overflow: hidden;
}

#eye {
	position: absolute;
	right: 312px;
	top: 0px;
	margin: 0px;
	padding: 0px;
}

#RandomPic {
	position: absolute;
	right: 2px;
	top: 2px;
	width: 290px;
	height: 94px;
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	overflow: hidden;
}

#RandomPic img {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 290px;
	height: 94px;
}

#RandomPic1 {
	display: block;
}

#RandomPic2 {
	display: none;
}

#content {
	position: absolute;
	left: 0px;
	top: 98px;
	bottom: 0px;
	width: 100%;
    height: expression(document.body.clientHeight - (122) + "px");
	margin: 0px;
	padding: 0px;
	overflow: auto;
}

/* Menüs */

.undermenu {
	display: block;
	margin: 0px;
	border-bottom: 1px #fff solid;
	padding: 7px 0px;
	color: #000;
	background-color: transparent;
	font-size: 17px;
	text-decoration: none;
	overflow: hidden;
}

.undermenu:hover {
	display: block;
	margin: 0px;
	border-bottom: 1px #fff solid;
	padding: 7px 0px;
	color: #000;
	background-color: #36ad5e;
	font-size: 17px;
	text-decoration: none;
	overflow: hidden;
}

.undermenuA, .undermenuA:hover {
	display: block;
	margin: 0px;
	border-bottom: 1px #fff solid;
	padding: 7px 0px;
	color: #000;
	background-color: transparent;
	font-size: 17px;
	text-decoration: none;
	overflow: hidden;
	cursor: default;
}

.menu_list {
	list-style-type: none;
	margin: 0px;
	margin-left: 20px;
	padding: 0px;
}

/* Text */

.Mtitle {
	color: #fff;
	font-size: 30px;
	font-style: italic;
}

.Atitle {
	color: #000;
	font-size: 14px;
	font-weight: bold;
}

.tx {}
.txb {font-weight : bold;}
.txs {text-decoration: none;}
.txs2 {color: #000; text-decoration: none;}
.txss, .txss:hover {color: #666; background-color: transparent; text-decoration: none;}
.txsg {text-decoration:none;}
.txw {color: #fff; font-weight: bold; text-decoration: none;}
.txFoto {}
.SpezialT {color: #666; font-weight : bold;}
.map24_text b {color: #333;}

/* Formulare */

.Button, .Button2 {
	width: 140px;
}

.boxm {
	width: 140px;
	border: 1px #000 solid;
	padding: 0px 5px;
}

.box {
	width: 210px;
	border: 1px #000 solid;
	padding: 0px 5px;
}

.boxtext {
	width: 310px;
	height: 150px;
	border: 1px #000 solid;
	padding: 0px 5px;
}

.textKlein {
	width: 250px;
	height: 45px;
	border: 1px #000 solid;
	padding: 0px 5px;
}

.textMittel {
	width: 300px;
	height: 90px;
	border: 1px #000 solid;
	padding: 0px 5px;
}

.textGross {
	width: 400px;
	height: 135px;
	border: 1px #000 solid;
	padding: 0px 5px;
}

.zeileKlein {
	width: 50px;
	border: 1px #000 solid;
	padding: 0px 5px;
}

.zeileMittel {
	width: 150px;
	border: 1px #000 solid;
	padding: 0px 5px;
}

.zeileGross {
	width: 250px;
	border: 1px #000 solid;
	padding: 0px 5px;
}
