div.entry {
    background-image: url(../image/box-mitte-right_orange.gif);
    background-repeat: repeat-y;
    background-position: top right;
    margin:0 0 0.3em 0;
}

div.entry div.kopf {
    display: block;
    background-image: url(../image/box-top_orange.gif);
    background-repeat: repeat-x;
    background-position: top center;    

    color: #b58215;
    text-decoration: none;
}
div.entry div.kopflinks {
    display: block;
    background-image: url(../image/box-top-left_orange.gif);
    background-repeat: no-repeat;
    margin: 0;
    padding: 0 0 0 30px;
}
div.entry div.kopflinks h2{
margin:0;
padding: 10px 0 0 0;
}
div.entry div.kopfrechts {
    background-image: url(../image/box-top-right_orange.gif);
    background-repeat: no-repeat;
    background-position: top right;
    margin: 0;

    padding: 0 30px 0 0;
    float: right;
}



div.mitte{
    background-image: url(../image/box-mitte-right_orange.gif);
    background-position: right;
    background-repeat: repeat-y;

}

div.mitte div.text {
    padding: 0px 20px;
    background-image: url(../image/box-mitte-left_orange.gif);
    background-repeat: repeat-y;
    background-position: top left;
    line-height:1.6em;
}
div.entry p,div.text h2,div.text h3{
    margin:0;
    padding:0 0 10px 0;
}
div.entry div.bottom {
    background-image: url(../image/box-bottom_orange.gif);
    background-repeat: repeat-x;
    background-position: bottom;

    height: 1.6em;
    line-height: 1.6em;
    font-size: 0.9em;
    color: #888;
}

div.entry div.bottom div.bottomleft {
    background-image: url(../image/box-bottom-left_orange.gif);
    background-repeat: no-repeat;
    background-position: bottom left;
    float: left;

    padding: 0 0 0 20px;
}

div.entry div.bottom div.bottomright{
    background-image: url(../image/box-bottom-right_orange.gif);
    background-repeat: no-repeat;
    background-position: bottom right;
    float: right;

    padding: 0 20px 0 0;
}
