/*
   structure-kaygo, version 1.1
   copyright 2008, cyne GmbH
   history:
      09.12.2008  1.0   webert                                 initial version
      17.02.2008  1.1   webert                                 added class .clear and float: none to .clear
 */

/**************** Seitenstruktur *******************/
.horizontalCentering {
   margin-right: auto;
   margin-left: auto;
   width: 62em;
   background: url(/pics/template/bg_body_glow.gif) no-repeat;
   }
.siteHead {
   height: 6.9em;
   margin-left: 1.6em;
   width: 60.4em;                                  /*TODO - test auf mac - ist head noch verschoben?*/
   position: relative;
   }
.siteContainer {
	margin-left: 3.25em;
	width: 58.75em;
	}
.siteBody {
   float: left;
   margin-bottom: 0.25em;
   width: 44em;
  	}
.siteBodyCRM {
   float: left;
   margin-bottom: 0.25em;
   width: 58.75em;
  	}
.sideBar {
   float: left;
   margin-left: 0.25em;
   width: 14.5em;
   }
.siteFoot {
   font-size: 0.8em;
   padding-bottom: 1em;
   }
.break, .clear {
   clear: both;
   float: none;
   }

