/* Stylesheets für Screen einbinden */
@import url(basic.css);
@import url(layout.css);
@import url(content.css);
/* Font einbinden */
@font-face {
    font-family:CenturyGothic;
    src: url('../../font/CenturyGothic.eot');
    src: local('☺'),
    url('../../font/CenturyGothic.woff') format('woff'),
    url('../../font/CenturyGothic.ttf') format('truetype'),
    url('../../font/CenturyGothic.svg') format('svg');
    font-weight:normal;
	font-style:normal;
}