@import url(artikel.css);
@media screen {
	#main { 
		/** Oberstrich in Kategoriefarbe hell **/
		border-top: 1px solid rgb(237, 211, 227);
		border-bottom: 1px solid rgb(237, 211, 227);
	}
	#footer { 
		/** Unterstrich in Kategoriefarbe hell **/
		border-top: 0px solid transparent !important;
		border-top: 1px solid rgb(237, 211, 227);
	}
	#plempel {
		background-color: rgb(237, 211, 227);
	}

	#pagetitle { /** Ueberschrift Kategoriefarbe dunkel **/
		color: rgb(214, 139, 163);
	}
	.superid_box { /** Hintergrund der Box mit der Superid **/
		background-color: rgb(214, 139, 163);
	}	
}