/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

.footer {
	background-image: url( "../assets/images/footer.png" );
 	background-repeat: no-repeat
}

.Banner {
	background-image: url( "../assets/images/head.png" );
 	background-repeat: no-repeat
}

.rlinie {
	background: rgb(255,255,255) url( "../assets/images/linie.gif" ) no-repeat scroll left;
 	border-left-style: none;
 	border-top-style: none;
 	border-right-style: none;
 	border-bottom-style: none
}