@import url(artikel.css);
@media screen {
	#main { 
		/** Oberstrich in Kategoriefarbe hell **/
		border-top: 1px solid rgb(239, 214, 198);
		border-bottom: 1px solid rgb(239, 214, 198);
	}
	#footer { 
		/** Unterstrich in Kategoriefarbe hell **/
		border-top: 0px solid transparent !important;
		border-top: 1px solid rgb(239, 214, 198);
	}
	#plempel {
		background-color: rgb(239, 214, 198);
	}
	#pagetitle { 
		/** Ueberschrift Kategoriefarbe dunkel **/
		color: rgb(187, 90, 92);
	}
	
	.superid_box { /** Hintergrund der Box mit der Superid **/
		background-color: rgb(209, 134, 122);
	}	
	
}