/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

.Layout{
	background-repeat: no-repeat
}

.Überschrift{
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 28px;
 	text-transform: uppercase;
 	font-weight: bold;
 	font-variant: small-caps
}

.rahmen{
	border-left-style: none;
 	border-top-style: none;
 	border-right-style: none;
 	border-bottom-style: none
}

.farbe{
	background-color: rgb(255,231,189)
}