body { 
    background-color:black;
    font-family:Verdana,Arial;
    color:white;
    margin-top:10px;
}

a {
    color:white;
}

td {
    color:white;
}

/* Seite: Auswahl */

#auswahl{
    position: absolute;
    border: 0px solid white;
    height: 210px;
    width: 450px;
    top: 50%;
    left: 50%;
    margin-top: -105px; /* height / 2 */
    margin-left: -225px; /* width / 2 */
}

#auswahl img{
    width:200px;
}

/* Zurueck-Button */

#zurueck{
    position:absolute; 
    z-index:98; 
    left:80px;
}

/* Download-Button */

#zurueck{
    position:absolute; 
    left:80px;
}

#zurueck img{
    width: 60px;
}

#download{
    position:absolute; 
    right:80px;
}

#download img{
    width: 60px;
}


/* Seite: Bildergruppen */

#ueberschrift_bildergruppe{
    color:white;
    font-size:20px;
    text-align:center;
}

/* Seite: Bilderuebersicht */

#ueberschrift_bilderuebersicht{
    color:white;
    font-size:20px;
    text-align:center;
}


@media only screen and (max-width: 479px) {
    #auswahl img { 
        width:30%;
    }
    
    #ueberschrift_bildergruppe { 
        margin-top:40px;
    }
    
    #ueberschrift_bilderuebersicht { 
        margin-top:40px;
    }
    
    #zurueck { 
        top: 5px; 
        left: 5px; 
    }
    #zurueck img{ 
        width: 25%; 
    }
    
    #download{
        border:0px solid white;
        top: 5px; 
        right:5px;
        text-align: right;
    }

    #download img{
        width: 15%;
    }
}
