@charset "utf-8";

body {
margin: 0;
padding: 0;
font-size: 15px;
font-family: Gotham, Helvetica Neue, Helvetica, "Arial", sans-serif; 
font-weight: bold;
border-color: black;
border-width: 10px;
border-style: ;
color: #fffff;
background: #00000;
}
.btn-danger.disabled, .btn-danger:disabled {
    animation-name: animation_blink;
    animation-timing-function: ease-in;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

@keyframes animation_blink {
    0% { opacity: 1; }
    50% { opacity: 0.1; }
    100% { opacity: 1; }    
}
@charset "utf-8";

#onair_bild {
    text-align: center;
    color: #ffccff;
}
#onair_anzeigename {
    text-align: center;
    font-size: 13px;
    color: #fffff;
}
#onair_sendung {
    text-align: center;
    font-size: 12px;
    color: #fffff;
}
#onair_currentsong {
    text-align: center;
    font-size: 11px;
    color: #fffff;
}
#onair_grussboxbutton {
    text-align: center;
}

img#onair_bildIMG{
width: 250px;
height: 250px;
float: center;
padding-right: 20px;
}
.image {
border-radius: 2;
}
img#onair_bildIMG{
width: 250px;
height: 250px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
float: center;
padding-right: 0px; }