/* CSS-Document

author: 	Marion Lustig, Mediendesignerin
web: 		www.lustigonline.de
Farben:
rot: #bd0d26
gelb: #f9b434
grün:#98bf14
türkis: #18a196
*/




/* mouse over*/
	a  { color: black; }
	a:hover { color: #bd0d26; text-decoration: underline; }

html, body { background: #bd0d26 url("importe/verlauf_02.jpg") repeat-x; margin: 0; padding: 0; min-height: 101%; }


#container {
    position: absolute;
    left: 50%;
    top: 4%;
    margin: 0 0 0 -410;
    }
    
#rueckblick {
    font-size: 13px;
    }
    
#rueckblick ul li {
    margin-top: 10px;
    list-style-type: none;
    line-height: 15px;
    color: black;
    font-size: 9pt;
    }

#bands ul li{
    margin-top: 10px;
    list-style-type: none;
    line-height: 14px;
    color: black;
    font-size: 12px;
    }
    
#bands ul li a{
    text-decoration: none;
    color: #bd0d26;
    font-size: 12px;
    }
    
#bands ul li a:hover{
    color: #18a196;
    text-decoration: underline;
    font-size: 12px;
    }
    
#programm a{
    text-decoration: none;
    }
    
#downloads a{
    line-height: 25px;
    font-size: 12px;
   font-weight: bold;
    }
    
#trauer{
    border: 2px solid black;
    padding-top: 9px;
    height: 58px;
    }
    
#termin{
    border: 3px solid #f9b434;
    padding: 0px;
    margin: 0px;
    color: #fff;
    background-color: #bd0d26;
    font-size: 15pt;
    }

    