/*
	----------------------------------- 
	(c) by Graphic-Factory Werbeagentur
	-----------------------------------
*/

	@import url("fonts.css.php");
	@import url("screen.css.php") only screen and (min-width: 768px);
	@import url("screen.mobile.css.php") only screen and (orientation:portrait) and (max-width: 480px);
	@import url("screen.tablet.css.php") only screen and (min-width: 481px) and (max-width: 767px);

