/*
    CSS LAYOUT "blue POIson" 1.0

    (C) 2005 DRK Landesverband Niedersachsen e.V.
             ------------------------------------
    (C) 2005 Christian Woller
             woller@drk-nds.de

    All rights reserved!

    PLEASE ASK BEFORE YOU ARE COPYING THIS!
*/



/* Druckansicht optimiert für Ausdruck auf A4 Papier */
body
{
        size: portrait;
        background: #fff;
        color: #000;
        caption-side: top;
        margin: 0px;
        orphans: 2;
        widows: 2;
        font-family: arial, sans-serif;
}

a
{
        border:	0;
        border: none;
        border-bottom: none;
        border-bottom-style: none;
        border-style: none;
        text-decoration: none;
        font-family: arial, sans-serif;
}

a:link,a:visited
{
        color: #000;
}

img
{
        border: 0;
        page-break-inside: avoid;
}

ul,li
{
        font-family: arial, sans-serif;
        page-break-inside: avoid;
}

ul
{
        page-break-before: avoid;
}

h1, h2, h3, h4
{
        font-family: arial, sans-serif;
        font-weight: bold;
        page-break-after: avoid;
        page-break-inside: avoid;
}

h1
{
        font-size: 18pt;
}

h2
{
        font-size: 15pt;
}

h3
{
        font-size: 13pt;
}

h4
{
        font-size: 10pt;
}