@charset "utf-8";
/* CSS Document */

html, body
{
margin: 0;
padding: 0;
}


.Grundschrift {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #000;
}

.Startseite {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	color: #000;
	text-align: left;
	line-height: 26px;
}

.Border-white {
	color: #FFF;
}

.Grundschrift-green-bold {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #7ab030;
	font-weight: bold;
}

.Grundschrift-bold {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #000;
	font-weight: bold;
}

.untereZeile {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #000;
	text-align: center;
}

.Navischrift {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
}

.Navischrift-green {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	color: #7ab030;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #7ab030;
}
a:active {
	text-decoration: none;
}
