<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */

body {
  font-family: "Tahoma, sans-serif";
  font-size: 12px;
  background-image: url('images/bg_blau1.jpg');
}

.ie_user {
  color: #FF0000;
  font-weight: bold;
}

a.hauptlink:link { color:black; }
a.hauptlink:visited {  color:black; }
a.hauptlink:hover { font-weight:bold; color:#0000CC; }
a.hauptlink {
  text-decoration: none;
  font-family: "Tahoma, sans-serif";
  font-size: 12px;
  margin-left: 10px;
  margin-right: 10px;
}

.hauptlink_range {
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  padding-bottom: 5px;
  padding-top: 5px;
}

.table_titel {
  color: #000000;
  margin-bottom: 20px;
  margin-top: 10px;
  margin-left: 15px;
  margin-right: 15px;
  border: 1px;
  border-style: dashed;
  border-color: #999999;
}
.table_nz {
  color: #000000;
  margin-bottom: 5px;
  margin-top: 5px;
  margin-left: 15px;
  margin-right: 15px;
  border: 1px;
  border-style: dashed;
  border-color: #999999;
}
.table_basic {
  color: #000000;
  margin-bottom: 5px;
  margin-top: 5px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 5px;
  border: 1px;
  border-style: dashed;
  border-color: #999999;
}

div#titel1 {
  text-align: center;
  font-weight: bold;
  font-size: 14px;
}
#titel2 {
  font-weight: bold;
  font-size: 12px;
  text-decoration: underline; 
}
#time 
{
  text-align: right;
  font-size: 10px; 
}
#copyr {
	font-size: 11px;
	color: #666666;
}</pre></body></html>