*
{
  color: black;

  margin: 0;
  padding: 0;

  text-align: left;
  text-decoration: none;
}


a:hover,
a *:hover
{
  color: crimson;
}

a:active,
a *:active
{
  color: white;
}



body
{
  background-color: white;

  font-size: 10pt;
  font-weight: normal;
  font-style: normal;
  font-family: "Century Gothic",Helvetica,Arial,sans-serif;
  }

#Navigation
{
  position: fixed;
  top: 0;
  left: 0;
  width: 12.5em;
  height: 100%;
  overflow: visible;
  z-index: 2;
}

#Navigation ul
{
  list-style-type: none;
  list-style-position: inside;
  padding: 0.5em;

  color: crimson;
  font-weight: bold;
}

#Navigation ul *
{
  color: crimson;
}

#Navigation li
{
  padding: 0.5em 0 0.5em 0.5em;
}

#Navigation a:hover,
#Navigation a *:hover,
#Navigation #aktiv a:hover,
#Navigation #aktiv a *:hover
{
  color: black;
}

#Navigation a:active,
#Navigation a *:active
{
  color: white;
}

#Navigation #aktiv,
#Navigation #aktiv *
{
  background-color: crimson;
  color: white;
}

#Navigation #aktiv a:active,
#Navigation #aktiv a *:active
{
  color: crimson;
}

#Inhalt
{
  margin: 0em 0em 0.5em 12.5em;
}

#Anzeige
{
  position: fixed;
  bottom: 0;
  right: 0;
  overflow: visible;
  z-index: 1;
}

h1,
h2,
h3,
h4,
h1 *,
h2 *,
h3 *,
h4 *
{
  padding: 1.5em 0 0 0;
  color: crimson;
  font-weight: bold;
}

h1
{
  font-size: 1.8em;
}
h2
{
  font-size: 1.4em;
}
h3
{
  font-size: 1.2em;
}
h4
{
  font-size: 1.0em;
}

p
{
  font-size: 1.0em;
  padding: 0.75em 0 0 0;
}



.Name
{
  font-weight: bold;
}

.Info
{
  font-style: italic;
}

.Ort
{
  color: #888888;
}

