/*
Struktur - Style
*/

  body                 {
	font-family: Arial,Verdana,sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	color: Silver;
	text-decoration: none;
	background-color: Silver;
}
  .blockMain           {width:100%;margin-left:auto;margin-right:auto;}/*Gesamter Bereich*/
  .blockTop            {border-style:solid;border-width:1px;vertical-align:top;}/*Bereich oben*/
  .blockLeft           {width:160px;border-style:solid;border-width:1px;border-top-style:none;height:480px;vertical-align:top;}/*Bereich links*/
  .blockContent        {width:592px;border-style:none;vertical-align:top;}/*Inhaltsbereich*/
  .systemNaviTop       {position:absolute;top:0px;width:768px;text-align:right;}