/* Rund-Box Stand: 28.12.2006*/
/*body {font-family:Arial; font-size:0.8em;}*/
/*h1{font-size:1.2em;}*/
#rundbox0 {
-moz-border-radius:50px 10px;
border-radius:50px 10px;
background-color:#DCDCDC;
width:90%;
height:300px;
padding:20px;
}
#rundbox1 {
-moz-border-radius:30px;
border-radius:30px;
background-color:#DCDCDC;
width:90%;
height:600px;
padding:20px;
}
#rundbox2 {
-moz-border-radius:50px 10px;
border-radius:50px 10px;
background-color:#DCDCDC;
width:90%;
height:150px;
padding:20px;
}