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

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

}
