body    {
		background-color: #FFE7B5;
		margin: 0;
		padding: 10px 0;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
                 font-size: 0.8em;
		color: #305C35;
		}
	#navigation {
	position: absolute;
	background-color: #FFFDEA;
	left: 20px;
	width: 170px;
	padding: 10px;
	border-left: 1px solid #FF9F28;
	border-top: 1px solid #FF9F28;
	border-right: 2px solid maroon;
	border-bottom: 2px solid maroon;
}
	#navigation ul {
	margin: 0;
	padding: 0;
	width: 100%;
	list-style-type: none;
	}
	#navigation ul li {
	padding: 0;
	margin: 0;
	width: 100%;
	list-style-type: none;
	}
	#navigation ul li a {
	padding: 1px 0 0 0.3em;
	display: block;
	width: 100%;
	text-decoration: none;
	background-color: transparent;
	border-bottom: 1px solid maroon;
	}
	#navigation ul li a:hover {
	background-color: #FFE7B5;
	border-bottom: 1px solid Maroon;
	}
	#centercontent {
		background-color: #FFFDEA;
	  	margin-left: 226px;
   	margin-right: 20px;
		voice-family: inherit;
		border-left: 1px solid #FF9F28;
		border-top: 1px solid #FF9F28;
		border-right: 2px solid maroon;
		border-bottom: 2px solid maroon;
		top: 10px;
		bottom: 10px;
		padding: 20px;
		}
	html>body #centercontent {
		margin-left: 225px;
   	margin-right: 20px;
		}
	p {
		margin-left: 20px;
		margin-right: 20px;
		text-align: justify;
		}
	a:link {
		color: Maroon;
		}
	a:visited {
		color: #483D8B;
	}
	a:hover {
		color: red;
		}
	a:active {
		background-image: url(../images/pfeil.gif);
		background-position: right;
		background-repeat: no-repeat;
	}
	h1 {
		font-size: 1.6em;
		text-align: center;
		margin: 20px 20px 20px 20px;
		}
	h2 {
		font-size: 1.4em;
		padding-top: 6px;
		margin: 0 15px;
		font-variant: small-caps;
	}
	h3 {
		font-size: 1.2em;
		padding-top: 6px;
		margin: 0 15px;
		font-variant: small-caps;
      }
  h4 {
		font-size: 1.1em;
		text-align: center;
		margin-top: 4px;
		margin-bottom: 4px;
		}
  h6 {
		font-size: 1.2em;
		line-height: 30px;
		font-family: "Courier New", Courier, monospace;
		font-weight: bolder;
		color: #454545;
		text-align: center;
		}
	.date {
	  color: #999999;
	  text-decoration: none;
	  }
	.italic {
		font-size: 10px;
		font-weight: normal;
		color: #999999;
		text-decoration: none;
		font-style : italic;
		}
	img {
		margin: 15px;
		text-align: center;
		border: none;
		}
	hr {
		width: 80%;
		color: #FF9F28;
		background-color: #FF9F28;
		height: 3px;
		}
		input.button {
		background-color : #FEF1A9;
		color : #454545;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		border: 1px solid #FF9F28;;
	}
	.anzeige {
		margin: 10px auto 10px auto;
		width: 70%;
		text-align: center;
		background-color: #F0FFF0;
		padding: 5px;
		border-top: 2px solid #ffffff;
		border-right: 2px solid gray;
		border-left: 2px solid #ffffff;
		border-bottom: 2px solid gray;
		padding: 10px;
	}
	td {
	border-bottom: 1px dotted gray;
	text-align: left;
	}
	table {
	text-align: center;
	background-color: #F0FFF0;
	padding: 5px 5px 10px 5px;
	border-top: 2px solid #ffffff;
	border-right: 2px solid gray;
	border-left: 2px solid #ffffff;
	border-bottom: 2px solid gray;
	padding: 10px; width: 70%;
	margin: 30px auto 30px auto;
	}
	img.linksausgerichtet {
	float: left;
		}
	img.rechtsausgerichtet {
	float: right;
	}
	/*um ein Bild mittig auszurichten, bitte in einen Absatz <p class="middle"> legen - geht nun mal nicht anders!*/
	p.middle {
	text-align: center;
	margin: auto;
	}
	.foto {
	width: 460px;
	height: 250px;
	overflow: auto;
	margin-left: 50px;
	text-align: center;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;
	}
	.gb {
	margin: 3px 3px 3px 3px;
	}
	a.bildlink {
	background-color: transparent;
	border: none;
	}
	ul.inhalt {
		margin: 0 20px 0 20px;
	}
	a.backlink {
		float: right;
		display: block;
	}
	label {
		float: right;
		margin-right: 23px;
		margin-top: -4px;
		font-size: 0.9em;
		background-color: #ff9f28;
		color: #fffdea;
	}
         .label {margin:0;
         	padding:0;
                 display:block;}
         .rechts {float:right;}
         .links {float:left;}
	p.oben {
	margin-top: -2em;
	margin-right: -1em;
	float: right;
	background-color: #FF9F28;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	padding: 0.2em;
	}
	p.oben a {
		color: #fff;
		text-decoration: none;
	}
	p.oben a:hover {
		color: red;
		text-decoration: underline;
		background-color: #FFE7B5;
		border: 2px solid #FFE7B5;
	}
