.hotel a {
width: 167px;
height: 60px;
position: relative;
float:right;
background: url('../images/hotel-muschelgrund.png');
left:11px;
top: 20px;
}
body {
	font-family: Georgia, Times New Roman, Trebuchet MS,Arial,sans-serif;
	margin: 0;
	background: #E5FCCD;
}
.error {
color: #E00903 !important;
font-weight: bold;
padding: 0px;
margin: 0px;
}
.schatten {
	background: url('../images/bg.gif');
	width: 973px;
	margin: 0px auto;
	margin-bottom: 50px;
	}
.container {
	background: #FFF4B2;
	/*background: url("../images/bg_headline.gif") no-repeat 0 300px;*/
	margin: 0px auto;
	width: 955px;
}

/*
	Header
*/

#header {
	height: 339px;
	width: 955px;
}
#header table, td {
vertical-align:top;
text-align:left;
}
#logo {
	margin-left: 32px;
}
#balken {
	background: #45B530;
	border-bottom: 1px solid #1F5914;
}

#welle {
	background: url("../images/bg_headline.gif")  no-repeat 0 0px;
	display: block;
	height: 102px;
	top: 170px;
	position: relative;
	z-index: 1;
}

/*
	Content
*/
#navigation {
float:right;
margin-right: 5px;
	font-size: 0.85em;
	text-transform: uppercase;	
}
#content {
	width: 850px;
	padding-top: 10px;
	margin: auto;
	z-index: 2;
}
.content-left {
	float: left;
	width: 300px; 
	margin-right:45px;
	margin-top:85px;
}
.content-leftbox {
	width: 300px; 
	background: #E2DE7B;
}
.content-right {
	float: left;
	position: relative;
	width: 500px; 
}

/*
	Footer
*/

#footer {
	background: url('../images/footer.jpg') no-repeat;
	margin: auto;
	text-align: center;
	height: 217px;
	width: 973px;
}
/*
	Allgemeines
*/
.clear {
	clear: both;
}

