/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

.Rahmen {
	font-size: 8pt;
 	color: rgb(51,51,51);
 	font-weight: bold;
 	text-decoration: none ;
 	border-bottom: 1px solid rgb(153,153,153)
}

.Beschreibung {
	font-size: 8pt;
 	color: rgb(51,51,51);
 	border-top: 1px solid rgb(255,153,204);
 	border-bottom: 1px solid rgb(255,153,204)
}

.BeschreibungEuropa {
	font-size: 8pt;
 	color: rgb(51,51,51);
 	border-top: 1px solid rgb(255,0,102);
 	border-bottom: 1px solid rgb(255,0,102)
}