/* **************************************************************
 * Headbereich mit Drucken, Logo, Hauptnavigation und Flashfilm
*/

#oben {
    position: absolute;
    top: 0;           /* Abstand zum oberen Fensterrand */
    left: 0;          /* Abstand zum linken Fensterrand */
    right: 0;         /* Abstand zum rechten Fensterrand */
    height: 264px;    /* Blockhöhe */
    width: 957px;
    padding: 0;       /* Interpretation Boxmodell! */
    background-color: #ffffff;
    overflow: hidden; /* Scrollbalken unterbinden */
    z-index: 4;       /* höchste z-Ebene! */
}

* html #oben {
    width: 987px;
    height: 264px;
    background-image: url(background.gif);
}

#oben .inhaltDiv {
    background-image: url(images/background_head.gif);
    background-repeat: repeat-x;
    margin: 0; /* Abstand des Inhalts zum Blockrand */
    padding: 0;
}
#oben #obenDrucken {
    height: 20px;
    padding: 2px;
    margin: 0px;
    width: 950px;
    text-align:right;
    color: #000000;
}
#obenDrucken a {
    color: #000000;
}

#obenNavi {
    position: absolute;
    top: 24px;           /* Abstand zum oberen Fensterrand */
    left: 237px;          /* Abstand zum linken Fensterrand */
    right: 0;         /* Abstand zum rechten Fensterrand */
    height: 264px;    /* Blockhöhe */
    width: 240px;
    padding: 0px;       /* Interpretation Boxmodell! */
    border-top: 8px solid #BED3E4;
    background-color: #72A4C5;
    overflow: hidden; /* Scrollbalken unterbinden */
    z-index: 4;       /* höchste z-Ebene! */
}

* html #obenNavi {
    width: 240px;
    height: 264px;
    background-image: url(background.gif);
}

#obenNavi .inhaltDiv {
    background-image: url(images/background_head.gif);
    background-repeat: repeat-x;
    margin: 0; /* Abstand des Inhalts zum Blockrand */
    padding: 0;
}

/* oben Seiten Navigation*/

#obenNavi ul{
    margin: 0;
    border-bottom: 0px solid #000;
    padding: 5px;
    /*color:inherit;*/
}

#obenNavi li{
    margin:0;
    padding: 2px 0;
    background-color: transparent;
    border-top: 0px solid #fff;
    list-style-type:none;
    font-style:normal;
    text-align:left;
    line-height: 14px;
}

#obenNavi li a{
    margin: 0;
    padding: 0;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    display: block;
    background-repeat: no-repeat;
}

#obenNavi ul li a{
    padding: 2px 5px;
}

#obenNavi ul li.active a {
    background-color: #D3E4EE;
    border-top: 1px solid #457B9F;
    border-left: 1px solid #457B9F;
    border-bottom: 1px solid #ffffff;
    color: #005B96;
    font-weight: bold;
}


/* geht in IE und in Firefox nur mit important  */
#obenNavi li a:hover{
    /*background-color:#6B97B4 !important;*/
}

#obenNavi ul li.active a:hover{
    /*background-color: #D3E4EE !important;*/
}
