<style type="text/css">
<!--
body
{
        margin-left: 10px;
        margin-top: 20px;
        margin-right: 10px;
        margin-bottom: 10px;
}

a:link, a:visited, a:active, a:hover
{
  text-decoration:underline;
  font-weight:normal;
  color:#ff0000;
  font-size:12px;
}

a:active, a:hover
{
  color:#009999;
}

a.menu {
 display:block;
 padding:4px;                                      /*Abstand zwischen Navipunkten*/
 border-top:0px solid #000;                        /*1px für Rahmen anzeigen zu lassen*/
 background-color:#ffffff;
 text-align:left;
 color:#eeeeee;
 text-decoration:none;
 }

a.menu:link, a.menu:visited
{
 color:#000000;                                     /* Schriftfarbe Menue #eeeeee */
 background-color:#ffffff;                          /* Hintergrundfarbe Menue #737994 */
 text-decoration:none; font-weight:bold;
}

a.menu:active, a.menu:hover
{
 color:#ffffff; font-weight:bold;          /*Schriftfarbe Navipunkte, bei nur Schrift; Farbe BG und Schrift tauschen*/
 background-color:#b0b1af;                 /* Hintergrundfarbe Navi(Menue rechter Rand #eeeeee) */
}

#title {                                   /*Titelleiste mit STARTSEITE*/
height:120px;
padding:5px;
background-color:#ffffff;
border-bottom:1px solid #000;               /* Strich unter Startseite, Logo*/
font-family:Arial;

}
#left {
background-color:#ffffff;
width:20%;
float:left;
}

.menucontainer {
border:0px solid #000;                      /*1px für Rahmen anzeigen zu lassen*/
margin:10px;
font-family:Arial;
font-size:12px;
}
#content {
        border:1px solid #efeff7;
        background-image: url(bilder/kreuz.gif);
        background-color:#ffffff;
        width:75%;
        float:right;
        padding:0px 10px;
        background-repeat: no-repeat;
        background-position: right 0px;
        font-family:Arial;
        font-size:12px;

}

  .topContent {

  margin:0px auto;
  text-align:left;
  background-color:#ffffff;
  border:1px solid #000000;
}

.formatAll {
  width:950px;
  height:800px;

}

#contentbildoben {
  position:relative;
  top:8px;
  left:0px;
  width:400px;
  }

//--> </style>