body{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12;
		}

/**************************** Schriften ****************************/
h1 {	font-family: Arial, Helvetica, sans-serif;
		font-size: 13;
		font-weight: bold;
		color: #000000;
        }
        
h2 {	font-family: Arial, Helvetica, sans-serif;
		font-size: 13;
		font-weight: bold;
		color: #000000;
        }

p {		font-family: Arial, Helvetica, sans-serif;
		font-size: 12;
		}
		
b {		font-family: Arial, Helvetica, sans-serif;
		font-size: 12;
		font-weight: bold;
		}
		
/**************************** Links ****************************/
a  {  
		font-family: Arial, Helvetica, sans-serif;  
		font-weight: bold;
		color: #CCCC99;
		text-decoration: none;
		}
a:hover {  
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		color: #333333; 
		text-decoration: none; 
		}
a.menu  {  
		font-family: Arial, Helvetica, sans-serif;  
		font-size: 11;
		font-weight: bold;
		color: #333333;
		text-decoration: none;
		}
a.menu:hover {  
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		color: #CCCC99; 
		text-decoration: none; 
		}
		
a.menu2  {  
		font-family: Arial, Helvetica, sans-serif;  
		font-size: 11;
		font-weight: bold;
		color: #FFFFFF;
		text-decoration: none;
		}
a.menu2:hover {  
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		color: #CCCC99; 
		text-decoration: none; 
		}

/**************************** Imput ****************************/

.input {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11;
		}

/**************************** Buttons ****************************/
.button { 
        font-family: Arial, Helvetica, sans-serif; 
        font-size: 10; 
        color: #000000; 
        background-color: #CCCCCC;
        border: #666666;
        border-style: solid;
        border-top-width: 1px;
        border-right-width: 1px;
        border-bottom-width: 1px;
        border-left-width: 1px;
        width: 100px;
        }