.grau-normal{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	font-weight: normal;
}
.grau-fett{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	font-weight: bold;
}

.grau-klein{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
	font-weight: bold;
}

.vdv-blau-normal{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #004A9D;
	font-weight: normal;
}
.vdv-blau-fett{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #004A9D;
	font-weight: bold;
}

.vdv-blau-klein{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #004A9D;
	font-weight: bold;
}

	
.align-left { text-align:left; }

.align-center { text-align:center; }

.align-right { text-align:right; }


.bodytext a {
	font-size: 13px;
	font-weight: normal;
	color: #004A9D;
	text-decoration: underline;
	}
	
.bodytext a:hover {
	color: #666;
	font-weight: normal;
	}
	



