body
{
background-color:#006400;
}


/*Unbenutzter LINK*/
A:link {
	color: #880000;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
	font-family:"courier";	
	}

/*Benutzter LINK*/
A:visited {
	color: #880000;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;  
	font-family:"courier";	
	}

/*WENN DIE MAUS UEBER DEM LINK IST*/
A:hover {
	color: #000077;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
	font-family:"courier";	
	}

/*Normaler Text*/
P{
color: #000000;
font-size: 16px;
text-decoration: none;
font-family:"times";	
}

/*Seiten ueberschriften*/
H1{
color: #000000;
font-size: 20px;
text-decoration: none;
margin-bottom:1pt;
/*border-style:double;*/
/*border-width:1cm;*/
font-family:"times";	
}



#UeberschriftKT
{
color: #000000;
font-size: 20px;
font-weight:bold;

margin-bottom:1pt;
margin-top:10pt;
margin-right:20pt;

font-family:"times";
}

#KontaktText
{
color: #000000;
margin-bottom:1pt;
margin-top:1pt;
margin-right:20pt;
font-size: 16px;
text-decoration: none;
font-family:"times";	
}

#versteckt
{
color: #006400;
font-size: 4px;
font-family:"Arial";	
font-style:italic;
}


