/* ========== Allgemeine Einstellungen ========== */




/* ========== Test ========== */


html, body { margin:0; padding:0;}


#navigation {          
     	background: white;
	width: 100%;
	height: 65px;
	text-align: center;  
	color:#000000;
	text-decoration: none;
	font-family: Lucida Sans;
	
	font-weight: bold;
    
}


#h1 {          
     	text-align: center;  
	color:#f0f8ff;
	text-decoration: none;
	font-family: Lucida Sans;	
	font-weight: bold;
    
}



#footer {          
     	text-align: center;  
	color:#f0f8ff;
	text-decoration: none;
	font-family: Lucida Sans;	
	font-size: 5;
    
}

#footer2 {          
     	text-align: center;  
	color:#f0f8ff;
	text-decoration: none;
	font-family: Lucida Sans;	
	font-size: 10;
        font-weight: bold;
    
}





