html {
 background-image: url(../bilder/hotel-hintergrund.jpg);
  background-attachment:fixed;
color: #333;
font: 100%/1.5 georgia, serif;
}

a:link { color:#003366; text-decoration:none; }
a:visited { text-decoration:none; color:#666666; }

 
a.tx:link { text-decoration:none; font-weight:bold; color:#333333; }
a.tx:visited { text-decoration:none; font-weight:bold; color:#003366; }
a.tx:hover { text-decoration:none; font-weight:bold; color:#999999; }

.falsch { background-color:#dddddd; border: 2px solid #ff0000; }

h1 {
	font-size: 1em;
	margin-bottom:0.3em;
}

h2 {
	font-size: 0.8em;
	margin-bottom:0.2em;
}

p {
	margin-bottom:10px;
}
	
#wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 940px;
	height: auto;
	background: #fff;
	text-align: left;
	border:1px solid #000000;
}

#header {
height:49px;
padding:159px 0px 0px 0px;
text-align:left;
background-image: url(../bilder/hotel-alpengluehn.jpg);
}

#menu {height:30px; text-align:center; align:center;}
#menu ul {display:inline-block; margin:0 auto; padding:0; list-style:none; white-space:nowrap;}
#menu li {display:inline;}
#menu li a {display:block; margin-top:8px; height:22px; float:left; color:#fff; text-decoration:none; padding:3px 10px;}
#menu li a:hover {background:#f6aa64;}
#menu li a.active {font-weight:bold;}



#header2 {
height:180px;
width:307px;
padding:0px;
margin-bottom:20px;
background-image: url(bilder/alpengluehn02.jpg);
float:right;
}

#content {
	width: 900px;
	padding: 0px 20px 0px 20px;
	background: #fff;
}

#footer {
	width:900px;
	height:50px;
	padding:5px 20px 0px 20px;
	text-align:center;
	background: url(../bilder/verlauf50.jpg);
	background-repeat:repeat-x;
	clear:both;
}

ul {
margin-left:30px;
}

ul.men {
line-height: 1.25;
list-style: none;
margin: 0px 20px 0px -20px;
padding-top:176px;
}

li.men {
background: url(bilder/tab-links.gif) no-repeat;
font-size:14px;
cursor: pointer;
float: left;
padding-left: 9px;
}

li.men:hover, li#aktiv {
background-position: 0 -150px;
border-bottom: 0;
}

li.men:hover a, li#aktiv a {
background-position: 100% -150px;
color: #000;
padding-bottom: 4px;
}

li.men a {
background: url(bilder/tab-rechts.gif) no-repeat top right;
color: #666;
display: block;
font-weight: bold;
padding: 5px 14px 3px 5px;
text-decoration: none;
}

li.men a:hover {
color: #000;
}