/***********************************************************************

	Do not remove this remark:
	Copyright June 2009 Firefox an Internet Explorer Cross
	Browser Compatible Layout CSS - 3 Cols - Footer Adjusted
	Frick & Partner GmbH, Benno Frick, CH-8703 Erlenbach
	www.frick-partner.ch, adjusted for www_frick_partner_ch, 
	April to June 2010

***********************************************************************/

html {
	height: 100%;
	width: 100%;
	overflow-y: scroll;
	background-image: url(grafiken/html_background.gif);
	background-repeat: repeat-x; 
}

img, div { 
	behavior: url(iepngfix.htc);
}

body {
	font-family: geneva,arial,helvetica,sans-serif;
}

#wrapper {
	position: absolute; 
	width: 1000px;
	left: 50%; 
	margin-left: -500px; 
	top: 0px; 
	background-image: url(grafiken/wrapper_background.png);
	background-repeat: no-repeat; 
}

#header {
	height: 140px;
	padding: 0px; 
	border: 0px solid #bbb;
}

#content {
	margin-top: 10px;
	padding-bottom: 0px;
}

#content div {
	float: left;
}

#content-left {
	margin-left: 1px;
	width: 122px; 
	width: expression(this.scrollWidth > 122 ? "auto":"122px"); 	
	padding-left: 42px; 
	border: 0px solid #bbb; 
}

#content-main {
	padding-left: 1px;
	margin-left: 40px;
	width: 570px;
	min-height: 500px; 
	height: expression(this.scrollHeight > 500 ? "auto":"500px");
	border: 0px solid #bbb;
}

#content-right {
	padding-left: 0px;
	margin-left: 40px;
	width: 155px; 
	border: 0px solid #bbb;
	z-index: 2; 
}

#footer {
	float: left;
	margin-bottom: 15px;
	margin-top: 15px; 
	padding: 0px;
	border: 0px solid #bbb;
	width: 1000px;
	height: 75px; 
	background-image: url(grafiken/fuss_background.gif);
	background-repeat: no-repeat;
}

#bottom {
	clear: both;
	text-align: right;
}
