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


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



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



html, body
{
    width:100%;
    margin:0px;
    height:100%;
    padding:0px;
    background: #CBC1AF;
    font-family:Verdana;
    font-size:11px;
    color:#474540;
    text-align:center;
}

body
{
        min-height:100%;
}

#container
{

    margin:auto;
    min-height:100%;
    width:813px;
    background:url("../images/hg_container.gif") 0px 0px repeat-y ;
    position:relative;
    text-align:left;
}

#infoleiste
{
    background:url("../images/infoleiste.gif") repeat-x;
    padding-top:3px;
    height:32px;
    font-size:14px;
    color:#BAB2A5;
    font-weight:bold;
}

div#menu
{
    height:390px;
    width:155px;
    background:url("../images/baerbel.jpg") center top no-repeat;
    float:left;
    margin-bottom:45px;
    padding-top:5px;
    padding-left:20px;
}

div#footer
{
    height:18px;
    width:813px;
    background:url("../images/bottom.gif") no-repeat;
    position:absolute;
    left:0px;
    bottom:0px;
    color:#CECBC5;
    letter-spacing:-1px;
    padding-top:14px;
    text-align:center;
}

div#content
{
    float:left;
    margin-left:25px;
    margin-top:7px;
    padding-bottom:45px;
    width:415px;
}

div#right
{
    float:left;
    width:160px;
    margin-left:25px;
    margin-top:7px;
    padding:5px;
    
}


