@charset "utf-8";

body {
margin: 0;
padding: 0;
background: transparent;             //<<-- ANPASSEN für Hintergrundfarbe #fff <-weiss
}

      a:link {
      color: #db0000;
      }
      /* visited link */
      a:visited {
      color: #095484;
      }
      /* mouse over link */
      a:hover {
      color: #8ebf42;
      }
      /* selected link */
      a:active {
      color: #800000;
      }

/*  a {
color: #fff;
text-decoration: none;
background: #514f4f00;
color: #ffffff; 
}
*/

img#onair_bildIMG {
width: 145px;
height: 145px;
float: right;
border-radius: 15%;
}

body#onair_body { 
font-family: Arial; 
font-size: 15px; 
background: #514f4f00;
color: #ffffff; 
text-align: center 
}

div#onair_anzeigename { 
margin-top: 10px;
font-family: Arial; 
font-size: 25px; 
color: #EEEEEE; 
}

div#onair_sendung { 
font-family: Arial; 
font-size: 20px; 
color: #EEEEEE; 
}

div#onair_grussboxbutton { 
font-family: Arial; 
font-size: 10px; 
color: #EEEEEE; 
text-align: center
}

.panel {
background: #514f4f; <---- Team hintergrund
opacity: 0.4;
color: #ffffff;
}

ul.nav#headnav li a.active, ul.nav#headnav li a:hover:not(.active), ul.nav#headnav li a:focus:not(.active), ul.nav#headnav li .nav-link:hover:not(.active), ul.nav#headnav li .nav-link:focus:not(.active) 
{
    background: #f90000;        //<<-- ANPASSEN für Hintergrundfarbe
    color: #fff;                //<<-- ANPASSEN für Schriftfarbe
    border-color: #F7FE2E;      //<<-- ANPASSEN für Umrandungsfarbe
}

div#content {
    min-height: 250px;
    padding: 10px;
    background: #777;
	color: #000;
}

//.table-success, .table-success > td, .table-success > th {        
//  background-color: transparent;
//}                                                 //Grüner Hintergrund bei Event = #c3e6cb;