/*
////////////////////////////////////////////////////////////////
// structure.css
//
// Stylesheet fuer die Struktur der Seiten des Eisenbahn Club IBM
// erstellt durch Ulrich Abderhalden, 5.03.2007
////////////////////////////////////////////////////////////////
*/

/*Strukturformatierung*/
  body                 {text-align:center;}

  .blockMain           {width:768px;margin-left:auto;margin-right:auto;}/*Gesamter Bereich*/
  .blockTop            {border-right-style:solid;border-right-width:1px;border-left-style:solid;border-left-width:1px;border-top-style:solid;border-top-width:1px;vertical-align:top;}/*Bereich oben*/
  .blockLeft           {width:125px;border-style:solid;border-width:1px;border-bottom-style:none;border-top-style:none;height:465px;vertical-align:top;}/*Bereich links*/
  .blockContent        {width:518px;border-style:none;vertical-align:top;}/*Inhaltsbereich*/
  .blockContentStart   {width:643px;border-style:none;vertical-align:top;border-left-style:solid;border-left-width:1px;}/*Inhaltsbereich*/
  .blockRight          {height:465px;border-style:solid;border-width:1px;border-bottom-style:none;border-top-style:none;vertical-align:top;}/*Bereich rechts*/
  .blockRightEmpty     {width:0px;border-style:solid;border-width:1px;border-left-style:none;border-bottom-style:none;border-top-style:none;height:465px;vertical-align:top;}/*Bereich links leer für Photo-Seiten*/
  .blockBottom         {height:20px;border-style:solid;border-width:1px;vertical-align:top;}/*Bereich unten*/
  
  .systemNaviTop       {position:absolute;top:2px;width:768px;text-align:left;}
