/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

UL {
	font-weight: normal;
 	font-style: normal;
 	text-decoration: none ;
 	list-style-position: outside
}

H1 {
	font-family: Tahoma,  Verdana,  Arial,  Helvetica,  Sans-serif;
 	font-size: 27px;
 	text-transform: uppercase;
 	color: rgb(231,151,28);
 	font-weight: bold;
 	border-top: 1pt solid rgb(250,189,82);
 	border-bottom: 1pt solid rgb(250,189,82)
}

.Aufzählung {
	font-size: 20px;
 	list-style-type: square
}
