a {
  font-family: Arial,Helvetica,Sans-Serif;
  font-size: 9pt;
  text-decoration: none;
  color: #565c9e;
}

a.menu {
  font-size: 10pt;
  color: #000000;
}

a.inverted {
  color: #e0e0e0;
}

ul {
  margin: 0px;
  padding: 0px;
  list-style-position: inside;
}

li {
  font-family: Arial,Helvetica,Sans-Serif;
  font-size: 10pt;
  text-decoration: none;
  color: #000000;
}

tr.header {
  background-color: #393D69;
}

td.headline, h1 {
  font-family: Arial,Helvetica,Sans-Serif;
  font-size: 12pt;
  text-decoration: none;
  color: #000000;
  font-weight: bold;
}

p {
  font-family: Arial,Helvetica,Sans-Serif;
  font-size: 9pt;
  text-decoration: none;
  color: #ff0000;
  font-weight: bold;
}

td {
  font-family: Arial,Helvetica,Sans-Serif;
  font-size : 9pt;
  text-decoration : none;
  color : #000000;
}

.klein {
  font-family: Arial,Helvetica,Sans-Serif;
  font-size : 8pt;
  text-decoration : none;
  color : #000000;
}

td.green {
  font-family: Arial,Helvetica,Sans-Serif;
  font-size : 9pt;
  text-decoration : none;
  color : darkgreen;
}

td.red {
  font-family: Arial,Helvetica,Sans-Serif;
  font-size : 9pt;
  text-decoration : none;
  color : darkred;
}

td.yellow {
  font-family: Arial,Helvetica,Sans-Serif;
  font-size : 9pt;
  text-decoration : none;
  color : darkyellow;
}

th {
  font-family: Arial,Helvetica,Sans-Serif;
  font-size : 9pt;
  text-decoration : none;
  color : #ffffff;
  text-align: left;
}

th.newshead {
  font-family: Arial,Helvetica,Sans-Serif;
  font-size : 9pt;
  text-decoration : none;
  color : #ffffff;
  text-align: right;
}

th.klein {
  font-family: Arial,Helvetica,Sans-Serif;
  font-size : 8pt;
  text-decoration : none;
  color : #ffffff;
  text-align: left;
}

th.gross {
  font-family: Arial,Helvetica,Sans-Serif;
  font-size : 11pt;
  text-decoration : none;
  font-weight: bold;
  color : #ffffff;
  text-align: center;
}

body {
  font-family: Arial,Helvetica,Sans-Serif;
  font-size: 9pt;
  text-decoration: none;
  color: #000000;
}

input {
  font-family : Arial,Helvetica,Sans-Serif;
  font-size: 8pt;
  color : #000000;
  border-width : 1px;
  border-color : #000000;
  border-style : solid;
  background-color: #eeeeee; 
}

file {
  font-family: Arial,Helvetica,Sans-Serif;
  font-size: 8pt;
  color: #000000;
  border-width: 1px;
  border-color: #000000;
  border-style: solid;
  background-color: #eeeeee; 
}

select {
  font-family: Arial,Helvetica,Sans-Serif;
  font-size: 8pt;
  color: #000000;
  border-color: #000000;
  border-style: solid;
  background-color: #eeeeee;
}

textarea {
  font-family: Arial,Helvetica,Sans-Serif;
  font-size: 8pt;
  color: #000000;
  border-width: 1px;
  border-color: #000000;
  border-style: solid;
  background-color: #eeeeee;  
}

.disabled {
 color: #c0c0c0;
}

div.chapter {
  border-top: 2px black groove;
  border-bottom: 2px black ridge;
  margin-top: 2em;
  margin-bottom: 1em;
  padding: 5px 0px;
  font-weight: bold;
}

div.chapter.first {
  margin-top: 0px;
}

div.section {
  margin-top: 1em;
  font-weight: bold;
}

div.section.first {
  margin-top: 0px;
}

div.subsection {
  margin-top: 1em;
  font-style: italic;
}

div.subsubsection {
  margin-top: 1em;
  font-style: italic;
}

div.question {
  border-top: 2px black groove;
  border-bottom: 2px black ridge;
  margin: 0px;
  padding: 5px 0px;
  font-weight: bold;
}

div.answer {
  margin-top: 0.5em;
  margin-bottom: 1.5em;
}
