@charset "utf-8";
body {
    background-color: rgba(0,0,0,0);
    font-family: sans-serif;
    color: #ffffff;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
}
body#onair_body { font-family: verdana; font-size: 16px; color: #ffffff; text-align: center; background: transparent;text-shadow: 0px 0px 15px #000000;}
div#content { min-height: 250px; padding: 10px; background: transparent;
}
.table {
color: #ffffff;
text-shadow: 0px 0px 15px #000000;
}
#onair_bild {
    text-align: center;
    color: #ffffff;

}
#onair_anzeigename {
    text-align: center;
    font-size: 15px;
    color: #fffff;
}
#onair_sendung {
    text-align: center;
    font-size: 15px;
    color: #fffff;
}

#onair_grussboxbutton {
    text-align: center;
}
img.profil_bild {
border-radius: 50px;
box-shadow: 0px 0px 15px black;
}
img#onair_bildIMG{
width: 100px;
height: 100px;
float: center;
border-radius: 50px;
box-shadow: 0px 0px 15px black;
}

img#profil-bild {
border-radius: 50px;
}
/*Begin Teamliste*/
.panel {
    width: 100%;
    background-color: rgba(0,0,0,0);
    border: 0px;
    font-family: sans-serif;
    color: #ffffff;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
}
.art-title {
            color: #ffffff;
            font-size: 20px;
            font-weight: 700;
        }
.artst-prfle span.artst-sub span.byname {
            font-weight: 700;
            color: #fff;
        }
.artst-prfle span.artst-sub {
            font-size: 15px;
            color: #fff;
            float: left;
            width: 100%;
            font-weight: normal;
            padding: 5px 0;
        }
/*Ende Teamliste*/