/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

.PHR_Formular {
	font-family: "Trebuchet MS",  Tahoma,  Verdana,  Arial,  Helvetica,  Sans-serif;
 	font-size: 14px;
 	color: rgb(11,36,118);
 	font-weight: bold;
 	text-decoration: none ;
 	text-align: left;
 	background-color: transparent;
 	margin-top: 0px;
 	margin-bottom: 6px
}

.Form_Button_PHR {
	font-size: 14px;
 	text-transform: uppercase;
 	color: rgb(240,237,196);
 	font-weight: bold;
 	text-align: center;
 	background-color: rgb(81,89,117)
}

.PHR-Bodytext {
	font-size: 14px;
 	text-align: justify;
 	margin-bottom: 6pt
}

.PHR-Headline {
	font-size: 20px;
 	font-weight: bold;
 	margin-bottom: 6pt
}