/* Quelle: http://aktuell.de.selfhtml.org/artikel/css/footer/index.htm#layoutbeispiel */

html{background:#f9f9f9;}

body { 
    position:absolute;
    background:#FFFFFF;
    font-family:"Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;
}

html, body { 
    top:0; left:0; right:0;
    min-height:100%;
    margin:5px;
    width:99%;
}

a{color:#22228F;
   text-decoration:none;
   font-weight:normal; 
   font-size:11pt;
}


#header_container {
    position:fixed;
    top:0; left:0; right:0;
    text-align:center;
    margin:0;
    height:2em;
    z-index:3;
}

#header {
    position:absolute;
    top:0; left:0; right:0; bottom:0;
    height:100%;
    background:#ffffff;
    z-index:3;
    margin:0;
    padding:0.2em;
}

#menu {
    position:fixed;
    top:4em;
    left:0.5em;
    width:8em;
/*    border: 1px solid #0000c0; */
    padding:0.1em;
}

#content {
    margin:0;
    padding-top:4em;
    padding-left:14em;
    padding-bottom:3em;
    z-index:2;
}

#footer_container {
    position:fixed;
    bottom:0; left:0; right:0;
    /*text-align:center;*/
    margin:0;
    height:1em;
    z-index:3;
}

#footer {
    position:absolute;
    top:0; left:0; right:0; bottom:0;
    background:#efefef;
    z-index:3;
}

/* Nur für den MSIE */

* html, * html body {
    overflow:hidden;
    bottom:0;
    height:100%;
}

* html #header_container, * html #footer_container {
    position:absolute;
    width:100%;
    padding-right:16px;
}

* html #menu {
    position:absolute;
}

* html #header,* html #footer {
    height:100%;
    position:static;
}

* html #content {
    position:absolute;
    top:0; bottom:0; left:0; right:0;
    height:100%;
    width:100%;
    overflow:auto;
    margin:0;
}

/* Weiter mit browserübergreifenden Deklarationen */
#menu a:link, #menu a:visited { 
    display:block;
    /*background:#EEEEEE; hellgrau */
    /* color:black; */
    /*text-decoration:underline;*/
    margin:0;
    padding:0.0em;;
}

#menu li {
    list-style: none;
    margin:0;
    padding:0.3em;
}

#menu li#active {
    padding:0.3em;
    background:#EEEEEE;
    text-decoration:none;
}
#menu li#neu {
    padding:0.3em;
    background:#FF9090;
    text-decoration:none;
}


#menu a:hover {
    /*background:#4f4f4f;*/
    color:red; /*#FFFFFF;*/
    text-decoration:none;

}

/* Der IE soll das Element breiter darstellen, da margin
   und padding hier von der Breite abgezogen werden! */

* html #menu {
    margin:0;
    width:10.5em;
}

i {  color:#FF0000; }

p,li {font-weight:normal;
  font-size:11pt;
   line-height:20px;
}

pre { color:#0F0099;}
tt { color:#0F0099; font-size:90%; }


h3{border-bottom:1px solid #dadada;
    clear:both;
    color:#666;
    font:22px Georgia,"Times New Roman",Times,serif;
    margin:5px 0 0 -4px;
    padding:0;
    padding-bottom:7px;
}

h4{
    color:#444444;
    font:18px Georgia,"Times New Roman",Times,serif;
    margin:5px 0 0 -4px;
    padding:1px;
}

/* mm { font-weight:bold; color:#000050; } */



.hellgelb { background-color:#ffff99 }

#ende { background-color:#efefef; }

#ende a:link { color:#6f6f6f; text-decoration:none; } 
#ende a:visited { color:#6f6f6f; text-decoration:none; } 
