/* Basics */
    body {
        padding: 0;
        margin: 0;
        text-align: left;
        background: #fff;
        font-size: 13px;
        font-family: Arial, Verdana, Helvetica, XHelvetica, sans-serif;
        color: #000;
    }
    .clear {
        clear: both;
    }
    .bottom {
    }
    .display-none {
        display: none;
    }
    .to-right {
        float: right;
        margin: 0 0 2px 10px;
    }
    .to-left {
        float: left;
        margin: 0 10px 2px 0;
    }
    .wrapperTop {
        text-align: left;
        /*background: url(../images/printLogo.gif) top left no-repeat;*/
        height: 100px;
    }
    .wrapperBottom {
        display: none;
    }
    .left,
    .right {
        display: none;
    }
/* << */


/* Format Grundeinstellungen */
    /* Grundeinstellungen  fuer einige Element festlegen */
    th, td, p, ul, li {
    }
    td, th {
    }
    /* Anpassungen fuer die Standard Absaetze */
    p {
    }
    /* Einstellungen fuer Ueberschriften */
    h1 {
        font-size: 20px;
    }
    h2 {
        font-size: 18px;
    }
    h3 {
        font-size: 15px;
    }
    h4 {
    }
/* << */


/* Sontige Layout Einstellungen */
    /* Bilder */
    img {
        border: 0;
    }
/* << */


/* Hauptnavigation */
    div.HauptNav {
        display: none;
    }
/* << */


/* Hilfsnavigation */
    div#HilfsNav {
        display: none;
    }
/* << */


/* Navigationspfad */
    div#NavPath {
        display: none;
    }
/* << */


/* Illustration */
    div.illustration {
        display: none;
    }
/* << */


/* >> Downloadliste */
    div.downloadlist,
    table.downloadlist {
        width: 100%;
    }
    div.downloadlist td { line-height: 200%; padding: 0 5px; }
    div.downloadlist td.r1 { width: 100%; }
/* << */


/* Suche */
    /* Sucheingabe */
    div.top div.searchbox {
        display: none;
    }
/* << */


/* Kontaktformular */
    div.KontaktForm {
        display: none;
    }
/* << */