﻿* {
	margin: 0;
	padding: 0;
}
body {
	background: #D6DBDF url(design/body.jpg) repeat-y;
	color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	width: 100%;
	font-size: 100.01%;
	text-align: center;
}	
* html, 
* html body {
	bottom: 0;
	margin:0;
	height: 100%;
	width: 100%;
	scrollbar-arrow-color:Navy;
	scrollbar-base-color: #ffffff;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color:Silver;
	scrollbar-shadow-color : #99CCCC;
	/* commented backslash hack v2 \*/
	overflow: hidden;
	/* end hack */	
}

/*-------------------------------------  HEADER  ----------------*/

#header {
	position: fixed;
	left: 0; top: 0;
	background: url(design/hg_header.jpg) repeat-x;
	color: black;
	height: 140px;
	width: 100%;
	min-width: 100%;
	text-align: center;
	z-index:200;
}
#head {
	background: transparent url(design/hg_kopf.jpg) no-repeat left top;
	width: 100%; height: 140px; padding: 0; margin: 0;
}
/*-------------------------------------  CONTENT  ----------------*/
#content {
	position: absolute;
	top: 140px; left: 0px; right: 22%; bottom: 0px;
	background-color: #D6DBDF;
	color: #4c4c4c;
	z-index: 1;
	text-align: right;
}
* html #content {
	bottom: 0;
	margin-right: 22%;
	height: expression(document.body.
	clientHeight - 140 + "px");
	/* commented backslash hack v2 \*/
	overflow: auto;
	/* end hack */	
}
#spiegel,#spiegelhome,#spiegelhome2,#spiegelspeis,#spiegelwandern,#spiegelfisch,#spiegelanfahrt,#spiegelkontakt,#spiegelhotel,#spiegelwinter {
	position: absolute;
	width: 95%;
	top: 0; left: 5%;
	height: 100%; min-height: 100%;
}
#spiegelhome {
	background : url(design/hg_haupt.jpg) no-repeat;	
}
#spiegelhome2 {
	background : url(design/hg_haupt2.jpg) no-repeat;
}
#spiegelspeis {
	background : url(design/hg_haupt_speis.jpg) no-repeat right;
}
#spiegelwandern {
	background : url(design/hg_haupt_wand.jpg) no-repeat;
}
#spiegelfisch {
	background : url(design/hg_haupt_fisch.jpg) no-repeat;
}
#spiegelanfahrt {
	background : url(design/hg_haupt_anfahrt.jpg) no-repeat;
}
#spiegelkontakt {
	text-align: left;
	background : url(design/hg_haupt_kontakt.jpg) no-repeat;
}
#spiegelwinter {
	background : url(design/hg_haupt_winter.jpg) no-repeat;
}
#spiegelhotel {
	background : url(design/hg_haupt_hotel.jpg) no-repeat;
}
/*--------------MENUE -------------------*/
#menue {
	position: fixed;
	top: 160px; left: 80%;
	background : transparent;
	width: 20%;
	padding: 10px 5px 3px 10px;
	z-index: 200;
}

*html #menue {position: absolute;
	top: 160px; left: 80%;
	z-index: 200;
}

#menue li {
	font-size: 70%;
	line-height: 150%;
	list-style: none;
}

#menue a {
	background-color: transparent;
	font-size: 95%;
	font-weight: bold;
	line-height: 120%;
	color: #00008B;
	width: 160px;
	text-decoration: none;
	margin: 2px 0 1px 0px;
	padding: 2px 2px 2px 2px;
}

#menue a {
	display: block;
}

#menue a.aktiv {
	color: #AA0000;
	cursor: default;
	font-weight: bold;
	background-color: transparent;
}

#menue a:hover,
#untermenue a:hover {
	background-color: transparent;
	border-bottom: 1px solid Maroon;
	color: Maroon;
	font-weight: bold;
}


.bildlinks {
	float: left;
	border: none;
	margin: 10px 15px 10px 5px;
}
.bildrechts {
	float: right;
	border: none;
	margin: 10px 5px 10px 15px;
}
.clearall {
	clear: both;
}
