      body { background-color: black; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 13px; }
      img { border: none }
                  
/* DIV "main" wird mit margin: auto horizontal zentriert und gruppiert alle anderen Elemente */      
      div#main { width: 730px; margin: auto }
      
/* DIV "leftpanel" wird links gefloated, gruppiert Logo und vert. Liste */
      div#leftpanel { width: 150px; height: 700px; float: left; background-image: url(bg_blau_hell_links.gif); }
      img#logo { margin-top: 20px; }
      ul#navileft { background: transparent; margin-top: 50px; }
      ul#navileft li { list-style: none; }
      
/* DIV "rightpanel" ist durch das links gefloatete "leftpanel" rechts angeordnet, gruppiert Titelbild, horiz. Liste, Inhalt und Fußzeile */
      div#rightpanel { width: 565px; height: 700px; margin-left: 160px; }
      div#top { height: 50px; margin-bottom: 0; padding: 0; background-image: url(titel2.gif); } 
      
/* Die horiz. Liste "navitop" bekommt eine Höhe von 20px und einen schwarzen, 5px-dicken Rahmen als Trennlinie */      
      ul#navitop { height: 20px; text-align: right; margin: 0; padding-left: 0;  padding-right: 10px; border-top: 5px solid black; background-image: url(bg_arena2.gif); }
      ul#navitop li { list-style: none; display: inline }
      
/* DIV "content" gruppiert alle Inhaltsabschnitte und ebenfalls einen schwarzen, 5px-dicken Rahmen als Trennlinie */
      div#content { width: 550px; height: 470px; padding-top: 50px; padding-left: 15px; border-top: 5px solid black; background-image: url(bg_arena.gif); }
      div#content h1 { font-size: 18px }
      div#content h2 { font-size: 13px; margin-bottom: 0 }
      
/* DIV "copy" als Footer für den Copyright-Hinweis und rechts positionierten Pfeil nach oben */
      div#copy { height: 85px; padding-left: 15px; border-top: 15px solid black; background-image: url(bg_arena3.gif); }
      img#arrow { position: relative; top: 0; left: 535px; }
      .first { margin-top: 0 }
      
/* Formatierung der Links */
      a { font-size: 13px; text-decoration: none}
      a:link { color:#7d653c }
      a:visited { color:#7d653c }
      a:hover{ color: black; text-decoration: underline }
      a:active { color:#DEC3A9 }
      