/*-----------------------------------*/
/*--------     Schriften     --------*/
/*-----------------------------------*/
h3, h4, h5, h6, div, body, html, input, button {
	font: normal 12px Verdana, Arial;
	color: #000000;
}
h2 {
	font: normal 16px Verdana, Arial;
	font-weight: bold;
	color: #000000;
}
h1 {
	font: normal 20px Verdana, Arial;
	font-weight: bold;
	color: #000000;
}
p {
	font: normal 14px Verdana, Arial;
	color: #000000;
}
a:active, a:visited, a:link {
	color: #336699;
}
a:hover {
	color: #000000;
}
div#top a {
	text-decoration: none;
	color: white;
}

