body {
	background-color:#5e5e5e;
	background-image: url(bilder/body_bg.gif);
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.75em;
	line-height:1.5em;
	color: #000;
	padding: 0;
	margin: 0;
	}
a {
	color:#000;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	text-decoration:underline overline;
}
a:visited {
	color:#5e5e5e;
}
h1 { /* dient als Navigationshilfe und Fußzeile */
	font-size:1em;
	color:#dcd387;
	text-transform:uppercase;
	background-color:#366636;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	padding:3px 10px;
	margin: 0;
	text-align: right;
}
h2 {
	font-size:1em;
	color:#366636;
	text-shadow: 1px 1px 3px #8c8234;
	border-top:1px solid #366636;
	border-bottom:1px solid #366636;
	padding:0;
	margin:10px 10px 5px 10px; 
	clear: both;
}
h3 {
	font-size:1em;
	font-weight:bold;
	margin: 10px 10px 5px 10px;
	clear: right;
}
p, pre {
	padding: 10px 0 0 10px;
	margin: 0;
	text-align:justify;
}
p {
	padding:5px 10px;
	margin: 0;
}
img {
	border:none;
}
ul {
	margin-top: 1px;
}
.zehn {
	font-size: 0.75em;
}
.newsbild, .homepagebild {
	float:right;
	margin: 0 0 4px 10px; 
	padding: 0;
	border: none;
	border-radius: 2px;
}
.menubild {
	float:left;
    margin:0; 
	padding:0;
	border:none;
}
/* ----------container beinhaltet & zentriert das Layout-------------- */
#container {
	visibility: visible;
	width:800px; 
	margin-left: auto;
	margin-right: auto;
	margin-top:10px;
	background-color:#366636;
}
/* Banner ganz oben mit Navigationshilfe als <h1> */
#banner {
	background-color:#366636;
	text-align:right;
	padding: 0;
	margin: 0;
}
/*Navigavtion auf der linken Seite*/
#menu {
	float:left;
	width:150px;
	margin: 0;
	padding: 0;
}
#inhalt {
	background-color:#ccc377;
	padding:0;
	overflow:auto;
}
div#inhalt {
	height:560px;
}
/* ganz unten */
#fusszeile {
	clear:both;
	margin: 0;
	padding: 0;
	text-align:right; 
}
.vorschaubild {
	float: left; 
	width:300px;
	height:120px;
	padding-left: 10px;
	margin-bottom: 15px;
	font-size:0.85em;
}
/* -----------Es folgen die Menü-Styles-------------*/
#menu {
	font-size:1.2em;
	border:none;
	color:#fff;
}  
#menu a {
	display:block;
	margin:10px;
	padding:3px 3px 3px 10px;
	font-weight:bold;
	text-decoration:none;
	border:1px;
	background:url(bilder/sonstiges/button_yellow.jpg) repeat;
	border-style:outset;
}
#menu a:link {
	text-decoration:none;
	color:#fff;
}
#menu a:visited {
	text-decoration:none;
	color:#fff;
}
#menu a:hover {
	text-decoration:none;
	color:#000;
	border-style: inset;
	border-width: 1px;
	background:url(bilder/sonstiges/button_yellow_rev.jpg) repeat;
}
  
#menu a:active {
	text-decoration:none;
	border-style:outset;
	border-width: 1px;
	background:url(bilder/sonstiges/button_yellow.jpg) repeat;
}
#menu a.aktuell {
	border: inset;
	border-width: 1px;
	color:#000;
	background:url(bilder/sonstiges/button_yellow_rev.jpg) repeat;
}
/* Definitionen für Untermenü */
#menu .untermenue {
	font-size: 10px;
	padding-left: 20px;
	margin-top: -7px;
	margin-bottom: 10px;
	border:none;
}
#menu .untermenue a {
	color:#fff;
	background: none !important;
	border:none !important;
	margin: 0;
	padding: 0;
}
#menu .untermenue a:hover,
#menu .untermenue a.aktuell {
	color:#dcd387;
	font-size: 1.2em;
}
/* Bild im Menü */
#menu img {
	display:block;
	margin: 0;
}
#menu img.besucher {
	margin-left: 10px;
	margin-bottom: 10px;
}
/* ****Fotogalerie**** */
.fotocontainer{
	border: none;
	background-color: #838383;
	margin-left: auto;
	margin-right: auto;
	width: 830px;
}
table.fotos {
	border-collapse: collapse;
	text-align: center;
	font-size: 0.75em;
}
table.fotos td {
	padding: 3px;
	vertical-align: center;
}
table.fotos td img {
	padding: 5px;
}
table.fotos td a:hover img{
	padding: 4px !important;
	border: 1px solid #366636;
}
/* ****Fotogalerie - Einzelbild**** */
.zentrale {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	min-width: 100px;
}
.zentrale .fotocontainer {
	width: 820px;
}
.foto {
	margin: 10px;
}
.navi img {
	margin: 10px 3px 5px 3px;
}
.beschreibung {
	text-align: justify;
	font-size: 1.1em;
	line-height: 1.2em; 
	margin: 10px;
}
.fotocontainer .zehn {
	text-align: right;
	margin: 3px 10px;
}
