/* 
Projekt: www.landfrauen-neuenkirchen.de

Typ: CSS-Datei

Beschreibung: Grundformate für sämtliche Browser

Erstellt: Juli 2005, Hanna Meyer

*/


/*

===== Farben =====

Seitenhintergrund: weiß #ffffff

Uberschrift: blau #0101ff

Schrift: schwarz #000000

weitere Farben: 

dunkelorange #ff6b00

gelborange #ffc300

*/


body {
	
	background:;
}
		
a:link; a:visited; a:active {
	
	font-family: Comic Sans MS;
	font-color: #000000;
	font-size: 11pt;
	text-decoration:none;
	
	
}
/*
color: #000000;font-family:Verdana; font-size:10pt; text-decoration:none 
*/
}		
a:hover{
	border-top:2px solid #0101ff;
	border-bottom:2px solid #0101ff;
	font-family: Comic Sans MS;
	font-color:#0101ff;
	font-size: 11pt;
	font-weight: 
	text-decoration: none;
	
}
		
H1,H2,H3,H4{

		color: #0101ff;
		font-family: Arial,Verdana,Helvetica;
		font-size: 12pt;
		
		}
		
P, DIV, TD{
		font-family: Arial,Verdana,Helvetica;
		color:#000000;
		font-size:11pt;
		vertical-align: top;
		
		}