/** 
 * bern-saniert.ch
 * 
 * additional css style definitions for bern-saniert.ch/index.php (starting page) may 2009
 * 
 * @author  Markus Howald 
 * @see     http://www.bern-saniert.ch/ 
 * @copyright copyright(c) Klink GmbH
 * @date 2009-05-11
 * @media screen
 *
 * @colordef #141414; darkgrey
 * @colordef #999; grey
 * @colordef #D00024; darkred
 */ 


/** 
 * @section stamp
 * 
 * 
 */ 

#stamp {
	left:42.625em;
	position:absolute;
	/*top:10.7em;*/
	top:8.75em;
}


/** 
 * @section header
 * 
 * override of #header to hide div
 */ 

#header {
	margin:0 0 0 12.5em;
}

#head-right img { display:none; }
#head-right-bottom img { display:block; }


/** 
 * @section nav
 * 
 * override of #nav to add margin-top
 */ 
 
#nav {
	margin-top:5.05em;
}


/** 
 * @section content
 * 
 * override of #content-frame to take away the border-top
 */

#content-frame {
	border-top:none;
	float:left;
	padding-top:0;
	width:42.5em;
}


/** 
 * @section foot
 * 
 * override of #foot to reduce margin-top
 */

#foot {
	border-top:1px solid #999;
	margin:1em 0 1em 12.5em;
	padding-top:1em;
	width:42.5em;
}
