* {
	margin: 0;
	padding: 0;
	border: none;
}
h1 {
	font-size: 35px;
	line-height: 38px;
	margin-bottom: 15px;
	font-weight: 300;
	color: #6e0b24;
}
p {
	margin-bottom: 12px;
}
html,
body {
	background-color: #525252;
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
	background: url("/img/bg_content.jpg");
}
a {
	color: #000;
}
#container {
	width: 940px;
	margin: 35px auto 0 auto;
	padding: 10px;
	background-color: #efe5d9;
	-moz-box-shadow: 0 0 5px #000;
	-webkit-box-shadow: 0 0 5px #000;
	box-shadow: 0 0 5px #000;
}
#logo {
	position: absolute;
	width: 186px;
	height: 186px;
	padding: 7px;
	border: 7px solid #efe5d9;
	background-color: #FFF;
	margin-left: 500px;
	margin-top: 80px;
	-moz-box-shadow: 0 0 5px #000;
	-webkit-box-shadow: 0 0 5px #000;
	box-shadow: 0 0 5px #000;
	display: block;
	z-index: 999;
}
#logo img {
	margin-top: 70px;
	margin-left: 5px;
}
#content {
	width: 630px;
	float: left;
	height: 620px;
	position: relative;
}
#text {
	background: url("/img/bg_text.png");
	bottom: 0;
	position: absolute;
	padding: 20px;
}
#nav {
	background-color: #6e0b24;
	width: 310px;
	float: right;
	min-height: 620px;
}
#nav ul {
	width: 180px;
	float: right;
	list-style: none;
	margin: 155px 20px 0 0;
}
#nav ul li a {
	display: block;
	border-bottom: 1px dotted #dddddd;
	color: #fff;
	text-decoration: none;
	height: 25px;
padding-top: 8px; 
}
#nav ul li a:hover,
#nav ul li a.current {
	color: #ffb135;
}
#footer {
	clear: both;
	width: 960px;
	margin: 0 auto;
	margin-top: 12px;
	color: #FFF;
	font-size: 12px;
	text-align: right;
	text-shadow: #000 0 0 5px;
	padding-right: 53px;
}
#footer a {
	color: #FFF;
	text-decoration: underline;
}
#footer img {
	padding: 3px;
position: absolute;
margin: -7px 0 0 4px;
}
.clear {
	clear: both;
}
input,
textarea {
	-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
	padding: 5px;
	width: 200px;
}
label {
	width: 185px;
	float: left;
	margin-bottom: 15px;
	font-weight: bold;
}
fieldset br {
	clear: both;
}
.date {
	float: left;
	width: 65px;
	margin-right: 10px;
}
.date2 {
	width: 65px;
	margin-left: 10px;
}
.count {
	width: 20px;
}
.city {
	width: 95px;
	margin-left: 10px;
}
.widthauto {
	width: auto;
}
.submit:hover {
	background-color: #ffb135; 
}
.doppelzimmer {
	margin-left: 185px;
	margin-bottom: 10px;
}
#slogan {
	font-family: 'Pinyon Script', cursive;
	color: #FFF;
	opacity: 0.5;
	font-size: 80px;
	position: absolute;
	margin: 0;
	padding: 40px;
	text-shadow: #000 0 0 5px;
	line-height: 80px;
}