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


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

    #copyright {
        color: #ab9ab5;
    }

    #copyright span {
        background: none;
    }

    #copyright a {
        color: #ba8dd5;
    }
}

/************************** 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;
    }

    #fahrenderritter_portschluessel {
        background: url('left_portschluessel_bg.png') no-repeat top right;
        width: 100%;
        height: 269px;
    }
    #fahrenderritter_portschluessel .inner {
        position: relative;
        left: 30px;
        top: 70px;
    }
    #fahrenderritter_portschluessel .table-spacing td {
        padding: 0 1px;
    }

    #fahrenderritter_menu {
        background: url('left_fahrenderritter_bg.png') no-repeat top right;
        width: 100%;
        height: 211px;
    }
    #fahrenderritter_menu .inner {
        position: relative;
        text-align: center;
        left: 20px;
        top: 60px;
        width: 160px;
    }
}


