p {
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

a:link {
	color: #0073b8;
	text-decoration: none;
	}
	
a:hover {
	color: #d65916;
	text-decoration: underline;
	}
	
a:visited {
	color: #0073b8;
	text-decoration: none;
}

.headline {
	padding-top: 20px;
	color: #969696;
	line-height: 1.3em;
	font-size: 2.2em;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.homeheadline {
	padding-top: 20px;
	color: #969696;
	line-height: 1.3em;
	font-size: 1.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.subheadline {
	padding-top: 15px;
	color: #083a6d;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.5em;
	font-size: 1.4em;
}

a.blacknavigation:link {
	text-decoration: none;
	color: #010000;
}

a.blacknavigation:visited {
	text-decoration: none;
	color: #010000;
}

a.whitenavigation:link {
	text-decoration: none;
	color: #fffbfb;
}

a.whitenavigation:visited {
	text-decoration: none;
	color: #fffbfb;
}

a.fuss:link {
	color: #7f7f7f;
	text-decoration: none;
}

.infotext {
	text-transform: uppercase;
	line-height: 1.2em;
	font-size: .8em;
}

.infotextweiss {
	color: white;
	text-transform: uppercase;
	line-height: 1.4em;
	font-size: .9em;
}

li {
	width: 500px;
	font-weight: bold;
	color: #003a6d;
	line-height: 1.6em;
	font-size: .95em;
}

a.li:link {
	width: 500px;
	font-weight: bold;
	color: #0073b8;
	line-height: 1.6em;
	font-size: .95em;
}

a.li:visited {
	width: 500px;
	font-weight: bold;
	color: #0073b8;
	line-height: 1.6em;
	font-size: .95em;
}

a.li:hover {
	text-decoration: underline;
	width: 500px;
	font-weight: bold;
	color: #d65916;
	line-height: 1.6em;
	font-size: .95em;
}


