﻿body
{
    font-family:  Helvetica-Narrow, Helvetica, Verdana, Tahoma,   sans-serif;
    margin: 0px;
    /*background: #fff9ea url(images/hintergrund.gif) repeat-y center top;*/
    font-size: 0.8em;
}
a:link
{
    color: #0033CC; 
    text-decoration: none;
}
a:visited
{
    color: #0033CC;
    text-decoration: none;
}
a:hover
{
    text-decoration: none;
    color: #CC0000;
}
a:active
{
    text-decoration: none;
    color: #000000;
}

input, select, textarea
{
    font-size:1em; 
    font-family:  Verdana, Helvetica, arial,Helvetica-Narrow, sans-serif;
}

/* Use headers in the markup for accessibility reasons but control look with styles below*/

h1, h2, h3, h4, h5, h6
{
   margin: 2px 0 2px 0;
}

h1
{
    font-size: 30px;
    font-weight: bold;
    color:Navy;
    margin: 5px 0 5px 0;
}
h2
{
    font-size: 24px;
    font-weight: bold;
    color:Navy;
    margin: 5px 0 5px 0;
}
h3
{
    font-size: 20px;
    font-weight: bold;
    color:Navy;
    margin: 5px 0 5px 0;
}
h4
{
    font-size: 16px;
    font-weight: bold;
    color:Navy;
    margin: 5px 0 5px 0;
}
h5
{
    font-size: 14px;
    font-weight: bold;
    color:Navy;
    margin: 5px 0 5px 0;
}
h6
{
    font-size: 12px;
    font-weight: bold;
    color:Navy;
    margin: 5px 0 5px 0;
}
