/*
Guesthouse Heidelberg
*/
html, body {
	margin: 0;
	padding: 0;
}
body {
	text-align: center;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background-color: #ccc;
}
#wrapper {
	margin: 0 auto;
	padding: 14px 28px 0 28px;
	width: 904px;
	background: #ccc url(images/wrapper_background.gif) repeat-y center;
}
/* @group Header */
#header {
	position: relative;
	height: 70px;
}
#header h1 {
	float: left;
	margin: 0;
	padding: 0;
}
#header h1 a {
	display: block;
	width: 140px;
	height: 70px;
	background: url(images/logo.gif) no-repeat;
	text-indent: -9999px;
}
#nav {
	float: left;
	margin: 53px 0 0 20px;
	padding: 0;
	list-style: none;
}
#nav li, #nav a {
	display: block;
	float: left;
}
#nav a {
	margin: 0 7px 0 0;
	padding: 0 0 0 15px;
	background: url(images/nav_divide.gif) no-repeat;
	background-position: 0 4px;
	color: #a3a3a3;
	text-decoration: none;
	font-size: 13px;
	line-height: 13px;
}
* html #nav a {
	margin: 0 3px 0 0;
}
#nav li a:hover {
	text-decoration: underline;
}
#nav .active a {
	color: #cd8423;
	font-weight: bold;
}
#nav a.first {
	padding: 0;
	background: none;
}
#language {
	position: absolute;
	top: 0px;
	right: 0px;
	margin: 0 10px 0 0;
	font-size: 12px;
	line-height: 12px;
}
#language #deutsch, #language #english {
	color: #a4a4a4;
	text-decoration: none;
}
#language #deutsch:hover, #language #english:hover {
	text-decoration: underline;
}
#language #deutsch.active, #language #english.active {
	color: #cd8423;
	font-weight: bold;
}
#language #english {
	margin: 0 0 0 5px;
	padding: 0 0 0 15px;
	background: url(images/language_divide.gif) no-repeat;
	background-position: 0px 3px;
}
/* @end */
#band {
	clear: both;
	float: left;
	margin: 10px 0;
	width: 904px;
	height: 150px;
	background: #960004;
}
/* @group Page */
#page {
	clear: both;
	float: left;
	margin: 0;
	padding: 0;
	width: 904px;
	background: #ce8627 url(images/page_background.gif) repeat-x;
}
/* @group Sidebar */
#sidebar {
	float: left;
	margin: 0px 0 0 0;
	width: 140px;
	text-align: left;
}
#sidebar ul {
	float: left;
	margin: 0;
	padding: 5px 10px 5px 5px;
	width: 125px;
	list-style: none;
	background: #970000;
}
* html #sidebar ul {
	padding: 5px 5px 5px 5px;
}
#sidebar ul li {
	display: block;
	float: left;
}
#sidebar ul li a {
	display: block;
	padding: 8px 10px 8px 15px;
	width: 105px;
	color: #dabfbb;
	background: #970000 url(images/sidebar_bullet.gif) no-repeat 2px 12px;
	font-size: 13px;
	line-height: 16px;
	text-decoration: none;
	border-top: 1px solid #be9898;
}
#sidebar ul li a:hover {
	background: #740104 url(images/sidebar_bullet_hover.gif) no-repeat 2px 12px;
}
#sidebar ul li a.first {
	border: none;
}
#sidebar ul .active a {
	color: #fff;
	font-weight: bold;
}
/* @end */
/* @group Content */
#content {
	float:none;
	margin: 20px 171px 20px 171px;
	padding: 25px;
	width: 510px;
	background: #fff;
	border-top: 2px solid #d6d6d5;
	border-right: 2px solid #808080;
	border-bottom: 2px solid #808080;
	border-left: 2px solid #d6d6d5;
	text-align: left;
}
#content h2 {
	margin: 0 0 20px 0;
	color: #ce8626;
	font-size: 20px;
	font-weight: normal;
}
#content h3 {
	margin: 0 0 15px 0;
	font-size: 15px;
}
#content h4 {
	margin: 0 0 12px 0;
	font-size: 13px;
}
#content p {
	margin: 0 0 15px 0;
	font-size: 13px;
	line-height: 17px;
}
#content ul {
	margin: 0 0 15px 0;
	padding: 0;
	list-style: none;
	font-size: 13px;
	line-height: 17px;
}
#content ul li {
	padding: 0 0 4px 10px;
	background: url(images/conent_bullet.gif) no-repeat 0 5px;
}
#content ol {
	margin: 0 0 15px 0;
	padding: 0 0 0 20px;
	font-size: 13px;
	line-height: 17px;
}
#content ol li {
	margin: 0 0 4px 0;
	padding: 0;
}
#content a {
	color: #cd8423;
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
}
#content img {
	border: none;
}
#content img.left {
	float: left;
	margin: 2px 20px 10px 0;
}
#content img.right {
	float: right;
	margin: 2px 0 10px 20px;
}
#content img.grundriss {
	width: 260px;
}
#content .description {
	float: left;
	width: 230px;
}
#content .description h4 {
	margin: 0 0 4px 0;
}
#content form fieldset {
	margin: 0 0 20px 0;
	padding: 10px 20px;
	border: 1px solid #ddd;
}
#content form legend {
	padding: 0 5px;
	font-size: 15px;
	color: #ce8626;
}
#content form p {
	float: left;
	margin: 10px 0;
	width: 469px;
}
#content form label {
	display: block;
	float: left;
	padding: 5px 10px 0 0;
	width: 150px;
	font-size: 13px;
	line-height: 13px;
	text-align: right;
	color: #3f3f3f;
	font-weight: bold;
}
#content form input {
	padding: 2px;
	width: 250px;
	border: 1px solid #7f7f7f;
	font: 14px/14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
#content form textarea {
	padding: 2px;
	width: 250px;
	height: 100px;
	border: 1px solid #7f7f7f;
	font: 14px/20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
#content form .form_submit {
	margin: 0 0 0 160px;
	padding: 4px 10px;
	width: auto;
	background: #d58626;
	color: #fff;
	border: 1px outset #f89d2f;
}
#content hr {
	clear: both;
	margin: 40px 0;
	border: none;
	height: 1px;
	background: #ddd;
}
.clear {
	clear: both;
}
.infobox {
	clear: both;
	margin: 30px 0 0 0;
	padding: 10px 10px 0 10px;
	color: #fff;
	background: #900;
	border: 1px solid #b16768;
}
#content .infobox p {
	clear: both;
	margin: 0 0 10px 0;
	font-size: 12px;
}
.infobox .head {
	display: block;
	float: left;
	margin: 0 10px 0 0;
	font-weight: bold;
}
.infobox .head.alt {
	height: 20px;
}
/* @end */
/* @group Images */
#images {
	float: right;
	display: block;
	padding: 20px 0 0 0;
	width: 140px;
	overflow: hidden;
	text-align: right;
	}
* html #images {
	width: 139px;
		}
#images img, #sidebar img {
	margin: 0 0 10px 0;
		}
/* @end */
/* @group Footer */
#footer {
	clear: both;
	margin: 0 197px 0 197px;
	padding: 0 0 20px 0;
	width: 510px;
	color: #fff;
	font-size: 11px;
	text-align: left;
}
#footer .bull {
	margin: 0 2px;
}
#footer a {
	color: #fff;
}
/* @end */
/* @end */
#clear {
	clear:both;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
}
#bottom {
	margin: 0 auto;
	padding: 0;
	width: 958px;
	height: 20px;
	background: #ccc url(images/bottom_end.png) repeat-y center;
}

