/*/////////////////////////////////////////////////////////////////////////////
CSS - Definition fuer Haus-der-Freizeit Pagelayout
*/

#inhalt {
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 15px;
	margin-top: 0px;
}

ul.rex-navi1 {
	margin: 0;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-left: -25px;
}

li.lev1 {
	color: black;
	display: inline;
	margin-right: 25px;
	font-size: 14px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.lev1 a {
	color: black;
	text-decoration: none;
}

.lev1 a:hover {
	color: #00008b;
	text-decoration: underline;
}

.rex-current {
	text-decoration: none;
	font-weight: bold;
}


#Container {
	width: 900px;
	padding: 0px;
	left: 50%;
	margin-left: -450px;
	position: absolute;
	margin-top: 0px;
} 

#headerBlock {
	width: 900px;
	height: 85px;
	text-align: center;
}

#leftBlock {
	float: left;
	width: 120px;
	margin-right: 10px;
}

#mainBlock {
	width: 640px;
	float: left;
	margin: 0;
}

#rightBlock {
	float: right;
	width: 120px;
	margin-left: 10px;
}

#footerBlock {
	width: 638px;
	border-top-color: #999999;
	border-top-style: solid;
	border-top-width: 1px;
	border-right-color: #999999;
	border-right-style: solid;
	border-right-width: 1px;
	border-left-color: #999999;
	border-left-style: solid;
	border-left-width: 1px;
}


/*/////////////////////////////////////////////////////////////////////////////
CSS - Definition REDAXO-Standard
*/
body {
	margin: 0;
	padding: 0;
	background-image: url(files/hg-startseite-oben.jpg);
	background-position: top;
	background-repeat: repeat-x;
}

