<style type="text/css">
/***	Seitendesign ***/
body {
   	background-color: 		#ffffff;
}
/*** wrapper ***/
#wrapper {
	width:				800px;
	margin:				0 auto;
}

/*** Kopfzeile ***/
#header {
	font-family:			"Arial", Arial, sans-serif;
	clear: 				both;
	color: 				#003560;
	padding: 			1%;
	border-bottom: 			#8dae10 solid 1px;
	text-transform: 		uppercase;
	margin:				0;
	font-size: 			2.25em;
	letter-spacing:			1px;
	cursor:				default;
}

/*** Fusszeile ***/
#footer {
	font-family:			"Arial", Arial, sans-serif;
	clear: 				both;
	color: 				#5c5c5c;
	padding: 			1%;
	border-top: 			#8dae10 solid 1px;
	border-bottom: 			2px solid #ccc;
	font-size: 			0.75em;
	text-transform: 		none;
	cursor:				default;
}
#footer a:link, #footer a:visited {
	text-decoration:		underline;
	color:				#5c5c5c;
	font-size:			1em;
	}
#footer a:hover {
	text-decoration:		underline;
	color:				#8DAE10;
}
#fusszeilentext {
	font-size: 			0.8em;
}

/*** Navigation ***/
#Navigation {
	float:				left;
	width:				240px;
	font-family:			"Arial", Arial, sans-serif;
	border-right: 			#8dae10 solid 1px;
	height:				500px;
}
#Navigation li {
	font-weight:			bold;
	list-style-type: 		none;
	padding-top: 			0.5em;
	padding-bottom: 		0em;
	padding-left: 			0.5em;
	color: 				#003560;
	font-size: 			1.25em;
	line-height: 			125%;
}
#Navigation ul {
	padding-top: 			0em;
	padding-bottom: 		0em;
	list-style-type: 		none;
	color: 				#003560;
	list-style-image: 		url(../images/pfeil-link-blau-listeinhalt.gif);
	font-size: 			0.6em;
	line-height: 			125%;
}
#Untermenue li {
	font-weight:			bold;
	list-style-type: 		none;
	padding-top: 			0.1em;
	padding-bottom:			0em;
	padding-left: 			0em;
	color: 				#003560;
	font-size: 			1.5em;
	line-height: 			100%;
}
#UnterUntermenue li {
	font-weight:			bold;
	list-style-type: 		none;
	padding-top: 			0.1em;
	padding-bottom:			0em;
	padding-left: 			0em;
	color: 				#003560;
	font-size: 			2em;
}
#Navigation a:link, #Navigation a:visited {
	display:block;
	text-decoration:		none;
    	color: 				#003560;
	font-weight:			bold;
	background-color:		#ffffff;
}
#Navigation a:hover, #Navigation a:active, #Navigation a:focus {
	text-decoration:		none;
    	color:				#003560;
	background-color:		#8DAE10;
	font-weight:			bold;
}


/***	Ueberschriften ***/	
h1 {
	font-family:			"Arial", Arial, sans-serif;
	letter-spacing:			0.1em;
        word-spacing:			0.3em;
	margin:				0;
	color: 				#003560;
	font-size: 			1.5em;
	padding-bottom:			0.5em;
	padding-top:			0.5em;
}
h1 a:link, h1 a:visited, h1 a:focus, h1 a:active {
	display:block;
	text-decoration:		underline;
    	color: 				#003560;
	font-weight:			bold;
	background-color:		#ffffff;
}
h2 {
	font-family:			"Arial", Arial, sans-serif;
	letter-spacing:			0.05em;
        word-spacing:			0.2em;
	margin:				0;
	color: 				#003560;
	font-size: 			1em;
	padding-bottom:			0.5em;
	padding-top:			0.5em;
}
h2 a:link, h1 a:visited, h1 a:focus, h1 a:active {
	display:block;
	text-decoration:		underline;
    	color: 				#003560;
	font-weight:			bold;
	background-color:		#ffffff;
}
h3 {
	font-family:			"Arial", Arial, sans-serif;
	letter-spacing:			0.025em;
        word-spacing:			0.1em;
	margin:				0;
	color: 				#003560;
	font-size: 			0.875em;
	padding-bottom:			0.5em;
	padding-top:			0.5em;
}
h3 a:link, h1 a:visited, h1 a:focus, h1 a:active {
	display:block;
	text-decoration:		underline;
    	color: 				#003560;
	font-weight:			bold;
	background-color:		#ffffff;
}

/*** Tabellen ***/
table {
	padding-bottom:			1em;
	border:                         0;
}
td#schmal {
	width:				130px;
	vertical-align:			top;
	align:				left;
}
td#breit {
	vertical-align:			top;
	align:				left;
}
table caption {
	font-family:			"Arial", Arial, sans-serif;
	font-size:			1.25em;
	letter-spacing:			0.05em;
        word-spacing:			0.2em;
	margin:				0;
	color: 				#003560;
	text-transform: 		uppercase;
	text-align:			left;
	font-weight:			bold;
	padding-bottom:			0.5em;
}

/*** Diashow ***/
#dia {
	font-family:			"Arial", Arial, sans-serif;
	color: 				#003560;
	padding: 			1%;
	letter-spacing:			0em;
        word-spacing:			0.1em;
	margin:				0;
}
#dia img {
	border:                         none;
	width:				100%;
}
iframe {
	width:				100%;
	height:				230px;
	border:                         none;
	scrolling:			no;
	overflow-x:			hidden;
	overflow-y:			hidden;
}
#dia #thumb img {
	border:                         none;
}
#dia #thumb {
	vertical-align:			bottom;
	width:				25%;
}

/*** Fliesstext ***/
#inhalt {
	font-family:			"Arial", Arial, sans-serif;
	padding-left:			1em;
	margin-left:			15em;
	height:				100%;
	border-left: 			#8dae10 solid 1px;
	width:				535px;
	cursor:				default;
}
#inhalt p {

	text-align:			justify;
	text-indent:			1em;
	
}
a:link, a:visited, a:focus, a:active {
	text-decoration:		underline;
    	color: 				#003560;
}
a:hover {
	text-decoration:		underline;
    	color:				#8DAE10;
}
#inhalt a {
	background:			url(../images/pfeil-gruen-klein.gif);
 	background-repeat:		no-repeat;
 	background-position:		left;
 	padding-left:			14px;
}
#inhalt ul {
	color:				#003560;
}
#inhalt li span {
	color:				#000000;
}

/*** Formulare ***/
form {
	width:				85%;
	font-family:			"Arial", Arial, sans-serif;
	padding-left:			20px;
}
input {
	width:				25em;
	border:				1px solid #003560;
	color:				#000000;
	font-size:			13px;
	font-family:			"Arial", Arial, sans-serif;
}
textarea {
	width:				25em;
	height:				15em;
	border:				1px solid #003560;
	color:				#000000;
	font-size:			13px;
	font-family:			"Arial", Arial, sans-serif;
}
.button {
	width:				15em;
	color:				#ffffff;
	border:				1px solid #006;
	background:			#003560;
	font-family:			"Arial", Arial, sans-serif;
}
</style>