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

/* Allgemein
////////////////////////////////////////////////////////////////////////////////////////////////*/
/*
div {background:red}
div div {background:gold}
div div div {background:blue}
div div div div {background:green}
*/
html
{
    height:100%
}

html, body
{
    background: url("../images/bg_body.gif") repeat-x #dcdcdc;
    width:100%;
    min-height:100%;
    margin:0px;
    padding:0px;
    font-family:Arial;
    font-size:12px;
    text-align:center;
    color:#000000;
}

#container
{
    width:817px;
    margin:auto;
    background: url("../images/bg_container.gif") 35px repeat-y;
    margin-bottom:0px;  
    text-align:left;
    padding:8px;
}

#top
{
    margin:auto;
    width:758px;
    height:84px;
    background: url("../images/bg_top.jpg") bottom no-repeat;
    text-align:right;
    padding-top:110px;
    padding-right:75px;
    position:relative
}

#menu
{
    float:left;
    width:197px;
		text-align:center;
		font-size:10px;
		color:#848484;
		padding-left:18px;
}

#content
{
    float:left;
		width:590px;
}

#bottom
{
    height:8px;
    font-size:0px;
    line-height:0px;
    width:833px;
    margin:auto;
    background: url("../images/bottom.gif") 35px repeat-y;
}
