/***************************************************************

	Do not remove this remark:
	Copyright June 2010 Firefox an Internet Explorer Cross
	Browser Compatible Layout CSS - 3 Cols - Footer Adjusted
	Frick & Partner GmbH, Benno Frick, CH 8703 Erlenbach Zurich
	www.frick-partner.ch
	adjusted for www_werbeleistungsvertrag_ch, May 2010

***************************************************************/

html {
	height: 100%;
	width: 100%;
	overflow-y: scroll;
	background-image: url(graphics/background_html.gif);
	background-repeat: repeat; 
}

img, div { 
	behavior: url(iepngfix.htc);
}

body {
	font-family: geneva,arial,helvetica,sans-serif;
	/* font-size: 12px; */
}

#wrapper {
	position: absolute; 
	width: 936px;
	left: 50%; 
	margin-left: -468px; 
	padding: 0px;
	background-image: url(graphics/background_wrapper.png);
	background-repeat: repeat-y;	
}

#header {
	height: 120px;
	padding: 0px;
}

#content {
	margin-top: 5px;
	padding-bottom: 0px;	
}

#content div {
	float: left;
}

#content-left {
	padding: 0px; 
	margin-left: 0px;
	width: 155px;
	border: 0px solid #E6E6E6;
}

#content-main {
	padding: 5px;
	margin-left: 10px;
	width: 560px;
	min-height: 380px; 
	height: expression(document.body.clientHeight > 380 ? "auto":"380px"); 
	border: 0px solid #bbb; 
	background-image: url(graphics/background_content.png);
	background-repeat: repeat-y; 
}

#content-right {
	padding: 0px;
	margin-left: 15px;
	width: 175px;
	border: 0px solid #bbb; 
	z-index: 2; 
}

#footer {
	float: left;
	margin-top: 3px;
	margin-bottom: -6px;
	padding: 0px;
	border: 0px solid #bbb; 
	width: 936px;
}

#bottom {
	clear: both;
	text-align: right; 
}

	/* html > overflow-y > vertikale Scrollbar auch in FF konstant, aber horizontale in FF nicht unterdrückt */
	/* #content > gleiches Verhalten aller Links innerhalb content, ausgenommen header, footer und bottom  natürlich ausgenommen */
	/* #content div: wirkt sich auf alle divs innerhalb von content aus: */	
	/* bei wrapper vor padding entfernt 15 05 09: border: 1px solid #bbb; */
	/* img: für PNG-Transparenzen in IE 6 */
	
	
