body{
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
p{
	margin-bottom: 3px;
	margin-top: 0px;
	line-height: 18px;
}

.titel1 { font-size: 12px; font-weight: bold; 	margin-bottom: 13px; }

.titel2 { font-size: 14px; font-weight: bold; }

.titel3 { font-size: 18px; font-weight: bold; }

.font8 { font-size: 8px; }

.font9 { font-size: 9px; }

.fontl0 { font-size: 10px; }

.fontl1 { font-size: 11px; }

.colorgreen { color: #258D1C; }

.colorblue { color: #004C8E; }

.blockwhite { background-color: White; padding: 5px; }

.tabwhite{ background-color: #FFFFFF; padding: 5px; font-size: 12px; }

.tabwhiteborder{
	border: 1px solid #D1D2D3;
	background-color: #FFFFFF;
	padding: 5px;
}
.imgName{
	font-size: 10px;
	line-height: 35px;
	padding-top: 2px;

}
table{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.refTitel{
	font-size: 12px;
	color: #c0005f;
	font-weight: bold;
}


a.wwwlink {
	text-decoration: underline;
	color: #0000ff
	font-weight: bold;
}

a.wwwlink:visited, a.wwwlink:link {
	color: #0000ff
	text-decoration: underline;
	font-weight: bold;
}

a.wwwlink: hover {
	color: Red;
}
