.offscreen {
    display: none;
}

a img {
    border : 0;
}

#infobar, #headerright, #contentleft, #contentmiddle .lexikon-abcnavi, #contentright, .invisible, .breadcrumb, .breadcrumbstart {
    display : none;
}

body {    
    background-color: #fff;
    background-image: none;
}

#hg {    
    background-color: #fff;
    background-image: none;
}

#content {    
    margin: 0 auto;
    padding: 0;
    background-color: #fff;
    background-image: none;
}

#contentlefthg {    
    background-color: #fff;
    background-image: none;
}

#contentmiddle {
    /* font-family:'Times New Roman',Times,serif; */
    font-family:arial, sans-serif;
    font-size: 18px !important;
}

#footer {
    width: 58em;
    font-family:arial, sans-serif;
    font-size: 16px;
}

#footer .space {
    border-top: none;
    border-bottom: none;
    padding: 0;
}

#footer p.footerleft {
	float: left;
	text-align: left;
	width: 70%;
}

#footer .footerright {
	display: none;
}

#footer-navi {
	display: none;
}

#footer .partnerlogos {
	display: none;
}

/* #footer p {
    display: none;
}

#footer .space p {
    margin: 0;
    padding: 0;
    display: block;
} */

/* wenn Druckansicht gedruckt wird (und nicht am
   Bildschirm angezeigt wird */
@media print {
    /* dies bewirkt, dass die Links "Seite drucken"
       und "nach oben" am Fuß der Seite nur am Bildschirm
       angezeigt, aber nicht mit ausgedruckt werden. */
    #contentmiddle .service-navi  {    
        display: none;  
    }

    /* dies bewirkt einen Ausdruck auf DIN A4-Breite ohne Text abzuschneiden
       und ca. in 10Pt. Mit width: 40em ist die Schriftgröße ca. 12Pt. */    
    #contentmiddle .space, #contentmiddle.folgeseite .space {
        width: 45.5em;
        font-size: 1.3em;
    }
    
    /* #contentmiddle .space {
        font-size: 90%;
    }
    
    #contentmiddle.folgeseite .space {
        font-size: 90%;
    }*/

    #footer {    
        font-size: 1.5em;
    }
}