@charset "utf-8";
/* CSS Document */

body
{
        background-color:#A5A5A5;
        font-family:Arial, Helvetica, sans-serif;
}
#oben
{
        width:960px;
        height:180px;
        border:0px dotted #4182C2;
        border-bottom:0px;
        position:relative;
        margin:10px auto 0px auto;
        background-color:#A5A5A5;
}
#mitte
{
        width:990px;

        border:0px dotted #4182C2;
        border-bottom:0px;
        border-top:0px;
        position:relative;
        margin:0px auto 0px auto;
        background-color:#A5A5A5;
}
#unten
{
        width:990px;
        height:60px;
        border:0px dotted #4182C2;
        border-top:0px;
        position:relative;
        margin:0px auto 0px auto;
        background-color:#A5A5A5;
        background-repeat:no-repeat;
}
#unten p
{
        text-align:center;
        color:#000000;
        font-size:11px;
        margin:0px;
        padding:20px;
}
.clear
{
        clear:both;
}
#logo
{
        position:relative;
        right:0px;
        top:5
px;
}