/* Allgemein */

tr,p,div,td,th 
       {font-family: Arial, Helvetica, sans-serif;
	    font-size: 12px;
	    color: #333333;
	   }
.Stil1 {font-size: small}
.Stil2 {font-size: 9px;
	    color: #CCCCCC;
       }
.Stil4 {font-size: 12px}
.Stil6 {font-size: 10px; 
        color: #CCCCCC; 
	   }

.Stil7 {font-size: large}
	   
.Infozeile {font-size: 12px; 
        color: #AAAAAA; 
		text-decoration: none;
	    font-family:  Arial, Helvetica, sans-serif;
       }

.Warnung {color: #FF0000}

body   {background-image: url(pics/banner_back.jpg);
        font-family: Arial, Helvetica, sans-serif;
	    margin-left: 50px;
	    margin-right: 50px;
	   }

h3     {color: #888888; 
        font-family: Arial, Helvetica, sans-serif;
	    font-size: 18px; 
	    font-weight: bold;
	   }

h4     {color: #888888; 
        font-family: Arial, Helvetica, sans-serif;
	    font-size: 14px; 
	    font-weight: bold;
	   }

h5     {color: #888888; 
  	    font-family: Arial, Helvetica, sans-serif;
	    font-size: 13px; 
		font-weight: bold;
	   }

h6     {color: #888888; 
        font-family: Arial, Helvetica, sans-serif;
	    font-size: 12px; 
		font-weight: bold;
	   }

a:link {font-size: 12px; 
        color: #AAAAAA; 
		text-decoration: none;
	    font-family:  Arial, Helvetica, sans-serif;
	   }

a:visited {font-size: 12px; 
           color: #AAAAAA; 
		   text-decoration: none;
	       font-family:  Arial, Helvetica, sans-serif;
	      }

a:hover {color: #666666; 
         text-decoration: none;
	    }

hr     {background: #CCCCCC;
		height:1px;
		border: 2px inset;
	   }

hr.separator {background: #CCCCCC;
			  height: 1px;
			  width: 75px;
			  border: 0px;
             }

ul     {font-size: 12px; 
        color: #CCCCCC; 
		text-decoration: none;
	    font-family:  Arial, Helvetica, sans-serif;
	   }
	   
li     {font-size: 12px; 
        color: #CCCCCC; 
		text-decoration: none;
	    font-family:  Arial, Helvetica, sans-serif;
	   }	
	   
/* Kalender */
table.kalender {
        border-collapse:collapse;
		border:0;
		empty-cells:show;}

td.monat {
        width:30px; 
		height:20px; 
		text-align:center;
		border:0;
		font-family: Arial, Helvetica, sans-serif;
	    font-size: 18px;
	    color: #AAAAAA;}
td.tage {
        width:40px; 
		height:20px; 
		text-align:center;
		border:0;
		font-family: Arial, Helvetica, sans-serif;
	    font-size: 18px;
	    color: #AAAAAA;}
td.kalenderelement {
        background-color:#EEEEEE; 
		width:40px; 
		height:20px;		
		text-align:center;
		border:0;}
td.wochenende {
        background-color:#DDDDDD; 
		width:40px; 
		height:20px;		
		text-align:center;
		border:0;}	   
td.aktivitaet {
        background-color:#999999; 
		width:40px; 
		height:20px;		
		text-align:center;
		border:0;
		font-family: Arial, Helvetica, sans-serif;
	    font-size: 18px;
	    color: #00ff00;}	
		   
a.kalender {font-size: 12px; 
        color: #FFFFFF; 
		text-decoration: none;
	    font-family:  Arial, Helvetica, sans-serif;		