@charset "utf-8";
/************************************* GENERAL ***************************************/
@media (min-width: 864px) {
    body {
        background: url('hintergrund.jpg');
    }
}


/**************************************** LAYOUT ****************************************/
@media (min-width: 864px) {
    #page {
        background: url('hintergrund-oben.gif') repeat-x;
    }

    #copyright {
        color: #8fb168;
    }

    #copyright span {
        background-color: #407116;
    }

    #copyright a {
        color: #80b926;
    }
}

/************************** CONTENT *********************************/

@media (min-width: 864px) {
    #main #content {
        min-height: 500px;
    }

    #main #content #body {
        min-height: 500px;
    }

    #main #content #body_inner {
        min-height: 500px;
    }

    #main {
        min-height: 500px;
    }
}

/****************************** LEFT ************************************/
#left {
    display: none;
}

@media (min-width: 864px) {
    #left {
        display: block;
    }

    #laendereien_portschluessel {
        background: url('left_portschluessel_bg.png') no-repeat top right;
        width: 100%;
        height: 269px;
    }

    #laendereien_portschluessel .inner {
        position: relative;
        left: 30px;
        top: 70px;
    }

    #laendereien_portschluessel table.table-spacing td {
        padding: 0;
    }


    #laendereien_menu {
        background: url('left_laendereien_bg.png') no-repeat top right;
        width: 100%;
        height: 161px;
    }

    #laendereien_menu .inner {
        position: relative;
        text-align: center;
        left: 20px;
        top: 70px;
        width: 160px;
    }
}