html             {
                 height: 100%;
                 overflow-y:scroll;
                 }

body
{
    background-color:#7e7e7e;
    background-image:url(../images/bg.jpg);
    background-repeat:repeat-x;
    padding:0px;
    margin:0px;
    scrollbar:auto;
    }


td
{
    font-family: Verdana, Arial, Sans-Serif;
    font-size:11px;
    color:#575757;
    font-weight:normal;
    line-height:16px;
}


h1
{
    font-family: Verdana, Arial, Sans-Serif;
    font-size:18px;
    color:#7bb210;
    font-weight:bold;
    line-height:24px;
    display:inline;
    }

h2
{
    font-family: Verdana, Arial, Sans-Serif;
    font-size:13px;
    color:#91cb01;
    font-weight:bold;
    line-height:18px;
    display:inline;
    }


td.inhalt
{
    font-family: Verdana, Arial, Sans-Serif;
    font-size:11px;
    color:#575757;
    font-weight:normal;
    line-height:16px;
    text-align:left;
}


a
{
    font-family: Verdana, Arial, Sans-Serif;
    font-size:11px;
    color:#5ca800;
    font-weight:bold;
    line-height:16px;
    text-decoration:none;
    }

a:hover
{
    font-family: Verdana, Arial, Sans-Serif;
    font-size:11px;
    color:#5ca800;
    font-weight:bold;
    line-height:16px;
    text-decoration:underline;
    }







