body
	{
	background-color: #C0DEC0;      /* Einstellung erfolgt in CONFIG.PHP */
	font-family:verdana,arial;
    margin: 5;
	font-size: 10;
    color: #013901;
	}


 a:link
    {
    font-size: 13;
    color:#011301;
    text-decoration: none;}
 
 a:visited
    {
    font-size: 13;     
    color:#036703;
    text-decoration: none;}
 
 a:hover
    {
    font-size: 13;     
    color: darkblue;
    text-decoration: none;}
    
 a:active
    {
    font-size: 13; 
    color: red;    
    background-color: white;
    text-decoration: none;}
    
div{
    font-size: 20;
}

#header	{
    margin-top: 0%;
    padding-top: 15px;
    width:80%; 
    height:100px; 
    background-color:#013901;
    font-family: verdana, arial, sans-serif; 
    text-align: center;
    vertical-align: bottom;
    }

#navbar {
    float: top;
	width:80%; 
    height:20px; 
    padding: 3px;
    background:#87C187;
    font-family: verdana, arial, sans-serif; 
    font-size: 6;
    color:#013901; 
    vertical-align: bottom;
    }       
           
#content {
    float: top;
    width: 80%; 
    background: #C0DEC0;
    padding: 20;
    font-family: verdana, arial, sans-serif;
    font-size: 14;
    text-align: left;
    color: #013901;
    
    }
td  {
    font-size: 13;
    color: #013901;
    }    

#fusszeile {
    float: top;
    width: 80%; 
    height: auto;
    background:#87C187;
    padding: 5;
    font-family: verdana, arial, sans-serif; 
    font-size: 7;
    color:#013901; 
    text-align: center;
    }
    

h1 {
    font-size : 36;
    color: #C0DEC0;
    }
.content
    {
    font-size: 28;
    color: #013901;
    }
    
H2 {
    font-size : 24;
    color: #013901;
    }
    
    
    