* {
	padding: 0;
	margin: 0;
}
h2, h3, p, ul, ol  /* Abstand nach unten */ {
	margin-bottom: 1em;
}
ul ul  /* Verschachtelte Listen ohne Abstand */ {
	margin-bottom: 0;
}
li  /* Abstand von links */ {
	color: #fbbd59;
	margin-left: 1em;
	display: inline;
}
li a:visited {
	color: #f90;
}
body {
	color: #333;
	background-color: #d6d6d6;
	font-family: Verdana, Arial, Helvetica, san-serif;
	font-size: small;  /* Schriftgröße */
	background-repeat: repeat-y;
	background-position: center top;
	text-align: center;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	scrollbar-3dlight-color: #EBBD7E;
	scrollbar-arrow-color: #EBBD7E;
	scrollbar-darkshadow-color: #f5e6c8;
	scrollbar-face-color: #f5e6c8;
	scrollbar-highlight-color: #f8e9d3;
	scrollbar-shadow-color: #ebbd7e;
	scrollbar-track-color: #f5e6c8;
}
html {
	width: 100%;
	height: 99%;
}
h1 {
	color: #ebbd7e;
	font-size: 160%;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
}
h2 {
	color: #ebbd7e;
	font-size: 130%;
	font-style: normal;
	font-weight: 400;
	padding-top: 0;
}
h3 {
	color: #ebbd7e;
	font-size: 100%;
	font-weight: 400;
	line-height: normal;
}
h4 {
	color: #f8e9d3;
	font-size: 100%;
	font-weight: 800;
	margin-left: 20px;
}
p  /* normale Schrift */ {
	color: #646464;
	font-size: 12px;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-style: normal;
	text-align: left;
	vertical-align: text-bottom;
	margin-left: 10px;
	padding: 10px;
}
span  /* Schlagwörter */ {
	color: #f90;
	font-size: 12px;
	font-weight: normal;
	text-align: inherit;
	margin-left: 20px;
}
a {
	color: #f90;
	text-decoration: none;
	outline-style: none;
	outline-width: medium;
	list-style-type: none;
}
.text {
	color: #646464;
	font-size: 13px;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-style: normal;
	text-align: left;
	max-width: 590px;
	margin-right: 10px;
	margin-left: 20px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
.ueberschrift {
	color: #646464;
	font-size: 18px;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-style: normal;
	text-align: left;
	position: relative;
	top: 45px;
	right: 10px;
	height: 20px;
	float: left;
	margin-left: 20px;
}
.seitentitel {
	color: #464646;
	font-size: 16px;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-style: normal;
	text-align: left;
	position: relative;
	top: 5px;
	height: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
}
.lauftext {
	color: #646464;
	font-size: 14px;
	font-family: "Zapf Chancery", "Comic Sans MS", cursive;
	text-align: left;
	position: static;
	bottom: 100px;
	height: auto;
}
.bildunterschrift {
	color: #646464;
	font-size: 13px;
	font-weight: bolder;
	font-style: normal;
	text-align: left;
	margin-bottom: 5px;
	height: auto;
	margin-left: 20px;
}
.bild {
	height: 250px;
	margin: 20px;
	padding: 7px;
	border: solid 1px #f90;
	display: block;
}
.titelbild {
	display: block;
	padding: 7px;
	height: 350px;
	vertical-align: middle;
	position: relative;
	float: left;
	border: solid 1px #f90;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: 20px;
	width: auto;
}
.vorschaubild {
	padding: 7px;
	height: 250px;
	margin: 30px auto 20px 20px;
	border: solid 1px #f90;
}
.galeriebild {
	background-color: #f5e6c8;
	text-align: center;
	width: 55px;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	display: block;
}
.hinweis {
	color: #646464;
	font-size: 12px;
	font-style: italic;
	text-align: left;
	position: relative;
	top: 80px;
	left: 400px;
	width: 200px;
	float: left;
}
.zurueckhinweis {
	color: #646464;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	text-align: left;
	position: relative;
	top: 130px;
	left: 200px;
	width: 200px;
	float: left;
}
.zurueckhinweis a:link {
	color: #f90;
}
.zurueckhinweis a:visited {
	color: #ffa500;
}
.zurueckhinweis a:hover, a:focus {
	color: #ffa500;
}
.zurueckhinweis a:active {
	color: #646464;
}
.farbe1 {
	background-color: #f5e6c8;
}
.farbe2 {
	background-color: #8c8c8c;
}
.farbe3 {
	background-color: #f90;
}
.farbe4  /* Schriftfarbe */ {
	background-color: #fbbd59;
}
.farbe5 {
	background-color: #646464;
}
#wrapper {
	background-repeat: repeat-y;
	text-align: left;
	position: relative;
	width: 900px;
	height: 99%;
	overflow: auto;
	margin: 0 auto;
	border: solid 1px #8c8c8c;
}
#grossesfenster {
	\width: 720px;
}
#grossesfenster {
	\height: 81%;
}
#grossesfenster {
	widt\h: 720px;
}
#grossesfenster {
	heigh\t: 81%;
}
#grossesfenster {
	height: 81%;
	width: 720px;
	left: 148px;
	top: 127px;
	position: absolute;
	overflow: inherit;
	visibility: visible;
}
#fenster {
	background-color: #f5e6c8;
	background-repeat: repeat-y;
	text-align: left;
	width: 720px;
	height: 99%;
	overflow: auto;
	border-top: 9px solid #f5e6c8;
	border-bottom: 5px solid #f5e6c8;
}
#linkerteil {
	position: fixed;
	top: 20px;
	left: 0;
	width: 80%;
	height: inherit;
	float: left;
	padding-top: 20px;
	padding-bottom: 10px;
	border-color: #f5e6c8;
	border-width: 1px;
}
#rechterteil {
	position: relative;
	top: 30px;
	left: -10px;
	width: 75px;
	height: auto;
	float: right;
	border-right: 1px solid #f90;
	border-left: 1px solid orange;
}
#logo {
	background-color: #8c8c8c;
	text-decoration: none;
	position: relative;
	top: 0;
	left: 0;
	width: 113px;
	height: 117px;
	z-index: 999;
	padding-top: 10px;
	padding-right: 17px;
	padding-left: 15px;
}
#clear {
	clear: both;
}
#kopfbereich {
	background-image: url(../bilder_2009/Kopfbild_2009.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	position: absolute;
	top: 0;
	left: 0;
	width: 900px;
	height: 110px;
}
#hauptnavi {
	position: absolute;
	top: 99px;
	left: 145px;
	width: 755px;
	height: 18px;
	margin-top: 10px;
}
#hauptnavi li {
	padding-right: 10px;
	display: inline;
	border-right: 1pt solid #f90;
}
#hauptnavi li a:link {
	color: #f8e9d3;
	outline-style: none;
	outline-width: medium;
}
#hauptnavi li a:visited {
	color: #ebbd7e;
}
#hauptnavi li a:hover, a:focus {
	color: #ffa500;
}
#hauptnavi li a:active {
	color: #646464;
	background-color: #f5e6c8;
}
#hauptnavi ul {
	list-style-type: none;
	margin: 1px 0 0 10px;
	padding: 0;
}
#hinweisbox {
	font-size: 14px;
	background-color: #f5e6c8;
	position: relative;
	top: 40px;
	width: 220px;
	float: left;
	margin-left: 20px;
	padding: 5px;
	border: dashed 1pt #f5e6c8;
}

