/* Standards fr die komplette Seite (Hintergrund, Breite, Scrollbalken, Schriftarten und Links) */

html, body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	overflow: hidden;
}

body {
	background-image: url(../images/body_bg.png);
	background-position: left bottom;
	background-repeat: repeat-x;
}

* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #666;
}

a {
	color: #000;
	background-color: transparent;
	text-decoration: underline;
}

a:hover {
	color: #000;
	background-color: #fff;
	text-decoration: none;
}

/* Grund-Layout */
body img.left {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 2;
}

body img.right {
	position: absolute;
	right: 0px;
	bottom: 0px;
	z-index: 1;
}

#head {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	width: 100%;
	height: 160px;
	text-align: center;
	z-index: 1;
}

#menu {
	position: absolute;
	left: 60px;
	top: 170px;
	bottom: 0px;
	width: 200px;
	height: expression(document.body.clientHeight - (170) + "px");
	margin: 0px;
	padding: 0px;
	overflow: auto;
	z-index: 3;
}

#title {
	position: absolute;
	left: 275px;
	right: 20px;
	top: 170px;
	width: expression(document.body.clientWidth - (295) + "px");
	height: 30px;
	margin: 0px;
	padding: 0px;
	color: #fff;
	background-color: #666;
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
	overflow: hidden;
	z-index: 3;
}

#content {
	position: absolute;
	left: 265px;
	right: 5px;
	top: 200px;
	bottom: 45px;
	width: expression(document.body.clientWidth - (270) + "px");
	height: expression(document.body.clientHeight - (245) + "px");
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	background-image: url(../images/content_bg.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	background-attachment: fixed;
	overflow: auto;
	z-index: 3;
}

#copy, #copy:hover {
	display: block;
	position: absolute;
	left: 5px;
	top: 500px;
	width: 25px;
	height: 95px;
	margin: 0px;
	padding: 0px;
	color: #000;
	background-color: transparent;
	font-size: 12px;
	line-height: 20px;
	text-decoration: none;
	text-align: center;
	overflow: hidden;
	z-index: 3;
}

/* Men-Steuerung */

.menu {
	display: block;
	margin: 0px;
	margin-bottom: 15px;
	padding: 0px;
	color: #fff;
	background-color: #666;
	font-size: 16px;
	line-height: 30px;
	text-decoration: none;
	overflow: hidden;
}

.menu:hover {
	display: block;
	margin: 0px;
	margin-bottom: 15px;
	padding: 0px;
	color: #fff;
	background-color: #666;
	font-size: 16px;
	line-height: 30px;
	text-decoration: underline;
	overflow: hidden;
}

.menu_active, .menu_active:hover {
	display: block;
	margin: 0px;
	margin-bottom: 15px;
	padding: 0px;
	color: #ff0;
	background-color: #333;
	font-size: 16px;
	line-height: 30px;
	text-decoration: none;
	overflow: hidden;
	cursor: default;
}

.menu_list {
	list-style-type: none;
	margin: 0px;
	margin-left: 20px;
	padding: 0px;
}

/* Text-Layout */

.txs {text-decoration: none;}
.txss, .txss:hover {color: #656C88; background-color: transparent; text-decoration: none;}
.ATitel {color: #000; font-size: 14px; font-weight: bold;}
.tx {text-align: justify;}
.txb {font-weight : bold;}
.txsg {text-decoration:none;}

.Button, .Button2 { width:120px;font-family : arial; font-style : normal;font-weight : bold;}
.boxm { width:140px;font-family : arial; 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;}
	  
.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;}
.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;}
	  
.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;}
.txFoto {color: #000000; text-decoration:none}
.SpezialT { font-family : verdana;font-size : 11px;font-weight : bold;color: #616161}

.txs2 {letter-spacing: 0px;color: #000000;text-decoration:none}
.txw {font-weight: bold; letter-spacing: 1px;color: #ffffff;text-decoration:none}

.textKlein { width:250px;height:45px; font-style : normal;}
.textMittel { width:300px;height:90px; font-style : normal;}
.textGross { width:400px;height:135; font-style : normal;}
.zeileKlein { width:50px; font-style : normal;}
.zeileMittel { width:150px; font-style : normal;}
.zeileGross { width:250px; font-style : normal;}