/**************************************************************

	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
	www_neplan_ch Spanish July 2009

**************************************************************/

html {
	height: 100%; 
	width: 100%; 
	overflow-y: scroll; 
}

img, div {
	behavior:  url(../../css/iepngfix.htc); 
}

body {
	font-family: geneva,arial,helvetica,sans-serif; 
	background-image:  url(../../graphics/body_background.gif); 
	background-repeat: repeat-x; 
}

#wrapper {
	position: center; 
	width: 900px; 
	top: 0px; 
	padding: 0px; 
	border: 0px solid #990000; 
}

#header {
	height: 290px; 
	padding: 0px; 
	border: 0px solid #bbb; 
}

#content {
	margin-top: 0px; 
	padding-bottom: 0px; 
}

#content div {
/*	margin: 0px; */
}

#content-left {
	padding: 0px; 
	margin-left: 0px; 
	width: 140px;
	float: left; 
	border: 0px solid #990000; 
	background-color: #FFF; 
}

#content-main {
	padding: 0px; 
	margin-left: 0px; 
	width: 570px; 
	min-height: 400px; 
	height: expression(document.body.clientHeight > 400 ? "auto":"400px"); 
	border: 0px solid #bbb; 
	float: left; 
	background-image: url(../../graphics/es/es_background_central_layer.gif); 
	background-repeat: repeat-y; 
}

#content-right {
	padding: 0px; 
	margin-left: 0px; 
	margin-top: 2px; 
	width: 185px;
	float: right; 
	min-height: 400px; 
	border: 0px solid #bbb; 
}

#footer {
	float: left; 
	margin-top: 8px; 
/*	margin-bottom: 2px; */
	padding: 0px; 
	border: 0px solid #bbb;
	height: 50px; 
}

#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 */
	/* #content div: wirkt sich auf alle divs innerhalb von content aus: */	
	/* img: für fehlerhafte Darstellung von PNG-Transparenzen in IE 5 und 6 */
