/*////////////////////////////////////////////////////////////////////////////////////////////////
// template.css - Struktur der Website
////////////////////////////////////////////////////////////////////////////////////////////////*/


/* Cooperate Design
////////////////////////////////////////////////////////////////////////////////////////////////*/



/* Allgemein
////////////////////////////////////////////////////////////////////////////////////////////////*/



html, body
{
    width:100%;
    height:100%;
    margin:0px;
    padding:0px;
    text-align:center;
    background:url('../images/bg_body.gif');
    font-family:Arial;
    font-size:11px;
}

#logo
{
    position:absolute;
    right:87px;
    top:132px;
}

#container
{

    width:795px;
    background:#fff;
    margin:auto;
    position:relative;
}

#left
{
    float:left;
    width:120px;
    margin-top:20px;
    margin-bottom:45px;
    text-align:left;
    border-right:1px dotted #000
}

#content
{
    float:left;
    width:650px;
    margin-top:20px;
    margin-bottom:45px;
    padding:5px;
    padding-left:10px;
    text-align:left;
}

#footer
{
    left:20px;
    width:755px;
    position:absolute;
    bottom:0px;
    height:20px;
    border-top:1px dotted #000;
    padding-top:5px;
}




