#wrapper{
    position: relative;
    width: 990px;
    margin: 0 auto;
    padding-top: 80px;
    border-top: 20px solid #f2c89d;
    border-bottom: 20px solid #f2c89d;
}

#contentwrapper{
    border: 1px solid #fff;
    background-color: #956c4e;
}
#pagewrapper{
    border: 2px solid #fff;
    background-color: #c74700;
}
#imgcontainer{
    position: relative;
    height: 580px;
}
#head{
    position: absolute;
    top: 0px;
    left: 0px;
}
#header{
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #273a74;
    color: #fff;
    font-family: fantasy;
    min-height: 180px;
    width: 990px;
}
#weladdress{
    padding: 6px;
}
#weladdress address{
    font-style: normal;
    text-align: right;
}
#weladdress address a{
   color: #fff;
}
.HPLogo{
    position: absolute;
    top: 5px;
    left: 0;
}
#welcome{
    position: absolute;
    left: 180px;
    top: 30px;
}
#printhead{
    display: none;
}
.linkHotel{
    position: absolute;
    top: 0;
    left: 0;
    height: 580px;
    text-indent: -2000px;
    display: block;
    width: 998px;
    z-index: 2;
}
#o1{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 700px;
    height: 380px;
    border-right-width: 2px;
    border-right-style: solid;
    border-right-color: white;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: white;
}
#o2{
    position: absolute;
    top: 0px;
    left: 702px;
    width: 284px;
    height: 380px;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: white;
}
#u1{
    position: absolute;
    top: 382px;
    left: 0px;
    width: 344px;
    height: 198px;
    border-right-width: 2px;
    border-right-style: solid;
    border-right-color: white;
}
#u2{
    position: absolute;
    top: 382px;
    left: 346px;
    width: 353px;
    height: 198px;
    border-right-width: 2px;
    border-right-style: solid;
    border-right-color: white;
}
#u3{
    position: absolute;
    top: 382px;
    left: 701px;
    width: 285px;
    height: 198px;
}
#blume{
    position: absolute;
    top: 307px;
    left: 640px;
    width: 147px;
    height: 150px;
}
#kahuna{
    position: absolute;
    top: 250px;
    left: 280px;
    background-image: url(../images/10.png);
    width: 401px;
    height: 136px;
}
/*
   Verwaltung
*/
#verwaltung{
	background-color: #f2f0e3;
	border-bottom: 1px solid #003467;
	text-align:center;
	padding:8px;
}
#verwaltung a,
#verwaltung a:link,
#verwaltung a:visited {
	color : #fff;
	background-color: #036;
	border-right:1px solid #f2f0e3;
	margin: 0 5px;
	padding:5px;
	font-weight : normal;
	text-decoration : none;
}

#verwaltung a:focus,
#verwaltung a:hover,
#verwaltung a:active{
	background-color: #369;
}


