/* ######################################################################################################
** ### Stylesheet für die Kategorie Consumer-Report ######################################################
** ######################################################################################################
*/
@import url(artikel.css);
@media screen {

	#main { /** Oberstrich in Kategoriefarbe hell **/
		border-top: 1px solid rgb(215, 209, 230);
		border-bottom: 1px solid rgb(215, 209, 230);
	}
	#footer { 
		/** Unterstrich in Kategoriefarbe hell **/
		border-top: 0px solid transparent !important;
		border-top: 1px solid rgb(215, 209, 230);
	}
	#plempel {
		background-color: rgb(215, 209, 230);
	}	
	#pagetitle { /** Ueberschrift Kategoriefarbe dunkel **/
		color: rgb(153, 121, 174);
	}
	.superid_box { /** Hintergrund der Box mit der Superid **/
		background-color: rgb(153, 121, 174);
	}	
}