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

.fliesstext{
	font-family: Geneva, Arial, Helvetica, sans-serif, "Lucida Grande";
	font-size:12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: black;
	}
	
	.datum{
	font-family: Geneva, Arial, Helvetica, sans-serif, "Lucida Grande";
	font-size:12px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #009ee0;
	}
	
	.headline1{
	font-family: Geneva, Arial, Helvetica, sans-serif, "Lucida Grande";
	font-size:12px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color:#333333;
	}
	
	.bu{
	font-family: Geneva, Arial, Helvetica, sans-serif, "Lucida Grande";
	font-size:9px;
	font-style: normal;
	line-height: 12px;
	font-weight:lighter;
	font-variant: normal;
	text-transform: none;
	color:#333333;
	}

a:link {
	color: #0066FF;
}
a:visited {
	text-decoration: none;
	color: #0066FF;
}
a:hover {
	text-decoration: none;
	text-decoration: underline;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	color: black;
	font-weight: normal;
	font-style: italic;
}
a:active {
	text-decoration: none;
	color: black;
}


