/*
////////////////////////////////////////////////////////////////
//
// 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           {width:900px;margin-left:auto;margin-right:auto;} /*Gesamter Bereich*/
  .blockTop            {width:900px;border-style:solid;border-width:0px;border-bottom-style:solid;vertical-align:top;}/*Bereich oben*/
  .blockLeft           {width:164px;border-style:solid;border-width:0px;border-top-style:none;border-bottom-style:none;height:480px;vertical-align:top;}/*Bereich links*/
  .blockContent        {width:481px;height:100%;border-style:none;vertical-align:top;}/*Inhaltsbereich*/
  .blockRight          {width:255px;height:480px;border-style:solid;border-width:0px;border-top-style:none;border-bottom-style:none;vertical-align:top;}/*Bereich rechts*/
  .blockBottom         {height:100%;border-style:solid;border-width:0px;vertical-align:top;}/*Bereich unten*/
  
  .systemNaviTop       {position:absolute;top:0px;width:900px;text-align:right;margin-top:50px;}