/* CSS Document */

.Lauftext {
	font: 12px Verdana;
	color: #8B7A00;
}
.Ueberschrift {
	font: 20px Bradley Hand ITC;
	color: #8B7A00;
	font-weight: bold;
}
.menu {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #8B7A00;
    text-decoration: none;
}
.menu:hover {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #8B7A00;
    text-decoration: underline;
}
.menu2 {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #8B7A00;
    text-decoration: none;
}
.menu2:hover {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #8B7A00;
    text-decoration: underline;
}
.menu2u {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #8B7A00;
    text-decoration: underline;
}
.wetter {
	font-family: Verdana;
	font-size: 10px;
	color: #8B7A00;
    text-decoration: none;
}
.wetter:hover {
	font-family: Verdana;
	font-size: 10px;
	color: #8B7A00;
    text-decoration: underline;
}
