﻿/* Der Bildschirm-spezifische Teil */

#body-bg-left {
        position: absolute;
        width: 18%;
        height: 580px;
        background-image: url('images/bg00-left.jpg');
        background-position:top right;
        background-repeat:no-repeat;
}

#body-bg-right {
        position: absolute;
        margin: 0 0 0 82%;
        width: 18%;
        height: 580px;
        background: url('images/bg00-right.jpg') top left no-repeat;
}

/* Set the page width */
#wrapper-menu-top, #header-bg, #wrapper-content, #wrapper-footer {
        width: 64%;
        margin: 0 auto;
        text-align: left;
}


/* ende style formular */