/*
	GuestHouse Mannheim
*/
html, body {
    margin: 0;
    padding: 0;
}
body {
	background: url(images/background.jpg) 0 -150px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
}
#wrap {
    margin: 0 auto;
    width: 960px;
    background: #000;
    box-shadow: 0px 0px 10px #000
}
#header {
	position: relative;
    background: url(images/header.jpg) no-repeat;
    height: 102px;
}
#logo {
	margin: 0;
}
#logo a {
    position: absolute;
    top: 30px;
    left: 10px;
    width: 180px;
    height: 60px;
    text-indent: -9999px;
    color: #d6c773;
}
#language {
    position: absolute;
    top: 74px;
    right: 35px;
    font-size: 11px;
    line-height: 13px;
    font-weight: bold;
}
#language a {
	color: #e6e5b0;
	text-decoration: none;
}
#language a:hover {
	text-decoration: underline;
}
#language #english {
	margin: 0 0 0 5px;
	padding: 0 0 0 14px;
    background: url(images/bullets.gif) no-repeat 0 4px;
}
#language .active {
    color: #c5b74a;
}
#claim {
    background: url(images/header-claim.jpg);
    height: 157px;
    text-indent: -9999px;
}
#page {
    background: url(images/content_background.jpg) repeat-x left top;
    min-height: 300px;
}
#sidebar {
	float: left;
    width: 180px;
}
#navigation {
    margin: 0;
    padding: 35px 0 0 20px;
    list-style: none;
    font-size: 12px;
}
#navigation li {
	display: block;
	margin: 0 0 25px 0;
	padding: 0 0 0 15px;
	background: url(images/bullets.gif) no-repeat left center;
}
#navigation li a {
	padding: 0 15px 0 0;
	color: #fff;
	text-decoration: none;
	background: url(images/bullets.gif) no-repeat right center;
}
#navigation li a:hover {
	text-decoration: underline;
}
#navigation .active a {
    color: #d1c26f;
}
#content {
	float: left;
    padding: 150px 80px 20px 0;
    width: 700px;
    background: url(images/image-band.jpg) no-repeat 0 6px;
}
.home #content {
    background: url(images/image-band-home.jpg) no-repeat 0 6px;
}
#content.wide {
    padding: 150px 35px 20px 0;
    width: 745px;    
}
#content h2 {
	margin: 0 0 15px 0;
    font-weight: normal;
    font-size: 24px;
    line-height: 28px;
}
#content .right h2 {
    margin: 0 0 22px 0;
}
#content h3 {
	margin: 0 0 15px 0;
    font-weight: normal;
    font-size: 18px;
    line-height: 20px;
}
#content p {
	margin: 0 0 15px 0;
	font-size: 13px;
	line-height: 21px;
}
#content p.no {
    margin: 0;
    line-height: 0px;
}
#content ul, #content ol {
	margin: 0 0 15px 0;
	padding: 0 0 0 20px;
	font-size: 13px;
	line-height: 21px;
}
#content hr {
    margin: 30px 0 31px 0;
    border: none;
    border-bottom: 1px solid #292615;
}
#content a {
    color: #d7c873;
    text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
}
#content form fieldset {
	margin: 0 0 20px 0;
	padding: 10px 20px;
    border: 1px solid #292615;
}
#content form legend {
	padding: 0 5px;
	font-size: 15px;
	color: #fff;
}
#content form p {
	float: left;
	margin: 10px 0;
	width: 360px;
}
#content form label {
	display: block;
	float: left;
	padding: 5px 10px 0 0;
	width: 120px;
	font-size: 13px;
	line-height: 13px;
	text-align: right;
	color: #fff;
	font-weight: bold;
}
#content form input {
	padding: 2px;
	width: 220px;
	border: 1px solid #000;
	font: 14px/14px Arial, Helvetica sans-serif;
}
#content form textarea {
	padding: 2px;
	width: 220px;
	height: 100px;
	border: 1px solid #000;
	font: 14px/20px Arial, Helvetica, sans-serif;
}
#content form .form_submit {
	margin: 0 0 0 120px;
	padding: 4px 10px;
	width: auto;
	background: #d3c470;
	color: #000;
	border: 1px outset #d3c470;
}
#content .left {
    float: left;
    margin: 0 45px 0 0;
    width: 400px;
}
#content .right {
    float: left;
    width: 300px;
}
#content .right h3 {
    clear: both;
	margin: 0 0 7px 0;
	padding: 2px 2px 2px 6px;
    font-weight: bold;
    font-size: 13px;
    line-height: 21px;
    color: #000;
    background-color: #dacc7d;
}
#content .right p {
    clear: both;
    padding: 10px 0 0 0;
}
#content dl {
    float: left;
    margin: 0 0 21px 0;
    padding: 0;
    font-size: 13px;
    line-height: 21px;
}
#content dt {
    float: left;
    margin: 0;
    width: 190px;
    margin: 0 10px 0 0;
}
#content dd {
    float: left;
    margin: 0;
    width: 100px;
}
#content .infobox {
    clear: both;
	margin: 30px 0 20px 0;
	padding: 5px 15px;
    background: #d7c872;
}
#content .infobox p {
	margin: 10px 0;
	color: #000;
}
#content .infobox strong {
    display: block;
    float: left;
    min-width: 150px;
    min-height: 25px;
}
#footer {
	position: relative;
    clear: both;
    padding: 10px 0 10px 180px;
    border-bottom: 2px solid #cfc06f;
}
#footer p {
    margin: 0;
    font-size: 11px;
    line-height: 13px;
    color: #d7c873;
}
#footer a {
    color: #d7c873;
    text-decoration: none;
}
#footer a:hover {
    text-decoration: underline;
}
#footer #socialmedia {
    position: absolute;
    right: 29px;
	bottom: 6px;
}
#footer .facebook {
	display: block;
	float: left;
	margin: 0 5px 0 0;
	width: 24px;
	height: 24px;
	background: url(images/facebook.png) no-repeat;
	text-indent: -9999px;
}
#footer .vcard {
	display: block;
	float: left;
	margin: 0 5px 0 0;
	width: 24px;
	height: 24px;
	background: url(images/vcard.png) no-repeat;
	text-indent: -9999px;
}