/*////////////////////////////////////////////////////////////////////////////////////////////////
// template.css - Struktur der Website
////////////////////////////////////////////////////////////////////////////////////////////////*/
.meta
{
    display:none;
}

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



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



html, body
{
    width:100%;
    height:100%;
    margin:0px;
    padding:0px;
    background-color:#000;
    font-family:verdana;
    font-size:12px;
    text-align:center;
    color:#E4E4E4
}

#container
{
    background:url("../images/hg_left.gif") no-repeat;
    margin:auto;
    text-align:left;
    position:relative;
    width:879px;
    text-align:center;
}

#element_right
{
    float:right;
}

#top
{
    margin:auto;
    margin-top:15px;
    margin-bottom:16px;
}

#menu
{
    height:17px;
    border-top:1px solid #FFF;
    border-bottom:1px solid #FFF;
    padding-top:2px;
}
#content
{
   height:341px;
   margin-top:20px;
   margin-bottom:15px;
   text-align:left;
   margin-left:35px;
   line-height:15px;
   overflow:auto;
   padding:3px;
   width:509px;
}

#footer
{
    text-align:left;
    border-top:1px solid #FFF;
    height:32px;
    color:#CECECE;
    line-height:14px;
    padding-left:35px;
    font-size:10px;
}
