* {
	margin: 0;
	padding: 0;
}

a {
	color: #55554A;
	text-decoration: none;
}

a:hover {
	color: #aaa;
}

body {
	background-color: #fff;
	color: #55554A;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
	margin: 0;
}

#logo {
	margin-top: 35px;
	margin-bottom: 15px;
}

h1 {
	font-size: 1.4em;
	margin-bottom: 4px;
}

h1,h2,h3 {
	color: #663;
	padding-top: 6px;
}

/* misc */
.clearer {clear: both;}

/* structure */
#container {
	margin: 0 auto;
	width: 984px;
	text-align: center;
}

/* navigation */
#navigation, #footer {
	clear: both;
}

#navigation div {
	display: inline;
	font-size: 15px;
	font-family: 'Arial Narrow', Arial, Helvetica, sans-serif;
	cursor: pointer;
}

/* content */
#content {
	width: 984px;
	height: auto;
	margin-top: 20px;
	margin-bottom: 8px;
}

#impressum {
	width: 984;
	background-color: #eeeeee;
	padding: 50px;
}

#reservieren {
	width: 984;
	background-color: #0a183c;
	padding: 50px;
	font-size: 12px;
	line-height: 16px;
	color: #fff;
}

#reservieren table {
	margin: 0 auto;
	text-align: left;
}

#impressum strong {
	font-size: 13px;
}

#banner {
	margin-left:600px;
	position:absolute;
	top:120px;
	z-index:1000;
}
#newyears {
	margin-left:430px;
	position:absolute;
	top:115px;
	z-index:1001;
}

/* footer */
#footer {
	background-position: left bottom;
	color: #665;
	font-size: 1.1em;
	margin-bottom: 10px;
}

/* floats */
.left {float: left;}
.right {float: right;}
.clearer {clear: both;}