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

	#plempel {
		background-color: rgb(212, 227, 237);
	}		

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


}