#box .l
{
 background: url(../images/l.gif) repeat-y;
 background-color:#ffffff;
}

#box .r
{
 background: url(../images/r.gif) repeat-y right;
}

#box .o
{
 background: url(../images/o.gif) repeat-x;
}

#box .u
{
 background: url(../images/u.gif) bottom repeat-x;
 height:100%;
}

#box .ol
{
 background: url(../images/ol.gif) left top no-repeat;
}

#box .or
{
 background: url(../images/or.gif) right top no-repeat;
}

#box .ul
{
 background: url(../images/ul.gif) left bottom no-repeat;
}

#box .ur
{
 background: url(../images/ur.gif) right bottom no-repeat;
}

#box .mitte
{
 padding: 15px;
 font-weight:bold;
}

#box
{
 padding:0;
 margin:0;
}