/*////////////////////////////////////////////////////////////////////////////////////////////////
// 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:verdana;
    font-size:0.9em;
    color:#130043
}

#container, #menu, #bottom
{
    width:952px;
    margin:auto;
}

#container
{
    min-height:350px;
    background:url("../images/bg_container.gif");
    text-align:left;
    margin-bottom:15px
}

#menu
{
    height:28px;
    padding-top:20px;
    background:url("../images/menu.gif");  
}

#bottom
{
    clear:both;
    height:35px;
    padding-top:7px;
    margin-bottom:0px;
    background:url("../images/bottom.gif");
    text-align:center;
    color:#FFF
}

#content
{
     width:600px;
     padding:15px;
     padding-left:30px;
     float:left;
}

#list
{
    float:left;
    width:255px;
    padding:15px;
}