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;
 }


/*--------------------------------------
     Artikel Veranstaltungen
---------------------------------------*/
img.imgliveonstage{
     float: left;
     padding-right: 25px;
 }
 
 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;
 }
 
 article.veranstaltungen{
     float:left;
     width:  79%;
 }
 aside.containerveranstaltung{
     
     float: right;
     width: 20%;
     height: 100%;
     overflow: hidden;
 }