/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

.Tx_Norm {
	font-family: "Arial Baltic",  sans-serif;
 	font-size: small;
 	color: rgb(51,51,102)
}

A:active {
	font-family: "Arial Baltic",  sans-serif;
 	color: rgb(51,51,102)
}

.Fett {
	font-family: "Arial Baltic",  sans-serif;
 	font-weight: bold
}

.Tab-klein {
	font-family: "Arial Baltic",  sans-serif;
 	font-size: x-small;
 	color: rgb(0,0,128)
}

H1 {
	font-family: "Arial Baltic",  sans-serif;
 	font-size: 36px;
 	font-weight: bold
}

A:hover {
	font-family: "Arial Baltic",  sans-serif;
 	color: rgb(255,204,0);
 	font-weight: normal;
 	font-style: normal
}