﻿body
{
    background-position: top;
    font-family: 'Segoe UI' , Tahoma, Arial, 'Lucida Grande' , Verdana, Helvetica, sans-serif;
    margin: 0px;
    background: #E5E5E5 ;
    font-size: 0.8em;
    line-height: 1.4em;
    color: #696969;
}
a:link
{
    text-decoration: none;
    color: #0593da;
}
a:visited
{
    color: #012863;

}
a:hover
{
    text-decoration: none;
    color: #0066CC;
}
a:active
{
    text-decoration: none;
    color: #000000;
}

input, select, textarea
{
    font-size:1em; 
}

h1, h2, h3, h4, h5, h6
{
   margin: 2px 0 2px 0;
}

h1
{
    font-size: 1.6em;
    font-weight: bold;
    margin: 5px 0 5px 0;
    color: #808080;
    line-height: 1.4em;
}

h2
{

    font-size: 1.2em;
    font-weight: bold;
    margin: 5px 0 30px 0;
    color: #555555;
    padding: 7px;
        border: 1px solid #d7d7d7;
    background: url('images/verlauf.png');
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

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;
}
