body {
  font-family: Verdana, Arial, Helvetica, Sans serif;
  color:black;
  text-align:center;  /*Zentrierung für IE*/
  font-size: 0.9em;
  }
* html td {  /*für IE 5*/
  font-size: 0.9em;
  }

div {
  padding:0.5em;
  }

div#aussen {
  text-align:left;  /*Text wieder linksbündig*/
  margin:0 auto;   /*horizontale Zentrierung*/
  padding:0;
  border-width:1px; border-style:solid; border-color:darkslategray;
  width:90%;
  background-color:beige;
  }

/*Kopfzeile*/
div#oben {
  border-bottom:1px solid darkslategray;
  padding:0;
  min-height:116px;
  }

* html div#oben {
  height:116px;  /* Größe nur für IE*/
  }

div#logo {
  margin:0;
  float:left; width:150px;
  }

div#spruch {
  margin:0 0 0 170px;
  font-size: 0.9em;
  border-left:1px solid beige;
  }

/*Navigation*/
div#links {
  margin:0;
  clear:both; float:left; width:150px;
  overflow:hidden; /*überstehendes wird abgeschnitten*/
/*  font-size: 0.9em;  */
  min-height:500px;
  }

* html div#links { /*für IE 5*/
  width:160px;
  height:500px;
  }

/*Inhalt*/
div#rechts {
  margin:0 0 0 170px;
  background-color:lightyellow;
  border-left:1px solid darkslategray;
  min-height:500px;
  }

* html div#rechts { /*für IE 5*/
  height:500px;
  }

/*Fusszeile*/
div#unten {
  clear: both;
  margin: 0;
  text-align: center;
  border-top:1px solid darkslategray;
  font-size: 0.9em;
  }

/*weitere Text-Formatierungen*/
div#spruch span {
  font-style: italic;
  }

.wichtig {
  font-weight:bold;
  }

/*Links*/
a {text-decoration: none;
 font-weight:500
 }
a:link {color:black;}
/*a:visited {color:#808080} */
a:visited {color:darkslategray}
/*a:hover {color:lightslategray} */
a:hover {color:#C0C0C0}
a:active {color:black}

/*Links im Text */
div#rechts a {text-decoration: underline;}

/*Überschriften*/
h2 {
  margin:0;
  font-size:1.1em;
  }
h3 {
  margin:0;
  font-size:1em;
  }
