
* { /* Mit Universalselektor die Polsterungseigenschaften aller (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 */
color:#FFFFFF;
background-color:#141823;
}

div {
text-align: left; /* text-align:center wieder aufheben, damit DIV-Inhalte linksbündig ausgerichtet sind */
}

/* DIV-Boxen */

div#wrapper {
width: 760px;
margin: 9px auto;

border-left: 0;
border-right: 0;

}

div#tleftCol {
float: left;
width: 0px;
height: 80px;

}

div#trightCol {
float: right;
width: 0px;
height: 80px;

}


div#leftCol {
float: left;
width: 42px;
height: 450px;
background-image: url('bilder/leiste_links.jpg');  
}

div#rightCol {
float: right;
width: 42px;
height: 450px;
background-image: url('bilder/leiste_rechts.jpg');  
}

div#centerCol {
width: 670px;
margin:0px 0px;
height: 450px;

background-color:#000000;
overflow:auto;
}
div#downCol {
float: left;
width: 760px;
height: 80px;

}




/* 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 */

/* Listen */


