.Titel {
	color: #285014;
}
.Verweisfeld {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-align: center;
    font-size: 14px;
    text-shadow: 
        2px 0 0 white,  /* rechter Rand */
        -2px 0 0 white, /* linker Rand */
        0 2px 0 white,  /* unterer Rand */
        0 -2px 0 white; /* oberer Rand */
}
a:link {
	text-decoration: none;
	color: #285014;
}
a:visited {
	text-decoration: none;
	color: #285014;
}
a:hover {
	text-decoration: none;
	color: #CC0000;
}
