div#wrapper {
min-width:1020px; /*** leftCol+Abstand+centerCol(padding+Bild+padding)+Abstand+rightCol 256+30+20+350+20+40+200 ***/
max-width:1400px;
position: relative;
margin: 0 auto;
width: 100%; /*** width: 800px bei fixer Layout-Breite ***/
min-height: 100%; /* Mindesthöhe in modernen Browsern */
height: auto !important; /* !important-Regel für moderne Browser */
height: 100%; /* Mindesthöhe in IE (<7) */
background:url(rightCol.png) repeat-y right top;
/*** background: url(img/3cols.png) repeat-y; ***/ /*** ::::: Damit Hintergrund bis zum Footer reicht :::: ***/
/*** border-left: 1px solid #b8b8b8; ***/ /*** ::::: RAUS: sonst Scrollbalken ::::: ***/
/*** border-right: 1px solid #b8b8b8; ***/
}
div#centerCol {
background-color:#fcfcee; /*** #fbf4e5 fdf9f1 fcfcee fcf9ee fcfbee ***/
margin:0px 240px 45px 316px; /*** Hier Abstaende zwischen den Spalten anpassen und die Bilder leftCol.png und rightCol.png in der Breite anpassen (45px ist unten wegen Bild sonst schneideet ab) ***/
padding:20px;
/*** margin-left: 296px; Breiten anpassen
margin-right: 225px;
margin-bottom: 0px;
margin-top:0px; Abstand von oben 55px ***/
/*** padding-left:30px;
padding-right:40px; ***/ /*** Abstand von Menue ***/
height:1%; /* hasLayout-Fix für IE */
}