#menu
{
  float: left;
  padding: 10px;
  width: 236px;
  height: 446px;
  margin-top: 40px;
  background-image: url(images/Regal.png);
  background-repeat: no-repeat;
  line-height: 200%;
}
#top
{
  width: 100%;
  height: 90px;
  vertical-align: top;
  padding-right: 5px;
  text-align: center;
  background-image: url(images/Schriftzug.png);
  background-repeat: no-repeat;
}
#top span
{
  display: none;
}
#content
{
  position: absolute;
  margin-top: 40px;
  left: 300px;
}

a
{
  font-weight: bold;
  text-decoration: none;
  font-family: Tahoma, Verdana, Arial;
  font-size: 10pt;
  color: #839163;
}
a:hover
{
  text-decoration: underline;
}
a.menu
{
  color: #E7EDD3;
}
a.menu_selected
{
  color: #FFFFFF;
  background-color: #798759;
}

#menu a
{
  color: #800000;
  font-size: large;
}

body
{
  background-color: #FFFFC0;
}

.emphasis
{
  font-style: italic;
}
.strongEmphasis
{
  font-weight: bold;
}