html
{
    margin:0px;
}
body
{
    color : #000000;
    font-family : Arial,Helvetica,Verdana;
    font-size : 12px;
    background-image:url(../img/hintergrund.jpg);
    margin:3px;
}

#header-right
{
    background-image:url(../img/banner.jpg);
    background-position:top center;
}

#header-left
{
    width:200px;
    height:150px;
    background-image:url(../img/bild_1_1.jpg);
}

#menu
{
    float:left;
    width:198px;
    background-color:#ffffff;
    border:1px solid #999999;
}

a.menu-punkt
{
    float:left;
    width:193px;
    height:16px;
    border-top:1px solid #999999;
    padding:4px 0px 0px 5px;
    text-decoration:none;
    color:#000000;
    background-color:#F1F1F1;
}

a.menu-punkt:hover
{
    background-image:url(../img/menu.jpg);
}

div.ueberschrift
{
    float:left;
    width:198px;
    height:16px;
    border-top:1px solid #999999;
    padding:3px 0px 5px 0px;
}

.ueberschrift
{
    font-weight:bold;
    font-size:16px;
    display:block;
    text-align:center;
}

div.ueberschrift1
{
    float:left;
    width:198px;
    height:50px;
    padding:12px 0px 12px 0px;
}

.ueberschrift1
{
    font-size:12px;
    display:block;
    text-align:center;
}

h1
{
    font-size:16px;
    font-weight:bold;
}

#content
{
    padding:15px;
}

#contentL
{
    padding:10px;
}

#footer
{
    float:left;
    height:30px;
    font-size:10px;
}

.bottomlink
{
    font-size:9px;
}





