html {
	height: 100%;
	padding: 0 0 1px 0;
}

.text {
	font-family: Arial;
	color: #FFFFFF;
	font-size:12px;
	font-weight: normal;
}

.titel {
	font-family: Arial;
	color: #FFFFFF;
	font-size:15px;
	font-weight: bold;
}

.datum {
	font-family: Arial;
	color: #FFFFFF;
	font-size:9px;
	font-weight: normal;
	padding-top:2px;
	padding-bottom:2px;
}

.projekttitel {
	font-family: Arial;
	color: #005AFF;
	font-size:12px;
	font-weight: bold;
	padding-bottom:5px;
}

.projekttext {
	font-family: Arial;
	color: #FFFFFF;
	font-size:11px;
	font-weight: normal;
	padding-top:5px;
}

A{
	font-family: Arial;
	color: #005AFF;
	font-weight: normal;
	}


A:Visited{
	Color: #005AFF;
	text-decoration: none;
	}


A:link{
	Color: #005AFF;
	text-decoration: none;
	}

A:Active{
	Color: #005AFF;
	text-decoration: none;
	}


A:Hover{
	Text-Decoration : underline;
	Color: #005AFF;
	}
