/* 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: hidden;
}

* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
}

a {
	color: #fe0000;
	background-color: transparent;
	text-decoration: underline;
}

a:hover {
	color: #fff;
	background-color: #fe0000;
	text-decoration: none;
}

/* Grund-Layout */
#head {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	width: 100%;
	height: 241px;
	margin: 0px;
  border: none;
  border-bottom: 11px #fe0000 solid; 
	padding: 0px;
	text-align: center;
	overflow: hidden;
}
#head[id] 
  {
    height: 230px;
   }
   
#head_left 
  {
  position: absolute;
	left: 0px;
	top: 0px;
   }
#head div {
	position: absolute;
  left: 50%;
  right: 0px;
  top: 0px;
  height: 230px;
  margin: 0px;
  margin-left: 115px;
  padding: 0px;
  overflow: hidden;.
}

#nav[id] 
 {
  width:  259px;
 }

#nav {
	position: absolute;
	left: 0px;
	top: 241px;
  bottom: 20px;
	width: 262px;
  height: expression(document.body.clientHeight - (261) + "px");
	border: none;
  border-right: 3px #fe0000 solid; 
  margin: 0px;
	padding: 0px;
  overflow: auto;
  
}

#content {
	position: absolute;
	left: 262px;
	right: 0px;
	top: 241px;
	bottom: 0px;
	width: expression(document.body.clientWidth - (262) + "px");
  height: expression(document.body.clientHeight - (241) + "px");
	margin: 0px;
	padding: 0px;
	overflow: auto;
}

#copy, #copy:hover {
	display: block;
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 262px;
	height: 20px;
	border: none;
  border-right: 3px #fe0000 solid; 
  margin: 0px;
	padding: 0px;
	color: #fe0000;
	background-color: transparent;
	font-size: 12px;
	line-height: 20px;
	text-decoration: none;
	text-align: center;
	overflow: hidden;
  
}

#copy[id], #copy[id]:hover {
	width: 259px;
}

/* Menü-Steuerung */

.menu {
	display: block;
	margin: 0px;
  margin-left: 4px;
  margin-right: 6px;
	padding: 0px;
	padding-left: 5px;
	color: #000;
	background-color: transparent;
	font-size: 20px;
	text-decoration: none;
	overflow: hidden;
}

.menu:hover {
	display: block;
	margin: 0px;
  margin-left: 4px;
  margin-right: 6px;
	padding: 0px;
	padding-left: 5px;
	color: #fff;
	background-color: #fe0000;
	font-size: 20px;
	text-decoration: none;
	overflow: hidden;
}

.menu_active, .menu_active:hover {
	display: block;
	margin: 0px;
  margin-left: 4px;
  margin-right: 6px;
	padding: 0px;
	padding-left: 5px;
	color: #fe0000;
	background-color: transparent;
	font-size: 20px;
  font-weight: bold;
	text-decoration: none;
	overflow: hidden;
}

.sub_menu {
	display: block;
	margin: 0px;
  margin-right: 6px;
	padding: 0px;
	padding-left: 5px;
	color: #000;
	background-color: transparent;
  line-height: 20px;
	font-size: 16px;
	text-decoration: none;
	overflow: hidden;
}

.sub_menu:hover {
	display: block;
	margin: 0px;
  margin-right: 6px;
	padding: 0px;
	padding-left: 5px;
	color: #fff;
	background-color: #fe0000;
  line-height: 20px;
	font-size: 16px;
	text-decoration: none;
	overflow: hidden;
}

.sub_menu_active, .sub_menu_active:hover {
	display: block;
	margin: 0px;
  margin-right: 6px;
	padding: 0px;
	padding-left: 5px;
	color: #fe0000;
	background-color: transparent;
  line-height: 20px;
	font-size: 16px;
  font-weight: bold;
	text-decoration: none;
	overflow: hidden;
}


.menu_list {
	list-style-type: none;
	margin: 0px;
	margin-left: 10px;
	padding: 0px;
}

/* Text-Layout */

.MTitle {
	color: #fe0000;
	font-size: 30px;
  font-weight: bold;
}

.ATitel {
	color: #fe0000;
	font-size: 16px;
	font-weight: bold;
}

.txs {text-decoration: none;}
.txss, .txss:hover {color: #656C88; background-color: transparent; text-decoration: none;}
.tx {}
.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;}