td {font-family:verdana, Arial, Helvetica, sans-serif;color:#000000;font-size:8pt;}

a				{margin: 0px; text-decoration: none; font-size: 8pt; font-family: verdana, Arial, Helvetica, sans-serif; font-weight: normal; font-style: normal; color: #f39b27;}
a:visited		{margin: 0px; text-decoration: none; font-size: 8pt; font-family: verdana, Arial, Helvetica, sans-serif; font-weight: normal; font-style: normal; color: #000000;}
a:hover			{margin: 0px; text-decoration: none; font-size: 8pt; font-family: verdana, Arial, Helvetica, sans-serif; font-weight: normal; font-style: normal; color: #f39b27;}
a:link			{margin: 0px; text-decoration: none; font-size: 8pt; font-family: verdana, Arial, Helvetica, sans-serif; font-weight: normal; font-style: normal; color: #000000;}
a:active		{margin: 0px; text-decoration: none; font-size: 8pt; font-family: verdana, Arial, Helvetica, sans-serif; font-weight: normal; font-style: normal; color: #000000;}

 body {
  color: black;
  font-size: 0.8em;
  font-family: verdana, Arial, Helvetica, sans-serif;
  margin: 0; padding: 0em;
  height: 100%;
}

div#Seite {
       				 /* Seiteninhalt wieder links ausrichten */
    margin: 0;      /* standardkonforme horizontale Zentrierung */
    width: 760px;
    padding: 0em;
	height: 100%;
  }
  
  
 div#Rand {
    margin: 0;
    width: 35px;
    padding: 0em;
	height: 1000px;
	background-color: #c94f3a;
	float: left;
  }

ul#Navigation {
  font-size: 0.99em;
  float: left; width: 180px;
  margin: 0; padding: 0;
  height: 1000px;
  text-align: right;
  background-color: #c94f3a;
  
}


ul#Navigation li {
  list-style: none;
  margin: 0; padding: 0.5em;
}
ul#Navigation a {
  text-decoration: none;
  display: block;
  padding: 0.2em;
  font-weight: bold;
}
ul#Navigation a:link {
  color: #f39b27;
}
ul#Navigation a:visited {
  color: #f39b27;
}
ul#Navigation a:hover {
  color: white;
}
ul#Navigation a:active {
  color: white;
}


div#Inhalt {
    margin-left: 22em;
    padding: 0 1em;
    min-width: 16em; /* Mindestbreite (der Ueberschrift) verhindert Anzeigefehler in modernen Browsern */
  }
  div#Inhalt h1 {
    font-size: 1.5em;
    margin: 0 0 1em;
	
  div#Inhalt p {
    font-size: 1em;
    margin: 1em 0;
  }



