/* copyright modulor - Andreas Niederer */

#navigation , #breadcrumb, #pageup, #footer-navigation, #header-dropdown, #header-navigation { display:none; }

#page { }
#logo { height: 30mm; }
#content { width:155mm; }
#content-col1 {width:95mm;}
#content-col2 {width:60mm;}
#footer { padding-top:4mm; width:95mm; }
/* ########################################## 
Elemente print
########################################## */
body,td,th,div,p,ul,ol,form,input,textarea,h1,h2,h3,h4,h5,h6 {
		font-family: Arial, Helvetica, sans-serif;
		font-size:12px;
}
body { background:white; }
a { text-decoration: underline; color:#999999;}

a[href^=http]:after  {
   content: " (" attr(href) ") ";
   font-size: 50%;
}

