html,body {
	margin: 0px;
	padding: 0px;
	height:100%;
}

img {
	border: none;
}

img a{
	border: none;
}

body {
	font-family:  Arial, Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: black;
	background-color: #887e74;
}

hr {
	background-color: #ffba00;
	height: 5px;
}

#rahmen {
	width:937px;
	height:auto;
	margin: 0px;
	padding: 0px;
	margin-top: 30px;
	display: block;
	position: absolute;
	left:50%;
	margin-left:-468px;
}

#navigation {
	width: 222px;
	min-height: 100px;
	position: absolute;
	background-image: url(../images/navi.jpg);
	top: 182px;
	background-repeat: no-repeat;
}

#hotline {
	width: 180px;
	height: 50px;
	float: left;
	margin-top: 30px;
	margin-left: 20px;
	background-image: url(../images/hotline.jpg);
}

#kopf {
	width: 937px;
	height: 368px;
	float: left;
}

#head_links {
	width: 4px;
	height: 368px;
	float: left;
	background-image: url(../images/head_links.jpg);
}

#head_mitte {
	width: 929px;
	height: 368px;
	float: left;
}

#header {
	width: 929px;
	height: 129px;
	float: left;
	background-color: white;
}

#satz {
	width: 288px;
	height: 34px;
	float: left;
	background-image: url(../images/satz.jpg);
	margin-left: 30px;
	margin-top: 47px;
}

#logo {
	width: 285px;
	height: 62px;
	float: left;
	margin-top: 35px;
	margin-left: 50px;
}

#foto {
	width: 238px;
	height: 129px;
	float: right;
	background-image: url(../images/foto.jpg);
}

#balken_orange {
	width: 929px;
	height: 5px;
	float: left;
	background-color: #ffba00;
}

#balken {
	width: 929px;
	height: 55px;
	float: left;
	background-image: url(../images/balken.jpg);
	background-color: #60982d;
}

#bild {
	width: 929px;
	height: 150px;
	float: left;
}

#head_rechts {
	width: 4px;
	height: 368px;
	float: left;
	background-image: url(../images/head_rechts.jpg);
}

#content {
	width: 929px;
	min-height: 500px;
	float: left;
	margin-top: -179px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;
}

#content_text1 {
	width: 600px;
	height: auto;
	float: left;
	margin-top: 30px;
	margin-left: 270px;
}

#content_text2 {
	width: 620px;
	height: auto;
	float: left;
	margin-top: 30px;
	margin-bottom: 20px;
	margin-left: 260px;
	background-color: #dfdeda;
}

#map_canvas {
	width: 600px;
	height: auto;
	float: left;
	margin-top: 30px;
	margin-left: 270px;
	margin-bottom: 10px;
}

#links {
	width: 280px;
	height: auto;
	float: left;
	margin-top: 15px;
	margin-left: 10px;
	margin-bottom: 15px;
}

#rechts {
	width: 280px;
	height: auto;
	float: right;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 15px;
}

#adresse {
	width: 900px;
	height: 20px;
	float: left;
	margin-top: 7px;
	margin-left: 100px;
	color: white;
	font-size: 11px;
}

#content_startseite1 {
	width: 300px;
	min-height: 100px;
	float: left;
	margin-left: 270px;
	margin-bottom: 15px;
	margin-top: 15px;
}

#content_startseite2 {
	width: 280px;
	min-height: 100px;
	float: right;
	margin-right: 40px;
	margin-bottom: 15px;
	margin-top: 15px;
	background-image: none;
}

/* ###################################################### */
/* ####################### NAVIGATION ################### */
/* ###################################################### */

/* Level 1 */
#navigation ul {
	width:170px;
	margin:0;
	padding:0;
	margin-top: 30px;
	margin-left: 10px;
	background-color:transparent;
}
#navigation ul li {
	width:170px;
	margin:0;
	padding:0 0 0 10px;
	list-style-type:none;
}
#navigation ul li a {
	display:block;
	width:170px;
	height:30px;
	line-height:30px;
	margin:0;
	padding:0 0 0 10px;
	font-size:13px;
	color:white;
	border-bottom:1px solid white;
	text-decoration:none;
}
#navigation ul li a:hover, #navigation ul li.active a {
	background-image:url(../images/navi_pfeil_zu.jpg);
	background-repeat:no-repeat;
	background-position:160px 10px;
	background-color: #ffba00;
	color: black;
}

/* ###################################################### */
/* ####################### MAIN CONTENT ################# */
/* ###################################################### */
#content {
	font-size:13px;
	color:black;
	line-height:18px;
}
#content h1, #content h2 {
	margin:0 0 10px 0;
	padding:0;
	font-size:24px;
	font-weight:normal;
	color:#60982d;
}
#content h1 {
	line-height:22px;
}
#content h1 a {
	color:#0060b1;
	text-decoration:none;
}
#content h2 {
	font-style:italic;
	font-size:11px;
}

img.hr {
	display:block;
	margin:10px 0;
	padding:0;
}

/* ###################################################### */
/* ####################### LINKS ######################## */
/* ###################################################### */
a {
	color:#60982d;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}