/**
 * This file contains the Print Stylesheet. Formattings concerning the printing should be inserted here.
 *
 * minicms (C) 2006 Marc-Oliver Pahl
 * http://minicms.m-o-p.de
**/

* {
                      color: #000;
                      background-color: #ffffff;
}
body {  
                      margin: 5px 5px 5px 5px; 
                      font-family: verdana, sans-serif; 
                      text-align:  left; 
}
p {
                      font-size:10pt;
                      margin-bottom:0.6em;
}
ul {
                      font-size:10pt;
                      margin-bottom:0.6em;
}
.klein {
                      font-size:0.65em;
}
h1 {
                      font-size:14pt;
                      margin-bottom:0.6em;
}
a, a:active, a:link, a:visited, a:focus, a:hover {
                      text-decoration:none;
                      color:#000;
}
#content div a:link:after, #content div a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 80%;
   }
#mantel { 
                      margin: 0;
                      width: 100%;
                      table-layout: fixed;
                      border: none;
                      padding: 0px;
                      border-spacing: 0px;
                      text-align: left;
}
img.header {
                      margin-left:100px;
                      width:60%;
                      height:60%;
                      margin-bottom:1cm;
}
#menu {
                      display:none;
}

#footer {
                      display:none;
}

#content div img.keinrand{
                      border:0;
}

img.rechts {
		      float:right; 
		      margin:0 0 3px 3px;
}

img.links {
		      float:left; 
		      margin:0 3px 3px 0;
}
