/*
	dunkelgrau: #707173
	grün: #97bf0d

*/

body {
	font-family: Verdana, Geneva, sans-serif;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
img {
	border: none;
}
#aussenrahmen {
	width: 996px;
	margin: 0 auto;
	z-index: 100;
	position: relative;
}
#schatten {
	background-image: url(../img/hintergrund-schatten.png) ;
	background-repeat: repeat-y;
}
#innenrahmen {
	width: 950px;
	margin: 0 auto;
}
#inhalt {
	width: 482px;
	float: left;
	margin-right: 28px;
	padding-top: 30px;
}
#adresse {
	float: left;
	width: 190px;
	padding-top: 30px;
}
#kopfzeile {
	display: block;
	height: 400px;
	margin: 0px;
	padding: 0px;
}
#schatten-fuss {
	background-image: url(../img/hintergrund-schatten-fuss.png);
	background-repeat: no-repeat;
	height: 90px;
}
.clearer {
	float: none;
	clear: both;
}


/* Navigation */
#navigation {
	width: 245px;
	float: left;
}
#navigation ol {
	margin: 0px !important;
	padding-top: 20px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	list-style-type: none;
	display: block;
}
#navigation ol li {
	width: 222px;
	text-align: right;
	clear: both;
	border-bottom: 1px solid #ffffff;
}
#navigation ol li a:link,
#navigation ol li a:visited {
	color: #ffffff;
	text-decoration: none;
	padding-right: 25px;
	font-size: 12px;
	font-weight: normal;
	height: 29px;
	padding-top: 12px;
	display: block;
}
#navigation ol li#aktiv a {
	font-weight: bold;
}
#navigation ol li a:hover {
	text-decoration: underline;
}


/* Inhaltsformate */
#inhalt p {
	font-size: 12px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 6px;
	line-height: 18px;
}
#inhalt h1 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 13px;
	color: #97bf0d;
}
#inhalt h2 {
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #97bf0d;
	margin-top: 20px;
	margin-bottom: 0px;
}
#inhalt h3 {
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #000000;
	margin-top: 20px;
	margin-bottom: 0px;
}
#inhalt ul {
	font-size: 12px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	padding-left: 5px;
	line-height: 18px;
}
#inhalt ul li {
	list-style-type: square;
	padding-left: 0px;
	margin-left: 10px;
}
#inhalt a:link,
#inhalt a:visited {
	text-decoration: none;
	color: #97bf0d;
}
#inhalt a:hover {
	text-decoration: underline;
}
#adresse p {
	font-size: 12px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 6px;
	line-height: 24px;
	color: #707173;
}