/* 
Projekt: www.landfrauen-gifhorn.de

Typ: CSS-Datei

Beschreibung: Grundformate für sämtliche Browser

Erstellt: September 2005, Hanna Meyer

*/


/*

===== Farben =====

Seitenhintergrund: #FFFF99

Uberschrift:  #006600

Schrift: schwarz #000000

weitere Farben: 

beige #FFFF99

dunkelgelb #F3D034



*/


/* 

==== Schattenbild ====

Farbe: schwarz

x Eintrag: 5px

y Eintrag: 5px

Transparenz: 50%

Schattengröße: 100 %

Vignette: 12px

*/


body {
	
	background: #FFFF99;
}

a:link, a:active {
	
	font-family:Arial,Verdana,Helvetica ;
	color: #006600;
	font-size: 10pt;
	text-decoration:underline;
	-moz-outline: none;
	outline: none;
}

a:hover{
	
	font-family: Arial,Verdana,Helvetica;
	color:#006600;
	font-size: 10pt;
	text-decoration: underline; 
	-moz-outline: none;
	outline: none;
	
}
		
H1{
	color: #006600;
	font-family: Comic Sans MS,Arial,Verdana,Helvetica;
	font-size: 15pt;
	font-weight: bold;
}

H2{
	color: #006600;
	font-family: Comic Sans MS,Arial,Verdana,Helvetica;
	font-size: 14pt;
	font-weight: bold;
}

H3{
	color: #006600;
	font-family: Comic Sans MS, Arial,Verdana,Helvetica;
	font-size: 13pt;
	font-weight: bold;
}

H4{
	color: #006600;
	font-family: Comic Sans MS,Arial,Verdana,Helvetica;
	font-size: 12pt;
	font-weight: bold;
}

H5{
	font-family: Comic Sans MS,Arial,Verdana,Helvetica;
	color:#006600;
	font-size:12pt;
	font-weight:bold;
}
		

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

/* Indivdualformate */

.title {
 color: #006600;
 font-family: Comic Sans MS,Arial,Verdana,Helvetica;
 font-size: 12pt;
 font-weight: bold;
}

.mid-line {
 background-color:#226A21;
 color:#226A21;
 border:#226A21;
 height:3px;
}

.green-border {
 border-color:#226A21;
 border-style:solid;
}

.fat-line {
 background-color:#226A21;
 color:#226A21;
 border:#226A21;
 height:5px;
}

