/* #############################################################################
** # Druck-Stylesheet - druckt die Spalte #col1
/* #############################################################################
*/

html {
 margin: 10px;
}

body * {
 font-size: 9pt;
 font-family: Verdana, Helvetica, Arial, sans-serif;
}
#header {
 width: 100%;
 height: 120px;
 clear: both;
 padding-bottom: 10px;
 margin-bottom: 1em;
}
#logo {
 float: left;
 height: 80px;
 width: 200px;
}
#date {
 font-size: 8pt;
 float: right;
 padding-top: 65px;
 width: 200px;
}

h1 img {
 display: none;
}
h2 {
 font-size: 10pt;
 line-height: 16pt;
 font-weight: bold;
 margin: 1em 0 0.7em 0;
 padding: 0.3em 0;
}
h3 {
 font-size: 10pt;
 font-weight: bold;
 margin: 0.8em 0 0.5em 0;
 padding: 0;
}
h3 {
 font-size: 9pt;
 font-weight: bold;
 margin: 0.8em 0 0.5em 0;
 padding: 0;
}
h3 {
 font-size: 10pt;
 font-weight: bold;
 margin: 0.6em 0 0.3em 0;
 padding: 0;
}

ol {
 padding-left: 20px;
}
ul {
 padding-left: 14px;
}
.sidebox {
 margin-top: 30px;
}

strong, b {
 font-weight: bold;
}
em, i, br {
 font-style: italic;
}

.pic-gross,
.pic-out,
.pic-in,
#formwrapper {
 display: none;
}

/* Vermeidung von Seitenumbrüchen direkt nach einer Überschrift */
h1,h2,h3 {
 page-break-after: avoid;
}

/* Sichtbare Auszeichnung der URLs von Links */
a[href]:after {
 content:" <URL: "attr(href)">";
 color: #444;
 background-color: inherit;
 font-style: italic;
}
a, a:visited {
 color: #000;
}

#footer {
 margin-top: 10px;
 font-size: 8pt;
 border-top: 1px dotted #000;
}

#footer p {
 font-size: 8pt;
}

