/* 
importieren aller Screen-CSS
------------------------------------------------------ */
@import url(layout.css);
@import url(webautor-basics.css);
@import url(typo.css);
@import url(nav.css);
@import url(specials.css);

/* iPhone und iPad-Spezial */
@media screen and (device-width: 768px) {
	#wrapper {padding: 0 6px 6px 6px;}
	#footer {padding-left: 6px;}
}
@media screen and (max-device-width: 480px) {
	#wrapper {padding: 0 6px 6px 6px;}
	#footer {padding-left: 6px;}
}
/* for 1050px or less */
@media screen and (max-width: 1100px) {
	#logo {
		margin-left: -5px;
	}
	#footer-element {
		right: 0;
	}
	#webtuning {
		display: none;
	}
}
