*
{
  color: black;

  margin: 0;
  padding: 0;

  text-align: left;
  text-decoration: none;
}


a:hover,
a:hover *
{
  color: crimson;
}

a:active,
a:active *
{
  color: black;
}


body
{
  background-color: white;

  font-size: 12pt;
  font-weight: normal;
  font-style: normal;
  font-family: "Century Gothic",Helvetica,Arial,sans-serif;
}

#Kopf
{
  position: fixed;
  top: 0;
  right: 0;
  height: 8em;
  width: 16em;
  overflow: visible;
  padding: 0.25em 0.25em 0.25em 0.25em;
  z-index: 5;
  font-weight: bold;
}

#Navigation
{
  position: fixed;
  top: 8.5em;
  right: 0;
  bottom: 0;
  width: 16em;
  height: 100%;
  overflow: visible;
  padding: 0.25em 0.25em 0.25em 0.25em;
  z-index: 3;
  font-weight: bold;
}

#Navigation *
{
  background-color: crimson;
  color: white;
}

#Navigation #aktiv,
#Navigation #aktiv *
{
  background-color: white;
  color: crimson;
}

#Navigation ul
{
  list-style-type: none;
  list-style-position: inside;
}

#Navigation li
{
  padding-top: 0.25em;
  padding-left: 0.25em;
  padding-bottom: 0.25em;
  font-size: 1em;
}

#Navigation ul ul
{
  padding-top: 0.25em;
}

#Navigation ul ul li
{
  padding-top: 0.05em;
  padding-left: 0.5em;
  padding-bottom: 0.05em;
  font-size: 0.8em;
}

#Navigation a:hover,
#Navigation a:hover *,
#Navigation #aktiv a:hover,
#Navigation #aktiv a:hover *
{
  color: black;
}

#Navigation a:active,
#Navigation a:active *
{
  color: crimson;
}

#Navigation #aktiv a:active,
#Navigation #aktiv a:active *
{
  color: crimson;
}

#Inhalt
{
  position: absolute;
  top: 8.5em;
  left: 0;
  right: 16.5em;
  overflow: visible;
  padding: 0.25em 0.25em 0.25em 0.25em;
  z-index: 4;
}

#InhaltExklusiv
{
  position: absolute;
  top: 8.5em;
  left: 0;
  right: 0;
  overflow: visible;
  padding: 0.25em 0.25em 0.25em 0.25em;
  z-index: 4;
}

#Inhalt ul
{
  padding: 0 0 0.25em 1.5em;
}

#Uhr
{
  position: fixed;
  top: 0;
  left: 0;
  right: 16.5em;
  height: 8em;
  overflow: visible;
  padding: 0.25em 0.25em 0.25em 0.25em;
  z-index: 3;
  text-align: right;
}

#Anzeige
{
  position: fixed;
  bottom: 0;
  right: 0;
  width: 16em;
  overflow: visible;
  padding: 0.25em 0.25em 0.25em 0.25em;
  z-index: 6;
}

#rrp
{
  background-color: #18185a;
}

#mrr
{
  background-color: #e97d00;
}

#nb
{
  background-color: #3e8abc;
}

form,
form *
{
  font-size: 1.25em;
}

h1,
h2,
h3,
h4,
h5,
h6,
h1 *,
h2 *,
h3 *,
h4 *,
h5 *,
h6 *
{
  padding: 0.5em 0 0.25em;
  color: crimson;
  font-weight: bold;
}

h1
{
  font-size: 1.6em;
}
h2
{
  font-size: 1.4em;
}
h3
{
  font-size: 1.2em;
}
h4
{
  font-size: 1.0em;
}
h5
{
  font-size: 0.9em;
}
h6
{
  font-size: 0.8em;
}

p
{
  font-size: 1em;

  padding: 0 0 0.25em 0;
}

.Name
{
  font-weight: bold;
}

.Info
{
  font-size: 0.75em;
  font-style: italic;
}

.Ort
{
  font-size: 0.75em;
  color: #888888;
}