


/*ul {border:1px solid red}
div {border:1px solid black}
div div{border:1px solid blue}
div div div {border:1px solid green}*/

html{min-height:100%;height:100%}

body
{
    background-color:#FFF;
    font-family:Verdana;
    font-size:11px;
    height:100%;
    width:100%;
    min-height:100%;
    text-align:center;
    background-image:url(../images/hg_body.gif); 
}

/* allgemeine Klassen */
.fl {float:left}
.fr {float:right}

.pad0
{
    padding:0;
    margin:0;
}

/* Ende allgemeine Klassen */

/* Containerformate */

#container
{
    width:743px;
    background-color:#FFF;
    margin-left:auto;
    margin-right:auto;
    text-align:left;
}

#top
{
    height:101px;
    background-color:#185D92;
    position:relative;
}

#logo
{
    position:absolute;
    Font-family:Arial;
    font-size:28px;
    color:#FFF;
    top:45px;
    left:15px;
    font-weight:100
}

#content
{
    width:743px;
    background-image:url(../images/hg_content.gif);
    background-repeat:repeat-y;
    background-color:#FFF;
    margin-top:10px;
    margin-bottom:10px;
}

#inhalt
{
    width:563px;
    padding-left:5px;
    padding-right:5px;
}

#infobox{width:170px;}

#footer
{
    height:36px;
    background-image:url(../images/hg_footer.gif);
    background-repeat:repeat-x;
    width:743px;
}

#footer div
{
    height:18px;
    line-height:18px;
    vertical-align:middle;
    font-size:10px;
    font-family:Tahoma;
    color:#C5C5C5;
    padding-left:10px;
}
