html {
	overflow-x: hidden;
}
body {
	scrollbar-face-color: #000000;
    scrollbar-darkshadow-color: #000000;
    scrollbar-base-color: #000000;
    scrollbar-track-color: #746042;
    scrollbar-arrow-color: #B39466;
    scrollbar-highlight-color: #B39466;
    scrollbar-shadow-color: #B39466;
		font-family: Century Gothic, Verdana, Arial;
		font-size: 8pt;
		color: #B39466;
}
body a {
		color: #B39466;
		text-decoration:none;
		font-weight:bold;
}
body a:hover {
		color: #7E6848;
}
.location {
	float:right;
}
.location a {
	margin:0px 12px;
}
input, textarea {
            background-color: #1D1D1D;
            border: 0px;
            font-family: Century Gothic, Verdana, Arial;
	    font-size: 8pt;
	    color: #B39466;
           }
.reserve {
	background-color: #1D1D1D;
    border: 0px;
    font-family: Century Gothic, Verdana, Arial;
	font-size: 8pt;
	color: #B39466;
}

.pressbody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #B39466;
	background-color: #000000;
}
.mainbody {
	background-color: #000000;
}
.maindiv {
	width: 940px;
	height: 500px;
	position: absolute;
	top: 46%;
	left: 50%;
	margin-left: -470px; /*das ist die hälfte der breite... nur im minusbereich*/
	margin-top: -250px; /*das ist die hälfte der höhe... nur im minusbereich*/
	border: 0px;
}
.headline {
	font-family: Century Gothic, Verdana, Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #B39466;
	margin-right: 20px;
}
.text01 {
	font-family: Century Gothic, Verdana, Arial;
	font-size: 8pt;
	color: #B39466;
	margin-right: 20px;
}
.text01 a {
	color: #B39466;
}
.text02 {
	font-family: Century Gothic, Verdana, Arial;
	font-size: 7pt;
	color: #B39466;
	float:right;
}
.text02 a {
	color: #B39466;
	text-decoration:none;
}
.novalab { 
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9px;
}