/*
////////////////////////////////////////////////////////////////
//
// 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:780px;
	margin-left:auto;
	margin-right:auto;
	background-color: #555555;
}/*Gesamter Bereich*/
  .blockTop            {vertical-align:top;}/*Bereich oben*/
  .blockLeft           {
	float:left;
	width:190px;
	vertical-align:top;
	text-align: left;
	height: 100%;
}/*Bereich links*/
  .blockContent        {float:left;width:590px;border-style:none;vertical-align:top;}/*Inhaltsbereich*/

  .systemNaviTop       {position:absolute;top:2px;width:768px;text-align:right;}