/*===========================================================
www.lwc-cologne.de
Stylesheet fuer die Druckausgabe
(c) 2009 by <webmaster@lwc-cologne.de>
============================================================*/


body {
        font:12pt Garamond, Palatino, "Times New Roman", Times, serif;
        color:black;
        background:transparent;
        margin:0px;
        padding:0px;
}

/* Elemente die nicht angezeigt werden */

#menue, #fuss{
        display:none;
}

.invisible, dfn {
        position:absolute;
        left:-1000px;
        top:-1000px;
        width:0px;
        height:0px;
        overflow:hidden;
        display:inline;
}

/* Standardwerte werden gesetzt */

h1, h2, h3, h4, h5, h6 {
	font:13pt "Lucida Sans", "Lucida", Verdana,"Bitstream Vera Sans", sans-serif;
	font-weight:bold;
        margin:24px 0px 12px 0px;
        page-break-after:avoid;
}

p {
        margin-bottom:16px;
}

a, a:visited, a:hover, a:visited:hover {
        text-decoration:none;
        color:#04667e;
        background:transparent;
}

a:link:after, a:link:visited:after {
        /* content:" (Link auf <" attr(href) ">) "; */
        font-size:76%;
        color:#999;
        background:transparent;
}

/* Hier wird der Druckkopf erzeugt */

#druckkopf {
         font-family:Arial, Helvetica, sans-serif;
         color:#4c4c4c;
         border-bottom:1px solid;
         border-top:1px solid;
         padding-bottom:20px;
         margin-bottom:0px;
}

#druckkopf h1 {
        font-size:22px;
        margin:0px;
        padding:15px 0px 10px 0px;
}

#druckkopf span {
        font-size:15px;
        margin:0px;
        padding:0px;
}


/* Hier wird der Druckfuss erzeugt */

#druckfuss {
        font-size:15px;
        color:#333333;
        text-align:center;
        margin-top:40px;
        padding-top:10px;
}