body {
  margin:0px;
  background:#ebebff;
  scrollbar-face-color:#ebebff;
  scrollbar-highlight-color:#ebebff;
  scrollbar-3dlight-color:#c6c6ff;
  scrollbar-shadow-color:#a6a6ff;
  scrollbar-darkshadow-color:#ebebff;
  scrollbar-track-color:#ebebff;
  scrollbar-arrow-color:#2323ff;
}
#cursor {position:absolute; top:-30px; left:0px; z-index:1; }

/*Seitenüberschriften*/
h1 {
  font-family:arial, times new roman;
  color:#220066;
  font-size:14pt;
  text-align:center;
  margin-bottom:20px;
}

/* Abschnittsueberschriften innerhalb einer Seite */
h2,th{
  font-family:arial, times new roman;
  color:#220066;
  font-size:12pt;
  font-weight:200;
  margin-bottom:3px;
  margin-top:5px;
}

/* normaler Text */
p,td,li{
  font-family:times new roman,arial;
  color:#2323ff;
  font-size:11pt;
}

blockquote {
  font-family:times new roman,arial;
  color:#770000;
  font-size:11pt;
}

ul {
  font-family:times new roman,arial;
  font-size:11pt;
  list-style-type:disk;
  margin-left:20px;
  color:#2323ff;
}

/* spezielle Textformen */
.unterl {background-color:#c8c8ff;}
.unterl1 {background-color:#b8b8ff;}
.hell {color:#ddeedd;}

.wichtig {
  color:#ff7f00;
  font-weight:600;
  text-align:center;
}

.kleingedruckt {
  font-weight:100;
  font-size:9pt;
  margin-top:0px;
}

.bordered {
  border:5px ridge #2323ff;
  padding:5px;
}

.thinbordered {
  border:1px solid #2323ff;
  padding:5px;
}

hr {
  height:1px;
  color:#2323ff;
}

input.button {
  border-color:#5555ee;
  font-family:times new roman,arial;
  background-color:#5555ee;
  width:90px;
  color:#eeffee;
  cursor:pointer;
}

select.select, input.pw, input.text, textarea.text {
  font-family:times new roman,arial;
  color:#2323ff;
  border-color:#c8c8ff;
}

/*links */
a:link,a:visited { color:#2377ff; text-decoration:underline}
a:hover { color:#23aaff; text-decorationL:underline}
a:active { color:#23ccff; text-decoration:underline}

a.nolin:link { color:#2399ff; text-decoration:none}
a.nolin:visited { color:#2388ff; text-decoration:none}
a.nolin:hover { color:#23bbff; text-decoration:none}
a.nolin:active { color:#23ccff; text-decoration:none}

a.hell:link,a.hell:visited { color:#ddeeff; text-decoration:underline}
a.hell:hover { color:#ccccff; text-decorationL:underline}
a.hell:active { color:#bbaaff; text-decoration:underline}

.buttonlook{
  height:12px;
  vertical-align:middle;
  color:#2323ff;
  border: 1px inset #0000ff;
  background-color: #c8c8ff;
  margin: 1px;
  padding-left: 12px;
  padding-right: 12px;
}

a.button:link,a.button:visited {
  height:12px;
  vertical-align:middle;
  color:#ddeedd;
  border: 1px inset #c6c6ff;
  background-color: #5555ee;
  margin: 1px;
  padding-left: 12px;
  padding-right: 12px;
  text-decoration: none;
  cursor:pointer;
}

a.button:hover,a.button:active {
  height:12px;
  vertical-align:middle;
  color:#eeffee;
  border: 1px inset #c6c6ff;
  background-color: #4444dd;
  margin: 1px;
  padding-left: 12px;
  padding-right: 12px;
  text-decoration: none;
  cursor:pointer;
}

/*Menüs*/

td.nav {
  font-family:arial,times new roman;
  font-size:8pt;
  border-bottom:black solid 1px;
}
