@charset "utf-8";

a {
    color: #FF0000;  //<-- Wäre z.b. Linkfarbe dann WEISS
}

div#content {
background-color: #000;
color: #000;
}
margin:0 auto;
width:100%;
box-shadow:0 0 5px #982254;
color: #000;
}
div#navi ul li a#current
{
background: #333;
background: -moz-linear-gradient(top,#982254,#982254);
background: -webkit-linear-gradient(top,#982254,982254);
background: -ms-linear-gradient(top,#982254,982254);
background: linear-gradient(top,#982254,982254);
}




table.content tr.event-sendung
{
background: #727272; /* Hintergrundfarbe auf hellblau ändern */
color: #0048ff; /* Schriftfarbe auf schwarz setzen */
font-weight: 700; /* Schrift fett gedruckt darstellen */
}
table.content div img {max-width:400px; max-height:100%;}
img#onair_bildIMG{width:110px; height:110px;}

body#onair_body
{
font-size:12px;
font-family:Verdana, Geneva, sans-serif;
background:#727272;
}

div#onair_bild{text-align:left; background:#858585;}
div#onair_grussboxbutton a { color: #982254; font-weight: 700;}

.table {
color: #FFF;
}

.table-light, .table-light > td, .table-light > th {
  background-color: #000;
}

.table-info, .table-info > td, .table-info > th {
  background-color: #000;
}

.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; }    
    }

/*Begin Teamliste*/
.panel {
width: 100%;
background: #000000;
border: 2px solid #e61212;
border-radius:6px;
background-color: #1f1d1a;
}
thead tr {background-color: #1f1d1a;}
@charset "utf-8";
body
{
margin: 0;
padding: 0;

background: #1f1d1a;
}
.art-title {
color: #ffffff;
}
/*Ende Teamliste*/

.container-fluid {
color: #ff6600;
}

.bg-light {
  background-color: #000!important;
}

.table-secondary, .table-secondary > td, .table-secondary > th {
  background-color: #000;
}

.mod_tool {
  color: #ff000073;
  background: #f000;
  font-size: 12pt;
}

.panel-body {
  background: #000000;
}

.table-success td {
  background: #4575ff;
}