/*
//     Diese Datei wurde erstellt im Juni 2004 von Karsten Kopjar
*/

body {
  font-size: 10pt;
  font-family: Arial, sans-serif;
  font-weight: normal;
  color: #ffffff;
  background-color: #000000;
  margin: 0px;

}

h1 {
  font-size: 20pt;
  font-weight: bold;
  text-decoration: underline;
  font-style: normal;
  color: #ffffff;
  text-align: center;
  vertical-align: bottom;
}

h2 {
  font-size: 16pt;
  font-weight: bold;
  text-decoration: none;
  color: #ffffff;
}

a:link {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  color: #2222dd;
}
a:visited {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  color: #2222dd;
}
a:hover {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  color: #dd2222;
}
a:active {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  color: #dd2222;
}
a:focus {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  color: #2222dd;
}


table {
  border-width: 0px;
  border-color: #2222dd;
  border-style: solid;
  padding: 0px;
  margin: 0px;
  text-align: left;
  vertical-align: top;
  border-spacing: 0px;
  spacing: 0px;
}

td {
  border-width: 0px;
  border-color: #2222dd;
  border-style: solid;
  padding: 0px;
  margin: 0px;
  border-spacing: 0px;
  spacing: 0px;
  vertical-align:top;
}

div {
  padding: 0px;
}

.musicbox {
  border-width: 1px;
  border-color: #dddd22;
}

.small {
  font-size: 8pt;
  font-style: italic;
  color: #dddd22;
}

.markup  {
  font-size: 10pt;
  font-style: normal;
  color: #dd2222;
}
.news  {
  font-size: 10pt;
  font-style: normal;
  color: #000000;
  background: #dddddd;
}