/* NAME */
#onair_anzeigename {
    text-align: center;
    font-size: 14px;
    color: white;
}

/* BILD */
img#onair_bildIMG {
    width: 200px;
    height: 200px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding-right: 0px;
}

/* SENDUNG */
#onair_sendung {
    text-align: center;
    font-size: 14px;
    color: white;
}

/* SONG */
#onair_currentsong {
    text-align: center;
    font-size: 12px;
    color: white;
}

