/*
Styles für feststehende Kopf- und Navigationsleiste
für www.pulsoren.eu Version 2009ohnefooter
*/

body
{
        position:absolute;
        background:#f4f4f4;
        max-width:1280px;	
	
}

html, body
{
        top:0; left:0; right:0;
        min-height:100%;
        margin:0;
        padding:0;
        width:100%;
}

#header_container
{
        position:fixed;
        top:0; left:0; right:0;
        text-align:center;
        margin:0;
        height:2em;
        z-index:3;
}

#header
{
        color:#000080;
        font-family:"Franklin Gothic Medium";
        font-size: 150%;
        position:absolute;
        top:0; left:0; right:0; bottom:0;
        height:100%;
        background:#e8e8ef;
        z-index:3;
        margin:0;
        padding:0.2em;
}

#menu
{
        position:fixed;
        top:5em;
        left:0em;
        width:12em;
        color:#000080;
        background:#ffcc00;
        z-index:3;
        font-family:arial,helvetica,sans-serif;
        font-size: 75%;
        font-weight:bold;
        left: 0.5em;
        padding:0em;
}

#content
{
        margin:0;
        padding-top:4.85em;
        padding-left:12em;
        padding-bottom:3em;
        z-index:2;
}




/* Nun für den MSIE */
* html, * html body
{
        overflow:hidden;
        bottom:0;
        height:100%;
}

* html #header_container
{
       position:absolute;
       width:100%;
       padding-right:16px;
}

* html #menu
{
       position:absolute;
}

* html #header
{
       height:100%;
       position:static;
}

* html #content
{
       position:absolute;
       top:0; bottom:0; left:0; right:0;
       height:100%;
       width:100%;
       overflow:auto;
       margin:0;
}

#menu li
{
       list-style: none;
       margin:0;
       padding:0.3em;
}

#menu li#active
{
       display:block;
       background:#ffee00;
       color:#000080;
       padding:0.5em;
       text-decoration:none;
}

#menu a:link, a:visited
{
       text-decoration:none;
       margin:0;
       padding:0.2em;;
}

#menu a:hover
{
       text-decoration:underline;
}

* html #menu
{
       margin:0;
       width:12.5em;
/* Der IE soll das Element breiter darstellen,
da margin und padding hier von der Breite abgezogen wird! */
}


