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


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



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

html, body
{
    width:100%;
    height:100%;
    margin:0px;
    padding:0px;
    font-size:12px;
    font-family:Arial;
    color: #002541;
    background: #002541;
}

#container
{
    margin:auto;
    min-height:100%;
    width:980px;
    background:url('../images/hg_container.gif') repeat-y #FFF;
    position:relative;
    text-align:left;
}

#top
{
   width:980px;
   height:169px;
   background:url('../images/element_links_oben.jpg') no-repeat #afb7bd;
}

#logobox
{
    height:118px;
    background:url('../images/hg_oben_quer.gif') repeat-y #afb7bd;
    margin-left:250px;
    text-align:center;
    padding-top:20px;
    line-height:50px;
    color:#097e2c;
    font-size:28px;
    font-weight:lighter
}

#logoboxunten
{
    height:31px;
    background:url('../images/hg_oben_laengs.gif') repeat-x #afb7bd;
    margin-left:250px;
}

#footer
{
    height:33px;
    width:980px;
    position:absolute;
    left:0px;
    bottom:0px;
    line-height:28px;
    vertical-align:middle;
    background:url('../images/bottom.gif');
}
#content
{
    margin-left:250px;
    padding:10px;
    text-align:left;
    padding-bottom:40px;
}

#left
{
     float:left;
     width:250px;
     text-align:center;
     padding:0px;
}

