body {
                    background-color: #000000;
                    color: #ffffff;
                    font-family: Verdana, Arial;
    font-size: 0.9em;
                }

/*--------------------------------------------------------
    Allgemeine Formatierungen    
----------------------------------------------------------*/

table.lmngeschichte tr td{
     width: 16%;
     text-align: center;
 } 
 
 
 table.lmngeschichte tr.jahre{
     background-color: #9e5c0a;
     color:  #dddddd;
     text-align: center;
     font-weight: bold;
     font-size: 1.2em;
 }
 
 
a {
     color:  #f8c910;
     text-decoration: none;
 }
 
 a:hover{
     text-decoration: underline;
 }
 

 
 h1{
     font-size: 1.9em;
     color: #d6c47b;
 }
 
 h2{
     font-size: 1.5em;
     color: #fcc271;
 }
 
 h3{
     font-size:  1.2em;
     color:  #a2c47d;
     font-style: italic;
 }

p.anzeigepad{
    visibility: hidden;
    display: none;
}

div.footer{
    border-top: 1px solid white;
}

/*--------------------------------------
     Artikel Veranstaltungen
---------------------------------------*/
img.imgliveonstage{
     float: none;
     padding: 20px 1px 10px 10px;
     text-align: center;
 }
 
 span.info{
     font-size: 0.7em;
 }
 
 span.ueberschrift{
     font-size: 1.4em;
     font-weight: bold;
     color: #9e5c0a;
 }
 
 span.web{
     font-size: 0.8em;
 }
 
 span.livedate{
     font-size: 0.9em;
     font-style: italic;
 }
 
 hr{
     background: #fcc271;
     height: 2px;
     text-align: center;
     margin-top: 10px;
     margin-bottom: 10px;
 }
 
 
 aside.containerveranstaltung{
     visibility: hidden;
     display: none;
     float: right;
     width: 20%;
     height: 100%;
     overflow: hidden;
 }