body {
	background-color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0px;
	margin: 0px;
	font-size: 12px;
}

/* Header */

#container {
	width: 870px;
	margin: 0px auto;
	padding: 0px;
	background-repeat: repeat-y;
}

#header-oben {
	width: 850px;
	height: 94px;
	background-image: url(../images/hg01.jpg);
	float: left;
}

.header-text {
	width: 500px;
	height: 30px;
	float: right;
	margin-top: 57px;
}

.header-text h1 {
	font-size: 25px;
	margin: 0;
	font-weight: normal;
}

.header-text h2 {
	font-size: 23px;
	text-align: right;
	margin: 0;
	font-weight: normal;
	font-style: italic;
}

/* Navigation */

#navigation {
	width: 270px;
	float: left;
	height: 272px;
	background-image: url(../images/navi.jpg);
	padding-top: 11px;
}

/* Navigation 1. Ebene */

.navi-on {
	background-image: url(../images/navi-hover.jpg);
	display: block;
	width:200px;
	height:25px;
	line-height:25px;
	margin:0;
	text-decoration:none;
	color: #000000;
	padding-left: 70px;
}

.navi-off {
	display:block;
	width:200px;
	height:25px;
	line-height:25px;
	margin:0;
	text-decoration:none;
	color: #000000;
	padding-left: 70px;
}

.navi-off:hover {
	background-image: url(../images/navi-hover.jpg);
}

.navi-active {
	color:#000000;
	text-decoration: none;
}

.navi-off-passiv {
	color: #000000;
	text-decoration: none;
}

/* Navigation 2. Ebene */

.navi-sec-on {
	margin-left:0px;
	color: #c56161;
	padding-bottom: 7px;
	padding-top: 7px;
	padding-right: 30px;
	float: left;
	text-decoration: none;
	font-weight: bold;
}

.navi-sec-off {
	color: #000000;
	padding-bottom: 7px;
	padding-top: 7px;
	padding-right: 30px;
	float: left;
	text-decoration: none;
}

.navi-sec-off:hover {
}

.navi-sec-active {
	color:#c56161;
	text-decoration: none;
}

.navi-sec-offline {
	color:#000000;
	text-decoration: none;
}

.navi-sec-open {
	color:#c56161;
	text-decoration: none;
}

/* Header */

#header-bild {
	width: 580px;
	height: 283px;
	float: left;
	background-image: url(../images/hg-bild.jpg);
}

.header-text02 {
	width: 570px;
	margin-top: 250px;
	text-align: right;
	margin-right: 10px;
}

.header-text02 h5 {
	font-size: 20px;
	margin: 0;
	font-weight: normal;
}

#header-linie {
	width: 780px;
	height: 30px;
	float: left;
	background-image: url(../images/hg-linie.jpg);
	padding-left: 70px;
}

/* Content */

#content {
	width: 870px;
	float: left;
	background-image: url(../images/hg-content.jpg);
}

.headline {
	width: 510px;
	margin-left: 70px;
	margin-top: 56px;
}

.headline h1{
	font-size: 14px;
	font-weight: bold;
	margin: 0;
}

.text {
	width: 510px;
	margin-left: 70px;
	margin-top: 15px;
	margin-bottom: 50px;
}

.text h4 {
	color: #c28f8a;
	margin: 0;
}

.bilder {
	width: 212px;
	float: right;
	margin-top: 60px;
}

.bild1 {
	width: 206px;
	height: 156px;
	float: right;
	padding-top: 6px;
	padding-left: 6px;
	margin-bottom: 20px;
	background-image: url(../images/hg-bild-transp.png);
}

.bild2 {
	width: 210px;
	height: 158px;
	background-color: #e3d5d2;
	-moz-opacity: 0.7;
	padding-top: 8px;
	padding-left: 10px;
	float: right;
	margin-bottom: 20px;
}

/* Footer */

#footer {
	width: 800px;
	float: left;
	height: 70px;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	padding-top: 50px;
	padding-left: 70px;
}

