﻿body
{
    font-family: Calibri, Verdana, Arial, sans-serif;
    margin: 0px;
    background: #F4F5F5 url('images/hinter_01.png') repeat-x top;
    font-size: 0.8em;
    line-height: 15px;
    color: #414141;
}
a:link
{
    text-decoration: none;
    color: #CC0000;
}
a:visited
{
    color: #012863;

}
a:hover
{
    text-decoration: none;
    color: #0066CC;
}
a:active
{
    text-decoration: none;
    color: #000000;
}

input, select, textarea
{
    font-size:1em; 
    font-family: arial, Verdana, Helvetica, Helvetica-Narrow, sans-serif;
}

h1, h2, h3, h4, h5, h6
{
   margin: 2px 0 2px 0;
}

h1
{
    font-size: 1.4em;
    font-weight: normal;
    margin: 5px 0 5px 0;
    color: #012863;
}

h2
{
    font-size: 1.2em;
    font-weight: bold;
    margin: 5px 0 5px 0;
    color: #012863;
}

h3
{
    font-size: 1em;
    font-weight: normal;
    margin: 5px 0 5px 0;
    color: #0066CC;
}

h1 a:link, h1 a:visited, h1 a:hover, h1 a:active
{
    text-decoration: none;
    color: #000000;
}