/* 
* @version         1.0
* @lastmodified    $Date: 2007-07-28 10:26:40 +0200 (Sa, 28 Jul 2007)$
*/


/* fast fertiges CSS Druck-stylesheet zum einbinden in den Head-Bereich ihrer Website */

body {
           margin-left:60px;
           background: #fff !important;
           color: #000;
           font: 12pt GCorbel, Lucida Grande, Lucida Sans Unicode, Arial,; /* Zeichensatz ohne Serifen umstellen */
           text-align: justify; /* Blocksatz */
           quotes: "\201E" "\201C" "\201A" "\2018";
           font-family: Arial;
}





H1,h1,h2,h3,h4,h5,h6 {
/* Hier koennen Sie eintragen wie ihre Ueberschriften in der Druckversion aussehen sollen: Groesse, Farbe, etc. */
           font-size: 14px;
           font-weight: bold;
           margin-bottom: -25px;
}

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

p, address, li, dt, dd {
           list-style:inside;
           font-size: 12px;
}

a {
           text-decoration: none;
           color: #141abf;
}




ul, ol {
           list-style: square; 
           list-style:inside;
           margin-left: 18pt;
}




#printhead {
                width:700px;
                height:150px;
/*             border:1px blue solid; */
/*             background:url(../img/printheader.gif);  */
                z-index: 1;
}


.printbox {
		width: 800px;
		padding:0px;
		margin: 0px;
		margin-left: auto;
		margin-right: auto;
/*             border: 1px red solid;  */
                margin-left: 20px;
}

#contentelement {
                max-width:750px;
                margin-top: 20px;
/*             border: 1px red solid;  */
                font-family: trebuchet ms;
                font-size: 12px;
                margin-bottom:35px;
}


#footerelement {
                max-width:750px;
                font-size: 10px;
                text-align:right;
                margin-top:35px;
}



