/*////////////////////////////////////////////////////////////////////////////////////////////////
// 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/hg_body_bottom.gif") repeat-x bottom #F2EFE4;
    width:100%;
   min-height:100%;
    margin:0px;
    padding:0px;
    font-family:verdana;
    font-size:10px;
    text-align:center;
    color:#000;
    position:relative;
}

#container
{
    background:url("../images/hg_container.gif")  center repeat-y;
    position:relative;
    text-align:center;
    width:100%;
    min-width:990px;
    min-height:100%;
}

#border
{
   width:990px;
   margin:auto;
   text-align:left;
   position:relative;
}

#top
{
    background:url("../images/hg_body.gif") repeat-x;
    width:100%;
    height:141px;
    margin:auto;
}

#menu, #menu_en
{
    position:relative;
    margin:auto;
    width:779px;
    height:141px;
    background:url("../images/top.gif") 63px 4px no-repeat;
}

#menu_en
{
    background:url("../images/top_en.gif") 63px 4px no-repeat;
}

#country
{
    width:41px;
    height:400px;
    margin-left:169px;
    float:left;
}

#content
{
    float:left;
    width:573px;
    padding-bottom:130px;
}

#cont_left
{
    width:337px;
    float:left;

}

#cont_right
{
   padding-top:20px;
    width:231px;
    float:left;
    margin-left:5px;
}

#box_right
{
    float:left;
    width:163px;
    margin-left:5px;
    background:url("../images/box_rechts_oben.gif") top left no-repeat
}

#box_right_bottom
{
     padding:5px;
     min-height:180px;
     background:url("../images/box_rechts_unten.gif") bottom left no-repeat
}

#footer
{
    position:absolute;
    bottom:0px;
    left:50%;
    margin-left: -327px;
    background:red;
    width:620px;
    min-height:106px;
    background:url("../images/footer.gif") bottom left no-repeat;
}

.firstnewsbottom
{
    margin-left:44px;
    width:281px;
    float:left;
}

.secondnewsbottom
{
    margin-left:10px;
    width:281px;
    float:left;
}







