/* Normaler Text */
td 
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black;
}

/* Kleine Dunkelgrüne Schrift */
td.dunkelgruen 
{
	font-size: 10px;
	color: #57680E;
}
/* Überschrift */
td.ueberschr 
{
	font-size: 22px;
	color: #57680E;
	font-weight : bold;
}



/* Normale Links */
a, a:visited
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #A51A1A;
	text-decoration: none;
	font-weight: bold;
}
	
a:focus, a:hover, a:active 
{
	font-family :  Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #A51A1A;
	text-decoration : underline;
	font-weight : bold;
}

/* Navigations-Links */
a.navi, a.navi:visited
{
	font-size: 14px;
	color: Black;
}
	
a.navi:focus, a.navi:hover, a.navi:active 
{
	font-size : 14px;
	color : Black;
	text-decoration: none;
}

.img_border
{
	border-color: #D0E37A;
}

.img_border_hover
{
	border-color: #000000;
}

.nosee 
{ 
	display:none; 
}
