/* druck.css - noch in Arbeit -  */

@page {
  size:portrait;
  margin-top:40px;
  margin-bottom:40px;
  margin-left:65px;
  margin-right:45px;
}
  
body {
 background: white;
 color: black;
 font-family: "arial", georgia, Times New Roman, Times serif;
 font-size: 10px;
}

/*#logo {
 text-align: right;
 line-height: 0.8em;
 font-size: 3em;
 font-family: verdana, arial, sans-serif;
 letter-spacing: -3px;
}

#logo a {
 text-decoration: none;
}*/

.skip, #kopf {
 display: none;
}

.skip, .i_menu {
 display: none;
}


#inhalt a:link:after, #inhalt a:visited:after {
 content: " (" attr(href) ") ";
 font-size: 0.9em; }
 
#inhalt a[href^="/"]:after {
 content: " (http://example.org" attr(href) ") ";
}

#inhalt {
 size:21.0cm 29.7cm;
 margin:0;
 font-size: 10pt;
 text-align: middle;
}

