/* Druck-Stylesheet */
body { background-color: transparent;  color: black; margin: 0.5cm 1cm 1cm 1cm;  font: 12pt/1.4 Garamond, Palatino, "Times New Roman", Times, serif; }
* { color: black; background-color: transparent; }

/* Header */
#logo { float: left; margin: 0 1cm 0 0; }
#slogan h1 { margin: 0.1cm 0 0 0; padding: 0; }
#slogan h1, #slogan h2 { color: #075E9B; font: normal 14pt Helvetica, 'Lucida Sans Unicode', 'Lucida Grande', sans-serif; }
#slogan h2 { color: #666; font-size: 12pt; font-weight: bold; letter-spacing: 0.025cm; margin-bottom: 1cm; padding: 0; }
  
/* Inhalt */
abbr, acronym, a { border: 0px none; text-decoration: none; color: black; }
img { border: 0px none; }
ul, ol { page-break-before: avoid; }
li { page-break-inside: avoid; }

/* Ausblendungen */
#navigation, #headbild img, #zusatz { display: none; }

/* Footer */
#footer { border-top: 0.025cm solid grey; padding-top: 0.025cm; font-size: 11pt; }
#foot1, #foot2 { padding: 0.1cm 0.3cm; width: 45%; float: left; }
#foot2 { float: right; }

/* ---- Clearfix ---- */
.cfix:after {  content: ".";  display: block;  height: 0;  clear: both; visibility: hidden; }
.cfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .cfix {height: 1%;}
.cfix {display: block;}
/* End hide from IE-mac */