/* Standards für die komplette Seite (Hintergrund, Breite, Scrollbalken, Schriftarten und Links) */

html, body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	overflow: auto;
}

* {
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

a {
	color: #000;
	background-color: transparent;
	text-decoration: underline;
}

a:hover {
	color: #fff;
	background-color: #f5821f;
	text-decoration: none;
}

/* Grund-Layout */
#head {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	width: 100%;
	height: 131;

	margin: 0px;
	border-bottom: 1px #f5821f solid;
	padding: 0px;

	background-image: url(../images/head_bg.png);
	background-position: 0px 0px;
	background-repeat: repeat-x;

	text-align: center;
	overflow: hidden;
}

#top_menu {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 100px;
	width: 100%;
	height: 31px;

	line-height: 31px;
	text-align: center;
	overflow: hidden;
}

#head_img_1, #head_img_1:hover {
	display: block;
	position: absolute;
	left: 50%;
	top: 15px;
	margin: 0px;
	margin-left: -290px;
	width: 160px;
	height: 80px;
	background-color: transparent;
	text-decoration: none;
	overflow: hidden;
}

#head_img_2, #head_img_2:hover {
	display: block;
	position: absolute;
	left: 50%;
	top: 15px;
	margin: 0px;
	margin-left: 115px;
	width: 185px;
	height: 80px;
	background-color: transparent;
	text-decoration: none;
	overflow: hidden;
}

div.bar {
	position: absolute;
	left: 0px;
	right: 0px;
	width: 100%;
	height: 1px;
	background-color: #646b87;
	overflow:hidden;
}

#bar1 {
	top: 139px;
}

#bar2 {
	bottom: 35px;
}

#menu {
	position: absolute;
	left: 0px;
	top: 140px;
	bottom: 56px;
	width: 190px;
	height: expression(document.body.clientHeight - (196) + "px");
	margin: 0px;
	padding: 0px;
	background-image: url(../images/nav_bg.png);
	overflow: auto;
}

#main {
	position: absolute;
	left: 190px;
	right: 0px;
	top: 140px;
	bottom: 36px;
	width: expression(document.body.clientWidth - (190) + "px");
	height: expression(document.body.clientHeight - (177) + "px");
	margin: 0px;
	border-left: 1px #646b87 solid;
	padding: 0px;
	background-color: #ffffff;
	overflow: auto;
}

#copy, #copy:hover {
	display: block;
	position: absolute;
	left: 0px;
	bottom: 35px;
	width: 190px;
	height: 20px;
	color: #000;
	background-color: transparent;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
}

#info {
	position: absolute;
	left: 0px;
	right:0px;
	bottom: 0px;
	width: 100%;
	height: 28px;
	margin: 0px;
	border-top: 1px #f5821f solid;
	padding: 0px;
	line-height: 28px;
	text-align: center;
	overflow: hidden;
}

#info strong {
	color: #f5821f;
}

/* Intro- Seite */
#intro {
	background-image: url(../images/body_bg.png);
	background-position: 0px 0px;
	background-repeat: repeat;
}

#intro table {
	width: 100%;
	height: 100%;
}

#intro table tr td a {
	display: block;
	width: 400px;
	height: 400px;
	background-color: transparent;
}

/* Menü-Steuerung */

.top_menu {
	margin: 0px;
	padding: 5px;
	color: #000;
	background-color: transparent;
	font-size: 16px;
	text-decoration: none;
}

.top_menu:hover {
	margin: 0px;
	padding: 5px;
	color: #000;
	background-color: #f5821f;
	font-size: 16px;
	text-decoration: none;
}

.top_menu_active, .top_menu_active:hover {
	margin: 0px;
	padding: 5px;
	color: #000;
	background-color: transparent;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

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

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

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

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

.sub_menu:hover {
	display: block;
	margin: 0px;
	padding: 5px;
	color: #646b87;
	background-color: transparent;
	font-size: 12px;
	text-decoration: none;
	overflow: hidden;
}

.sub_menu_active, .sub_menu_active:hover {
	display: block;
	margin: 0px;
	padding: 5px;
	color: #f5821f;
	background-color: transparent;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	overflow: hidden;
}

.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;}
.Mtitel, .Mtitle {font-size: 17px; font-weight: bold; color: #000;}
.ATitel, .ATitle {font-size: 15px; font-weight: bold; color: #f5821f;}
.BigTitle {height: 60px; padding: 15px; font-size: 35px; color: #666666; line-height: 32px; overflow: hidden;}
.tx {text-align: justify;}
.txb {font-weight : bold;}
.txsg {text-decoration:none;}

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

.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;}

