/**************************************************************

	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_eckardt_ch, July - Sept 2009

**************************************************************/

html {
	height: 100%;
	width: 100%;
	overflow-y: scroll;
}

img, div { 
	behavior: url(iepngfix.htc);
}

body {
	font-family: geneva,arial,helvetica,sans-serif;
	/* font-size: 12px; */
}

#wrapper {
	position: absolute; 
	width: 1000px;
	left: 50%; 
	margin-left: -500px; 
	padding: 0px;
	background-image: url(hintergrund_wrapper.jpg);
	background-repeat: no-repeat;
}

#header {
	height: 183px;
	padding: 0px;
}

#content {
	margin-top: 5px;
	padding-bottom: 0px;
}

#content div {
	float: left;
}

#content-left {
	padding: 0px; 
	margin-left: 0px;
	width: 177px;
	border: 0px solid #bbb;
}

#content-main {
	padding: 5px;
	margin-left: 10px;
	width: 555px;
	min-height: 480px; 
	height: expression(document.body.clientHeight > 480 ? "auto":"480px");
	border: 0px solid #bbb;
	background-image: url(hintergrund_content_main.png);
	background-repeat: repeat-y; 
}

#content-right {
	padding: 0px;
	margin-left: 5px;
	width: 212px;
	border: 0px solid #bbb;
	z-index: 2; 
}

#footer {
	float: left;
	margin-top: 3px;
	margin-bottom: 3px;
	padding: 0px;
	border: 0px solid #bbb;
	width: 1000px;
}

#bottom {
	clear: both;
	text-align: right;
}
/*
#content a { color: #330300; background: transparent; text-decoration: none; } 
#content a:link { color: #357AA3; background: transparent; text-decoration: none; }
#content a:visited { color: #357AA3; background: transparent; text-decoration: none; }
#content a:focus { color: #357AA3; background: transparent; text-decoration: underline; }
#content a:hover { color: #357AA3; background: transparent; text-decoration: underline; }
#content a:active { color: #357AA3; background: transparent; text-decoration: underline; } */
/* obige Definitionen: umgezogen in Schriften-CSS, 08 06 09 */

	/* 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 */
	
	/* eingemittete position wieder einsetzen:
#wrapper {
	position: absolute; 
	width: 900px;
	left: 50%; 
	margin-left: -450px; 
	padding: 10px;
	background-color: #fff; 
} */

