body {
margin:0px auto; /* main-Box zentrieren in IE 5 und hoeher */
text-align:center; /* main-Box zentrieren in IE 5 und hoeher */
font-size:100%; font-family: verdana, helvetica,sans-serif;

}
#main {
background-image: url(images/Hint_BW3.jpg);
width:88%; /* oder auch z.B. 800px */
height:2100px;
margin: 0px auto; /* main-Box vertikal zentrieren, Rand oben + unten 1px */
text-align:center; /* main-Box vertikal zentrieren in Opera, NN, Mozilla */
}
#nest {
font-size:100%;
text-align: left;
}
#rightBox {
background-image: url(images/rand.jpg);
width: 12px; float:right;
height:2100px;
}
#leftBox {
width: 320px; float:left;
height:2100px;
}
#leftBox h1, #leftBox p {
padding:0; margin:0;
}
#content {
margin:0 0 0 320px;
}
#content p {
font:12px verdana, helvetica,sans-serif;	
line-height: 17px;
}