/*
////////////////////////////////////////////////////////////////
//
// structure.css Stylesheet fuer die Struktur
//
// 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:768px;margin-left:auto;margin-right:auto;} /*Gesamter Bereich*/
  .blockTop            {width:768px;border-style:solid;border-width:1px;border-bottom-style:solid;vertical-align:top;}/*Bereich oben*/
  .blockLeft           {width:160px;border-style:solid;border-width:1px;border-top-style:none;border-bottom-style:none;height:480px;vertical-align:top;}/*Bereich links*/
  .blockContent        {height:480px;width:608px;border-style:none;vertical-align:top;}/*Inhaltsbereich*/
  .blockRight          {width:0px;height:480px;border-style:solid;border-width:1px;border-top-style:none;border-bottom-style:none;vertical-align:top;}/*Bereich rechts*/
  .blockBottom         {height:20px;border-style:solid;border-width:1px;vertical-align:top;}/*Bereich unten*/