/* last change: 04.05.2018 */


html {
  /* padding: 0; */
}

body {
  font: normal 100.01% Arial, Helvetica, sans-serif;
  font-size: 1em; line-height: 1.3em;
  color: black; background-color: white;
  min-width: 40em; /* Mindestbreite verhindert Anzeigefehler in modernen Browsern */
}


#Container {
  /* align-items: center; */ /* Vertikale Zentrierung */
  /*
  display: flex;
  justify-content: center;
  */
}
#Navi {
  /* position: absolute; */
  background-color: white;
  top: 0.1em; left: 0.1em;
  width: 65%;
  font-size: 1.1em;
}
#Main {
  /* position: absolute;
  top: 41em; left: 3em; */
  width: 700px;
  font-size: 1em;
}
#Aside {
  position: absolute;
  top: 1em; right: 1em;
  border: 0px solid silver;
  width: 185px; height: 125px;
  float: left;
}



.geheim     {color: white}
.aktiv      {color: black; background-color: #fecd29}
.kommentar  {color: #CCCCCC; font-size: 0.7em}


a {text-decoration: none;}

a:link, a:visited {
  color: #004e51;
  background-color: white;
}
a:hover {
  color: white;
  background-color: #004e51;
}



ul#Navigation li {
  list-style: none;
}
ul#Navigation a {
  display: block;
  padding: 3px;
}
ul#Navigation a:link {
  color: black; background-color: #EEEEEE;
}
ul#Navigation a:visited {
  color: black; background-color: #EEEEEE;
}
ul#Navigation a:hover {
  color: white;
  background-color: #004e51;
}



.frei2 {background-color: #004e51; color: white}  /* korrespondiert mit Logo */
/*.frei1 {background-color: #ffbb00; color: white} */
.frei0 {background-color: red;     color: white}
