body {
  background-color: white;
  scrollbar-face-color: maroon;
  scrollbar-highlight-color: #dddddd;
  scrollbar-shadow-color: #dddddd;
  scrollbar-3dlight-color: #666666;
  scrollbar-arrow-color: #CC3300;
  scrollbar-track-color: #FFFFFF;
  scrollbar-darkshadow-color: #666666;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
  font-style: normal;
  font-weight: normal;
  color: #333333;
  text-decoration: none;
  line-height: normal;
  font-variant: normal;
  letter-spacing: normal;
}
table.content {
  border-width: 0px;
  width: 800px;
  margin: 0px auto;
}

/*
.content {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
  font-style: normal;
  font-weight: normal;
  color: #333333;
  text-decoration: none;
  line-height: normal;
  font-variant: normal;
}
.menu {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  color: #333333;
  color: yellow;
  text-decoration: none;
  line-height: 16pt;
}
.klein {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-style: italic;
  font-size: 9pt;
  text-decoration: none;
  line-height: normal;
  font-weight: normal;
  color: #333333;
  text-align: right;
}
.submenu {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
  font-style: normal;
  font-weight: bold;
  color: #CCCCCC;
  text-decoration: none;
  line-height: 16pt
}
.zitat {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11pt;
  font-weight: bold;
  color: #098CEF;
  text-decoration: none;
}
*/

a {
  color: maroon;
  text-decoration: none;
  font-weight: bold;
}
a:hover {
  color: #999666;
}

h1 {
  font-size: 1.75em;
}
h2 {
  font-style: italic;
}
h3 {
  font-style: italic;
}

ul, ol, dl {
  list-style-position: outside;
  line-height: 130%;
  margin-left: 2em;
  margin-right: 1em;
}

dt {
  font-size: 11pt;
  font-weight: normal;
  font-style: italic;
}

ul.two-column {
  width:100%;
  /* height:400px; */
  -webkit-column-count:2;
  -khtml-column-count:2;
  -moz-column-count:2;
  -ms-column-count:2;
  -o-column-count:2;
  column-count:2;
}

li {
  list-style: disc inside;
  margin-bottom: 6px;
}
