html{min-height:100%;}

body
{
    background-color:#588900;
    background-image:url(../images/hgbody.jpg);
    background-repeat:repeat-x;
    background-position:bottom;
    font-family:Times New Roman;
    height:100%;
    width:100%;
    min-height:100%;
}

body.start
{
background-image:none;
}

/* allgemeine Klassen */

.w688{ width:688px;}

.h100 {height:100%}

.w187 {width:187px;}

.fl {float:left}

.pad0
{
    padding:0;
    margin:0;
}

/* Ende allgemeine Klassen */

/* Containerformate */
#container 
{
    background-color:#FAFAF5;
    position:relative;
    width:875px;
    background-image:url(../images/hgl.gif);
    background-repeat:repeat-y;
    min-height:100%;
    //height:100%;
    top:0;
    
}

#links_cont
{   
    left:0px;
    position:relative;
    min-height:100%;
    width:187px;
    z-index:2;
    //top:-1px;
    //position:absolute;
    //height:100%; 
    //margin-top:1px;
}

#links
{   
    position:absolute;
    bottom:0px;
    margin-bottom:0px;
    left:0px;
    height:227px;
    color:#C9CECF;
    background-image:url(../images/hglu.jpg);
    background-repeat:no-repeat;
    background-position:bottom;
    z-index:1;
    // margin-bottom:-1px;
}

#hobbys
{
    position:absolute;
    margin-top:325px;
    top:290px;
    z-index:2;
    left:0px;
}

#mitte_cont
{
    background-image:url(../images/ro_neu.jpg);
    background-repeat:no-repeat;
    background-color:#FAFAF5;
    left:0px;
    margin-top:0px;
    position:relative;
    min-height:100%;
    width:688px;
    //left:187px;
    //height:100%;
/*    //margin-top:-1px;*/
}

#content
{   
    width:auto;
    position:relative;
    padding-top:110px;
    padding-right:35px;
    padding-bottom: 70px;
    margin-bottom:35px;
    min-height:525px;

}

#footer
{
    position:absolute;
    bottom:0px;
    margin-bottom:0px;
    left:187px;
    height:24px;
    color:#C9CECF;
    background-image:url(../images/hgu.gif);
    background-repeat:repeat-x;
    //margin-bottom:-2px;
}
/* Ende Containerformate */

/* Menue */

a.off,a:link.off,a:visited.off,a:active.off
{  
   font-size:18px;
   color:#FFFFFF;
   text-decoration:none;
   margin-left:15px;
   font-weight:lighter
}

a.on,a:hover.off,a:link.on,a:visited.on,a:active.on
{  
   font-size:18px;
   color:#FFEA59;
   text-decoration:none;
   margin-left:15px;
   font-weight:lighter
}

ul.menu 
{
    list-style-type:none;
    padding:0px;
    margin:0px;
    width:140px;
}

ul.menu li
{
    height:30px;
    background-image:url(../images/nav_linie.gif);
    background-repeat:repeat-x;
    background-position:25px 25px;    
}
/* Ende Menü */

a.admin,a.admin:link,a.admin:visited,a.admin:active
{
    text-decoration:none;
    color:#FF0000
}

a.admin:hover{color:#000000;}
