body {
	background-color:#FFFFCC;
	margin:0;
	padding:1em;
}

#bookingButton a img {
    border: 0px; 
}

#reservierung {
  position: relative;
  height: 1300px;
  width: 800px;
  left: 50%;
  margin-left: -400px;
}

.content {
		position: absolute;

		top: 150px;
		padding-bottom: 100px;

		width: 95%;
		background-color: #FFFFCC;
}

.header
{
	background-color:#FFFFCC;
	
	position:fixed;
	left:0px;
	top:0px;
	
	width:100%;
	height:100px;

  text-align: center;
  margin: 0;
	padding: 0.8em;
	
	z-index:4;
}

.navigation {
	  padding: 0.3em;
	  position: relative;
		top: 90px;
		left: 0px;
		width: 100%;
		font-family: verdana;
		font-size: 12px;
    background-color: #FFFFCC;
}

.navigation ul {
    margin: 0;
		padding: 0.6em;
    text-align: center;
    border: none;
}

.navigation ul li {
    list-style: none;
    display: inline;
    margin: 0.1em;
		padding: 0;
}

.navigation ul a, ul span {
    padding: 0.2em 0.8em;
    text-decoration: none;
		font-weight: normal;
    border: 1px solid black;
    border-left-color: #CCCCCC;
		border-top-color: #CCCCCC;
    border-right-color: #999999;
		border-bottom-color: #999999;
    color: maroon;
		background-color: #FFFFBB;
}

.navigation ul a:hover, ul span {
    border-right-color: #CCCCCC;
		border-bottom-color: #CCCCCC;
    border-left-color: #999999;
		border-top-color: #999999;
    color: #000000;
		background-color: #FFFF99;
}

.logo {
		position:absolute;
		top:35px;
		left:110px;
		border:0;
}

.auszeichnung1 {
		position: absolute;
		left:10px;
		top:10px;
		border:0;
}

.auszeichnung2 {
		position: absolute;
		right: 30px;
		top: 10px;
		border: 0;
}

.auszeichnungstext {
		position: absolute;
		right: 120px;
		top: 15px;
		width: 180px;
		text-align: right;
		font-size: 11px;
		font-family: verdana;
		border: none;
}

.HotelAmAnger {
		position: absolute;
		top: 10px;
		left: 50%;
    margin-left: -192px;
		text-align: center;
		font-size: 24px;
		font-family: verdana;
		border: none;
}

#klassifikation {
		position: absolute;
		left: 210px;
		top: 10px;
		width: 100px;
		height: 80px;
}