body {
	background-color: #FFFFFF;
  color: black;
	font-family: arial, helvetica, sans-serif;
  font-size: 80%;
  margin: 0; 
  padding: 0;
  text-align: left;  /* Zentrierung im Internet Explorer */
}

a:link {
	color: black;
	text-decoration: none;
}
a:visited {
	color: black;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
p {
	color: black;
}
h1 {
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: black;
	font-size: 24;
}
h2 {
	color: black;
	font-size: 18;
	font-weight: bold;
	font-stretch: normal;
}

#Seite {
  float: left;
  text-align: left;    /* Seiteninhalt wieder links ausrichten */
  margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
  width: 600px;
  padding: 0px;
  border: 0px;
}

#Logo {
  position: absolute;
  left: 0px;
  top: 0px;
  margin-left: 0px;
  margin-top: 0px;
  width: 165px;
}

#Lokator {
  position: absolute;
  left: 0px;
  margin-left: 175px;
  top: 115px;
  background-color: white;
  height: 2.5ex; 
}

#Lokator a {
	text-decoration: underline;
}

html>body div#Seite {
  border-color: gray;  /* Farbangleichung an den Internet Explorer  */
}

#Navigation {
  position: absolute;
  left: 0px;
  top:0px;
  width: 124px;
  font-size: 1em;
  padding: 0px;
  padding-top: 160px;
  margin: 0px; 
  border: 0px;
}
#Navigation ul {
  margin: 0px;
  padding: 0px;
}
#Navigation li {
  list-style: none;
  margin: 0; padding: 0px;
  border-bottom: 1px solid #D8D5C5;
  border-right: 1px solid #D8D5C5;
  border-left: 1px solid #D8D5C5;
}
#Navigation li.first{
  border-top: 1px solid #D8D5C5;
}

#Navigation ul a {
  display: block;
  padding: 3px;
}
#Navigation ul a:link {
}
#Navigation ul a:visited {
}
#Navigation ul a:hover {
  background-color: white;
}
#Navigation ul a:active {
  background-color: white;
	text-decoration: underline;
}

#Farbverlauf {
  border: 0px;
  height: 0px;
  width: 0px;
}


#Ueberschrift {
  position: absolute;
  left: 170px;
  top: 0px;
  height: 91px;
  width: 385px;
}

#Inhalt {
  position: absolute;
  left: 130px;
  top: 130px;
  text-align: left;
  padding: 10px;
  min-width: 20em; /* Mindestbreite (der Ueberschrift) verhindert Anzeigefehler in modernen Browsern */
  min-height: 30em;
  max-width: 616px;

}

#Inhalt a {
 	text-decoration: underline;
}
	
#Inhalt table {
  border-collapse: collapse;
  border: 1px solid #D8D5C5;
  margin-bottom: 1.8em;
  font-size: 90%;
  
}

#Inhalt th {
  padding: 5px;
  font-weight: bold;
  text-align: right;
  padding-right: 8px;
  vertical-align: top;
}

#Inhalt td {
  padding: 5px;
  border-color: #D8D5C5;
  vertical-align: top;
}

#Inhalt h1 {
  font-size: 1.5em;
  margin: 0 0 1em;
}
#Inhalt h2 {
  font-size: 1.2em;
  margin: 0 0 1em;
}
#Inhalt p {
  font-size:1em;
  margin: 1em 0;
}

#Footer {
  margin-top: 1em;
  padding: 5px;
  width: 128px;
  color: #696C67;
  font-size: xx-small;
}

#Footer a {
  color: #999999;
  margin: 0px;  
}

#quot2 {
	font-family: arial, helvetica, sans-serif;
	font-size: 12;
	line-height: 1.4;
}
#description{
	text-align: center;
	font-family: arial, helvetica, sans-serif;
	font-size: 10;
}

#nachOben {
 text-align: right;
 font-size: small;
 margin-bottom: 1ex;
}

#nachOben a {
 color: #999999;
}

.kursiv {
  font-size: 16;
  font-style: italic;
  font-weight: normal;
}

.note {
  font-size: 12;
  font-style: italic;
   color: #999999;
}

.daten {
  font-family: arial, helvetica, sans-serif;
  font-weight: normal;
  margin-left: 1em;
}

.eingerueckt {
  margin-top: -2em;
  margin-left: 1em;
}

.nextPage {
  text-align: right;
}

.previousPage {
  text-align: left;
}

.Eintrag_Aktuelles {
  clear: right;
}

.Eintrag_Aktuelles .Titel {
  font-weight: bold;
  font-size: medium;  
  margin-bottom: 1ex;
}

.Eintrag_Aktuelles .Datum {
  font-size: small;  
  font-weight: normal;

}

.Eintrag_Aktuelles .Bild {
  margin: 10px;
  float: right;
}

.Eintrag_Aktuelles .Bild img {
  border: 1px solid #CCCCCC;
}

.Eintrag_Aktuelles .Inhalt {
  margin-bottom: 3ex;
}
