
html, body, table {
  font-family: Verdana, Arial, Sans Serif;
  font-size: 10pt;
}

h1, h2 {
  font-family: Verdana, Arial, Sans Serif;
  font-size: 16pt;
  font-weight: bold;
  margin: 10px 0 10px 0;
}

#laden {
  background: #ffcccc;
  color: #b00000;
  display: none;
  font-weight: bold;
  padding: 15px;
  position: relative;
  height: 1000px;
  width: 800px;
}

.green { color: #007000; }
.red { color: #c00000; }

div.p { margin: 12pt 0 12pt 0; }
div.line { line-height: 4pt; }

ul {
  font-size: 10pt;
  list-style-type:disc;
  list-style-position:inside;
  margin:10px 10px 10px 15px;
  padding:0;
}
ul li {
  margin: 5px 0 5px 0;
  padding:0;
}


