/* CSS Document */

p{
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
	margin-left: 15px;
}
.bold {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #000000;
}
.link {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	text-decoration: underline;
}
.navigation {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	display: block;
	padding: 8px;
	width: 160px;
	background-color: #FFCF63;
	border-bottom-style: dashed;
	border-bottom-width: thin;
}
.navigation_aktiv {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	display: block;
	padding: 8px;
	width: 160px;
	background-color: #FF9900;
	border-bottom-style: dashed;
	border-bottom-width: thin;
}
.titel {
	font-family: Verdana, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #000000;
}

