@charset "UTF-8";


/***************************************************************************************************************************/
/* boxNormalHighlight :: 562 Pixel breite Box, zur Darstellung von hervorgehobenen Formularbereichen.                */

#bmfr .boxNormalHighlight562px {
    width: 562px;
    /* margin: 0px; top right bottom left */
    /* padding: 0px; top right bottom left */
}

#bmfr .boxNormalHighlight562px > .boxTop {
    width: 562px;
    height: 5px;
    background: transparent url(../images/box_normal-highlight_562px_top.png) scroll no-repeat bottom center;
}

#bmfr .boxNormalHighlight562px > .boxContent {
    width: 552px; /* 562 - (5 + 5) @boxes.css */
    background: transparent url(../images/box_normal-highlight_562px_bg.png) scroll repeat-y top center;
}

#bmfr .boxNormalHighlight562px > .boxBottom {
    width: 562px;
    height: 5px;
    background: transparent url(../images/box_normal-highlight_562px_bottom.png) scroll no-repeat top center;
}


/***************************************************************************************************************************/
