* { /* (Block-)Elemente auf null setzen */
margin: 0;
padding: 0;
}

body {
text-align: center; /* Für IE 5.01 & 5.5, um die Box #wrapper horizontal zu zentrieren */
}

div {
text-align: left; /* text-align:center wieder aufheben, damit DIV-Inhalte linksbündig ausgerichtet sind */
}

/* DIV-Boxen */

div#koenig {
width: 960px;
margin:0 auto;
border: 0px solid #b8b8b8;
background: url(../upload/Koenig_Layout/bg_all.gif) repeat-y;
min-height:600px;
height:expression(this.scrollHeight > 600 ? "auto":"600px");
}

div#banner {
margin:0 auto;
width: 960px;
height:175px;
background: url(../upload/Koenig_Layout/titel.jpg) no-repeat;
}

div#leftCol {
float: left;
width: 200px;
}

div#rightCol {
float: right;
width: 210px;
}

div#centerCol {
margin: 0 200px;
padding:0px 20px 0px 10px;
}

/* clearfix zum Aufheben der Floatumgebung */

.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* -----------footer--------------------------- */
#footer {
width:960px;
clear: both;
text-align: right;
font-size: 11px;
text-transform:uppercase;
background-color: #F2F8EB;
border-top:1px solid #564b47;
border-bottom:1px solid #564b47;
padding:5px 0px;
margin:0 auto;}
