/***************************************/
/* INFO:  */
/* (STERN)-Hacks sind gueltig fuer IE6 */
/***************************************/
@import url('reset.css');
* html body a, * html body a:hover { 
	background-color: transparent; 
}
* html { 
	padding: 0; 
	margin: 0;
}
html {
	height:100%;
}

body {
	margin:0px;
	padding:0px;
	position:relative;
	height:100%;
	text-align:center; /* Hack für IE, der das "margin:auto" nicht kennt? (part1) */
}

div#wrapper { 
	margin: 0 auto;
	margin-top:15px;
	width: 899px;
	text-align:left; /* Hack für IE, der das margin:auto nicht kennt? (part2) */
	position:relative; /* hierauf beziehen sich jetzt alle Kindelemente */
}

div#header_wrapper {
	color: #333;
	padding: 0px;
	margin: 0px;
	height: 390px;
	position:relative;
}

/* Content Spalte */
div#col2 {
	margin:0px;
	padding:0px;
	width: 617px;
	min-height:550px; /* Mindesthoehe, da der Content das laengste Element sein muss! */
}
* html div#col2 {
	height: 550px; /* Mindesthoehe (s.o.) fuer den IE6, der min-height nicht kennt */
}


/* rechte Spalte */
div#col3 { 
	margin: 0px;
	padding: 0px;
	width: 275px;
	position:absolute;
	top:390px;
	right:0;
}

div#footer_wrapper {
	
}

