/*
   structure-hammerdorf, version 1.0
   copyright 2009, cyne GmbH

   definition der seitenstruktur

   history:
      02.03.2009  1.0   webert                                 initial version
 */

/**************** Seitenstruktur *******************/
.positioning {
   }
.headContainer {
   width: 100%;
   background: url(/pics/template/bg_body.gif) repeat-x #fff;
   }
.siteHead {
   height: 9.5em;
   position: relative;
   }
.siteContainer {
	margin-left: 2.5em;
	width: 43em;
	}
.siteBody {
   margin-bottom: 0.25em;
   width: 31em;
   margin-top: 0.5em;
  	}
.siteFoot {
   width: 31em;
   padding-bottom: 1em;
   }
.break {
   clear: both;
   float: none;
   }
 