div.Banner {
  position:absolute; background-color: #FF0000; left: 5px; right:5px; height:2cm;  text-align: right;
}

div.Navigation {
  position:absolute; background-color: #AA0000; font-size: small; text-align: center; border-right: solid; border-right-width: 1px; left: 5px; width: 4cm; top: 2.3cm; height: auto;
}

div.Content {
  position:absolute; left: 4.3cm; top: 90px; width: 82%; height:100%;
}

span.Links {
  display: block; margin: 0px;
}

a:link {
  text-decoration: none; color: #FFFFFF;
}

a:hover {
  text-decoration: underline;
}

a:visited {
  text-decoration: none; color: #FFFFFF;
}

img.Portrait {
  height: 8cm; width: 8cm; float: left; padding: 0.3cm;
}

p.Title {
  font-size: xx-large; background-color: #FFFFFF; color: #0000FF;
}

div.NaviTitle {
  position: relative; color: #FFFFFF; width:100%; margin-bottom: 0.5cm; border-bottom: solid; border-bottom-width: 1px;
}

span.Banner {
  font-size: xx-large;
}

div.Platzhalter {
  height: 1cm;
}