/* Start of CMSMS style sheet 'Bautrocknung print' */
/*
Alles was nicht ausgedruckt werden soll
*/


body {
color: #000 !important; /* alle Schrift in schwarz */
background-color:#fff !important; /* weißer Hg */
font-family:arial; /* hat jeder und kann man gut lesen */
padding:0.5em !important;
margin: 0.5em !important;
font-size: 0.8em;
line-height: 120%;
}


/* 
keine Barrierefreiheit im Ausdruck
alle Sachen im content die auch nicht ausgedruckt werden soll mit class="noprint" definieren
*/
.accessibility,
.noprint
 {
display:none !important; 
}


/* alles verstecken */
#header,
#header h1 a,
#navi_oben,
#navi_links,
#footer  {
   display: none !important;
}

img {
float:left;
}
/* End of 'Bautrocknung print' */

