body {
  font-family: Helvetica, Arial, sans-serif;
}

/* Beginn linke Spalte */
div#Links {
/*  float: left; */
  margin: 0; padding: 0.2em;
  width: 11.5em;
  text-align: center;
/*  border: 1px dashed black;*/
}
/* Ende linke Spalte */

/* Beginn Navileiste */
ul.Navigation {
  width: 11em;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom:0.5em;
  padding: 0.2em;
  border: 1px solid black;
}

ul.Navigation li {
  list-style-type: none;
  margin: 0.1em;
  padding: 0.1em;
/*  display:block;*/
  text-decoration: none;
  font-weight: bold;
/*  font-size: 50%; */
  border: 1px solid;
  border-right-color: black;
  border-bottom-color: black;
  border-left-color: white;
  border-top-color: white;
  color: black;
  background-color: #ccc;
}

ul.Navigation a {
  text-decoration: none;
  font-weight: bold;
  color: maroon;
/*  background-color: #ccc;*/
  font-size: small;
}

ul.Navigation li#checked {
  color: black;
  background-color: white;
  font-size: small;
}

ul.Navigation a:hover {
  border-color: white;
  border-left-color: black;
  border-top-color: black;
  color: white;
  background-color: gray;
}
/* Ende Navileiste */


/* Beginn Inhalt */
div#right {
  position: absolute;
  left: 13em;
  top: 0.5em;
  padding: 0.5em;
  width: 75%;
/*  border: 1px dashed black;*/
}

div#right h1 {
  text-align: center;
  color: red;
  font-size: 130%
}

