/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

.infobox {
	background-color: rgb(255,0,51)
}

.productListing-heading {
	background-color: rgb(240,247,152)
}

.infoBoxHeading {
	background-color: rgb(187,195,211)
}

.footer {
	background-color: rgb(187,195,211)
}

.textkisten {
	background-color: rgb(204,255,102);
 	border: 1pt solid rgb(102,153,51);
 	padding: 10pt 5pt
}

H1 {
	margin-left: 10pt;
 	margin-top: 10pt;
 	margin-right: 10pt
}

H2 {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: large;
 	color: rgb(0,153,204);
 	font-weight: bold;
 	text-decoration: none 
}

.headerNavigation {
	background-color: rgb(187,195,211)
}

.infoBoxContents {
	background-color: rgb(248,248,249)
}