/*---------------------------------------*/
/*--             ArcanuM               --*/
/*---------------------------------------*/
/*-- Name:  section-musikbox.css       --*/
/*-- Autor: Martin Oelke               --*/
/*-- Datum: 20.11.2013                 --*/
/*-- Zweck: Bestimmt das Aussehen der  --*/
/*--        Musikbox-Seite             --*/
/*-- Aenderung:                        --*/
/*--                                   --*/
/*---------------------------------------*/

/* Definition für Musikbox */ 

#z-ebene {
    z-index: -9999;
}

#titel {
    width: 910px;
    padding-top: 35px;
    padding-bottom: 15px;
    text-align: center;
}

#text {
    font-size: medium;
    color: #CCCCCC;
    text-align: center;
    margin-top: 10px;
}

#cdtitel {
    font-size: large;
    font-family: font-tw, sans-serif;
    color: #CCCCCC;
    text-align: center;
}

#box-1 {
    position: static;
    float: left;
    margin-top: 18px;
    margin-left: 85px;
    width: 350px;
    height: auto;
    text-align: center;
}

#box-2 {
    position: static;
    float: right;
    margin-top: 15px;
    margin-right: 80px;
    width: 370px;
    height: auto;
}

table {
    margin-left:auto;
    margin-right:auto;
}




