body {
    text-align: left; 
    background: white; 
    font-size: 12pt;
    color: black;
}

/** Spruchbilder druckfähig machen, Bild ausblenden **/
.spruchbild {background: white; width: 100%; }
.spruchbild .text {color: black; font-size: 110%; font-weight: bold;  width: 100%; position:static;}
.spruchbild img {display: none;}

/* listen */
ul {list-style-type: disc;}

/** Browserinterne Druckansicht wenn direkt auf einer Seite auf Drucken gegangen wird **/
#nav_main, #header img, .hr, #teaser, #footer, #kontakt {display: none;} /*kopfbilder, menue, hr, teaser, footer, kontaktformular ausblenden */
#header a#logo img, #header a#logo {display:block; position:static;} /*Logo im head*/
.print {display: block;}

#header {height: auto;}
.links, .rechts {float: normal; width: 100%;}
