
body {
   text-align: center; /* Für IE 5.01 & 5.5, um die Box #wrapper horizontal zu zentrieren */
   background-color: white;
}

img#titelbild {
   margin-bottom: 0px;
   margin-top: 10px; /* ABSTAND GANZ OBEN VON TITELBILD */
}

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

/* DIV-Boxen */

div#wrapper {
   width: 950px; /* Fixe Breite 950px */
   margin: 20px auto; /* mittels auto zentriert */
   margin-top: 5px;
   background: url(images/site_layout/table_bg.gif) repeat-y;
}

div#leftCol {
   float: left;
   width: 201px; /* +1px  damit die border-top bis zum rechten Rand reicht */
   border-top: 1px solid #F1F1F1;
}

div#rightCol {
   float: right;
   width: 201px; /* +1px  damit die border-top bis zum linken Rand reicht */
   border-top: 1px solid #F1F1F1;
}

div#centerCol {
   margin: 0 200px;
   padding: 40px 40px;
}

#footer-image {
   margin-top: -20px;
}

/* Holly Hack um nur fuer IE6 zu zeigen: fuer Programm Table \*/
* html #centerCol table#programm {float:left;}
/* End Holly Hack */ 

/* Zum Zentrieren von Bildern, Text, etc. */
.center {
   display: block;
   margin-left:auto;
   margin-right:auto;
   text-align:center;
}

