/* CSS Document */
body,strong,td
{
        color: #000000;
        font-size: 10pt;
        font-family: arial
}
a
{
        color: #336699;
        font-weight: bold;
        text-decoration: none
}
a:hover
{
        color: #0000ff;
        text-decoration: none
}

/* Standardtabelle */
table,tr,td,th
{
        margin: 0px;
        padding: 2px;
        font-family:Arial, Verdana, Helvetica;
}

a { text-decoration:none; font-weight:bold; color:#006699; font-family:Arial, Verdana, Helvetica; font-size:10pt; }
a:hover { text-decoration:none; color:#0000FF;}

/* Standardüberschriften */
h1,h2,h3,h4,h5,h6
{
        margin: 0px;
        padding: 0px;
}
h1 { font-size: 16px; }
h2 { font-size: 15px; }
h3 { font-size: 14px; }
h6 { font-weight: bold; font-size: 9pt }

/* Standardbilder */
img
{
        margin: 0px;
        padding: 2px;
        border: none;
}

/* Standardabsatz */
p
{
        margin-top: 5px;
        margin-bottom: 5px;
        font-size: 10pt;
}

/* Standard-Ebene */
div
{
        padding: 0px;
        margin: 0px;
}
