@charset "utf-8";
/* CSS Document */

/* *********************************************************
Zentrales Stylesheet - wird im HEAD der Webseiten aufgerufen
Lädt alle weiteren CSS-Dateien 
Datei: zentral.css
Datum: 30.06.2008
Autor: Deuringer Sascha 
********************************************************* */

/* *** Reset, Restaurierung und grundlegende Formatierung *** */
@import url(fundament.css);

/* *** Schriften Laden *** */
/* @font-face code Generated by Font Squirrel (http://www.fontsquirrel.com) */
/*@font-face {
    font-family: 'LeagueGothic';
    src: url('../fonts/League_Gothic-webfont.eot');
    src: url('../fonts/League_Gothic-webfont.eot?#iefix') format('eot'),
         url('../fonts/League_Gothic-webfont.woff') format('woff'),
         url('../fonts/League_Gothic-webfont.ttf') format('truetype'),
         url('../fonts/League_Gothic-webfont.svg#webfontFHzvtkso') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'AcknowledgementMedium';
    src: url('../fonts/Acknowledgement-webfont.eot');
    src: url('../fonts/Acknowledgement-webfont.eot?#iefix') format('eot'),
         url('../fonts/Acknowledgement-webfont.woff') format('woff'),
         url('../fonts/Acknowledgement-webfont.ttf') format('truetype'),
         url('../fonts/Acknowledgement-webfont.svg#webfontuCYqM11k') format('svg');
    font-weight: normal;
    font-style: normal;
}*/

/* *** Responsive Webdesign *** */


/* *** Formatierung für den Bildschirm *** */
@import url(screen.css);

/* *** Formatierung für die Navigation *** */
@import url(navi.css);

/* *** Formatierung für die Formulare *** */
@import url(form.css);

/* *** Formatierung für Responsive *** */
@import url(responsive.css);

/* *** Formatierung für den Druck *** */
@import url(print.css);

/* ************************
*** E N D E zentral.css ***
************************ */