
table.navkopf {
 font-family: Garamond;
 border: 1px ;
 background-color: #FFFFFF;
 width: 100%;
}

table.navkopfblau {
  font-family: Garamond;
  border: 1px ;
  background-color: #9FFFFF;
  width: 100%;
}
tr.navkopfrahmen{
  border-bottom: #000000 medium;
}

td.navkopfschrift {
 text-align: center;
 width: 16%;
 border: 2px #9FFFFF
}

a {
 font-weight: bold;
 text-decoration:none;
}

a:link {
 color: #F29303;
}
a:visited {
 color: #F29303;
}

body {
 background: #FFFFFF;
}

table.border {
 text-align: center;
}

h1.haupt {
 font-weight: bold;
 font-size:14pt;
 text-align: center;
  font-family:  "Comic Sans MS"
}

p.haupt {
 font-size:12pt;
 text-align: center;
  font-family:  "Comic Sans MS"
}
.scrollen {
  height: 95%;
  width: 99%;
  max-height: 700px;
  min-height: 700px;
  overflow: auto;
}
.scrollenv {
  height: 99%;
  width: 99%;
  max-height: 700px;
  min-height: 700px;
  overflow: hidden;
}

