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

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

html{height:100%}
body
{ 
    font-size:0.9em;
    color:#FFF;
    margin:0px;
    padding:0px;
    height:100%;
    background:url("../images/bg_body.gif");
    text-align:center;
    font-family:Comic Sans MS
}

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

#top
{
    width:857px;
    height:75px;
    background:url("../images/container-top.gif") no-repeat;
    margin-left:109px;
    padding-top:38px
}

#menu
{
   margin-left:120px;
}

#content
{
    width:414px;
    margin-left:275px;
    padding-bottom:90px;
    float:left;
}

#bilder
{
    width:245px;
    padding-bottom:90px;
    float:left;
    margin-left:44px;
}

.bilderbox
{
    width:232px;
    background:url("../images/bg-bild.gif");
    height:176px;
    margin-top:15px;
    padding-top:12px;
    padding-left:13px;
}

#footer
{
    position:absolute;
    bottom:0px;
    left:109px;
    background:url("../images/footer.gif");
    width:762px;
    height:56px;
    font-size:0.8em;
    font-style:italic;
    text-align:center;
    padding-top:30px;
    color:#FFF32D;
    letter-spacing:1px;
}

#baum
{
   position:absolute;
    bottom:0px;
    left:0px;
}


