.standardschrift {
	font-family: "Tw Cen MT", "Arial", sans-serif;
	font-size: 15px;
	color: #000000;
}
.fett {
	font-family: "Tw Cen MT", "Arial", sans-serif;
	font-weight: bold;
	font-size: 15px;
	color: #000000;
}
.ueberschrift {
	font-family: "Century Gothic", "Tw Cen MT", "Arial", sans-serif;
	font-size: 21px;
	color: #0066CC;
	font-weight: bold;
}
.standardschrift_klein {
	font-family: "Tw Cen MT", Arial, sans-serif;
	font-size: 14px;
	color: #000000;
}
.fett_klein {
	font-family: "Tw Cen MT Condensed Extra Bold", "Arial Black", sans-serif;
	font-size: 16px;
	color: #000000;
}

.page_datenschutz a {
	color: black;
}

a:hover, a:active, a:focus { /* Durch diese Gruppe von Selektoren wird bei Verwendung der Tastatur der gleiche Hover-Effekt wie beim Verwenden der Maus erzielt. */
	color: #d9dadb;
}

h2 {
	font-family: "Century Gothic", "Tw Cen MT", "Arial", sans-serif;
	font-size: 21px;
	color: #0066CC;
	font-weight: bold;
	text-transform: uppercase;
	margin: 21px 0 21px 0;
}

h3 {
	font-family: "Tw Cen MT", Arial, sans-serif;
	font-size: 18px;
	margin: 48px 0 8px 0;
}

h4 {
	font-family: "Tw Cen MT", Arial, sans-serif;
	font-size: 14px;
	margin: 28px 0 0 0;
}

.page_datenschutz p {
	margin-top: 0;
}



