body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

/*Formatierung obere Navigationsleiste (Impressum, ...)*/
.topnavbar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}

.topnavbar A:link {
	color: #666666;
	text-decoration: none;
}

.topnavbar A:visited {
	color: #666666;
	text-decoration: none;
}

.topnavbar A:hover {
	color: #666666;
	text-decoration: underline;
}

.topnavbar A:active {
	color: #666666;
	text-decoration: none;
}

/*Formatierung für große Überschriften*/
.headline {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}

/*Standardtext*/
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
	line-height: 1.5;
}

.text A:link {
	color: #999999;
	text-decoration: none;
}

.text A:visited {
	color: #999999;
	text-decoration: none;
}

.text A:hover {
	color: #999999;
	text-decoration: underline;
}

.text A:active {
	color: #999999;
	text-decoration: none;
}

/*Formatierung für Adressbereich am Fussende jeder Seite*/
.bottom {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}

.bottom A:link {
	color: #666666;
	text-decoration: none;
}

.bottom A:visited {
	color: #666666;
	text-decoration: none;
}

.bottom A:hover {
	color: #666666;
	text-decoration: underline;
}

.bottom A:active {
	color: #666666;
	text-decoration: none;
}
.subheadline {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
	line-height: 1.5;
}
