/* Druck-Stylesheet */
body { background-color: transparent;  color: black; margin: 0.5cm 1cm 1cm 1cm;  font: 12pt/1.4 'DIN 1451 MittelSchrift', 'DIN 1451', "Trebuchet MS", Tahoma, Arial, sans-serif; }
* { color: black; background-color: transparent; }

#logo { margin: 0 1cm 0 0; }
#logo img { border: 0px none; }

a { border: 0px none; text-decoration: none; color: black; }
ul, ol { page-break-before: avoid; }
li { page-break-inside: avoid; }

#spalte1 p { 
  width: 45%; margin-right; 1%; float: left;
  font-size: 11pt; 
  color: grey;
}
#spalte1 p a { color: grey; }

h1 { 
  clear: both; margin:0 0 22px 0; padding: 18px 0; font-weight: normal; font-size: 160%;
  color:#000; border-top: 1px solid #E6E6E6; border-bottom: 1px solid #E6E6E6;
}
h2 { margin: 0 0 0.5em 0; font-weight:bold;	font-size:110%; color:#540D07; }
h3 { margin:0; padding:0; font-weight:bold; font-size:110%; color:#000; }
h4, h5, h6 { margin:0; font-weight:bold; font-size:100%; color:#333; }

p, form, table { margin:0 0 1.5em 0; }
ul, ol { margin: 0 0 1.5em 2em; padding:0; }

#spalte2 { color: #666; }
#spalte2 img { border: 1px solid #ccc; padding: 2px; }

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


/* ---- 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 */
