/*	Wohnpark "Am alten Bahnhof" - Berge								*/
/*	CSS/XHTML Layouts & Typo3 Templates - HETTWER IT - www.hettwer-it.de		*/

html {
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	background:url(../img/bg.png) #fef7ec;
}

hr {
	color: #801818;
}
.clear {
	clear: both
}

.mittig {
	margin: 0 auto;
	text-align: left;
	width: 741px;
	min-height: 700px;
	z-index: 5;
	background-position: center top;
}

.logo {
	position: absolute;
	margin-top: 30px;
	margin-left: 30px;
}

.menu {
	position: absolute;
	margin-top: 140px;
	margin-left: 496px;
	z-index: 7;
}

ul#hauptmenu {
	width: 210px;
	margin: 0;
	font-family: 'Roboto', sans-serif;
}
ul#hauptmenu li {
	list-style: none;
	background-color: #801818;
	border-radius: 1px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
	margin: 0 5px 8px;
	padding: 5px 5px 5px 20px;
}

ul#hauptmenu li {
	cursor:pointer;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}
ul#hauptmenu li:hover {
	background-color: #6c1616;
}

.haupttext {
	position: absolute;
	margin-top: 35px;
	margin-bottom: 50px;
	background:url(../img/hintergrund_startseite.jpg) #fff;
	background-position:center bottom;
	background-repeat:no-repeat;
	border-radius: 10px;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.35);
	width: 741px;
	min-height: 650px;
	z-index: 6;
}

.haupttext p {
	font-family: 'Roboto', sans-serif;
	color: #4e4e4e;
}

.haupttext h1, h2, h3, h4, h5, a {
	font-family: 'Roboto', sans-serif;
	color: #801818;
	text-decoration: none;
}

.uhr {
	background: url("../img/load.gif") center no-repeat;
	cursor:wait;
}

.whg {
	cursor:pointer;
}

.verkauftewhg {
	cursor:pointer;
}

p.verkauftewhg {
	color: #ca0000;
	text-decoration:line-through;
}

span#reservieren {
	cursor:pointer;
	font-family: 'Roboto', sans-serif;
	color: #fff;
	padding: 5px 20px 5px 20px;
	background-color: #ca0000;
}

.haftungsausschluss {
	font-size: 8px;
}

span#uebersicht {
	cursor:pointer;
	font-family: 'Roboto', sans-serif;
	color: #fff;
	padding: 5px 20px 5px 20px;
	background-color: #ca0000;
}
