/*
////////////////////////////////////////////////////////////////
//
// structure.css Stylesheet fuer die Struktur
//
// WeblicationŽ CMS Strukturdesign Version 4.0.9
// erstellt durch Scholl Communications AG, 77694 Kehl, www.scholl.de
// erstellt mit WeblicationŽ Content Management Server, www.weblication.de
//
////////////////////////////////////////////////////////////////
*/

/*Strukturformatierung*/
  body                 {text-align:center;}

  .blockMain            { margin-right: auto; margin-left: auto; width: 768px; height: 100% }/*Gesamter Bereich*/
  .blockTop             { height: 100px; vertical-align: top }/*Bereich oben*/
  .blockLeft           {width:150px;border-style:solid;border-width:1px;border-bottom-style:none;border-top-style:none;vertical-align:top;}/*Bereich links*/
  .blockContent          { vertical-align: top; border: none }/*Inhaltsbereich*/
  .blockRight          {width:150px;border-style:solid;border-width:1px;border-bottom-style:none;border-top-style:none;vertical-align:top;}/*Bereich rechts*/
  .blockBottom         {height:20px;border-style:solid;border-width:1px;vertical-align:top;}/*Bereich unten*/
  
  .systemNaviTop       {position:absolute;top:2px;width:768px;text-align:right;}