body {
  background-color: #eef;
  font-family: tahoma, verdana, sans-serif;
  min-width:700px;
}
table , table.nm {
  background-color: #004;
  border-width: 3px;
  border-style: ridge;
  border-color: #0000ff;
}
th {
  background-color: #ffb;
  text-align: left;
  vertical-align: top;
  font-weight: bold;
}
td , td.nm {
  background-color: #fff;
  text-align: left;
  vertical-align: top;
  padding: 2px;
}
table.blind {
  background-color: transparent;
  border-width: 0px;
  text-align: center;
  vertical-align: middle;
}
td.blind {
  background-color: transparent;
}
table.weiss {
  background-color: #fff;
  border-width: 0px;
  text-align: center;
  vertical-align: middle;
}
th.weiss {
  background-color: #fff;
  text-align: center;
  vertical-align: top;
  font-weight: bold;
}
td.ohne {
  background-color: #004;
  text-align: center;
  vertical-align: top;
}
.thema {
  font-style: italic;
  text-align: center;
}
a:hover {
  color: #ffb ;
  background-color: #004;
  text-decoration:none;
}
a:active {
  color: #f00 ;
  background-color: #004;
  text-decoration:none;
}
table.menu {
  width: 100%;
  background-color: #004;
  border-width: 0;
  vertical-align:top;
}
td.menu {
  background-color: transparent;
  padding:5px
}
div.menu {
  display:block;
  float:left;
  text-align:center;
  width:120px;
  margin-left:5px;
  margin-right:5px;
  border-style:ridge;
  border-width:3px;
  padding:2px;
  text-decoration:none;
  background-color:#004;
  color:#eeb;
  font-weight: bold;
}
a.menu {
  display:block;
  float:left;
  margin-left:5px;
  margin-right:5px;
  text-align:center;
  width:120px;
  border-style:ridge;
  border-width:3px;
  padding:2px;
  text-decoration:none;
}
a.menu2 {
  display:block;
  float:left;
  text-align:center;
  width:114px;
  border-style:solid;
  border-width:2px;
  border-color:#004;
  padding:1px;
  font-weight:normal;
  text-decoration:none;
}
a.menu:link , a.menu2:link {
  color:#00f;
  background-color: #eef;
}
a.menu:visited , a.menu2:visited {
  color:#00f;
  background-color: #eef;
}
a.menu:hover , a.menu2:hover {
  color:#ffb;
  background-color:#004;
}
a.menu:active a.menu2:active {
  color:#f00;
  background-color:#004;
}
img.rahmen {
  border-width: 3px;
  border-color: #0000bb;
  border-style: ridge;
}
div.titel {
  text-align: center;
  font-style: italic;
  font-weight: bold;
}
div.fuss {
  color: #004;
  font-size:10px;
  margin-top:1px;
}
div.hoch {
  font-size: 12px;
  text-align: right;
}
div.mittig {
  text-align: center;
}
ul , ol {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 35px;
}
ul.zw {
  list-style-type: circle;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 50px;
}