html {
    height: 100%;
    max-height: 100%;
    padding: 0;
    margin: 0;
    border: 0;
    background: #fff;
    font-family: Arial, Helvetica, sans-serif;
    /* hide overflow:hidden from IE5/Mac */ /* \*/
    overflow: hidden;
    /* */
}

body {
    height: 100%;
    max-height: 100%;
    overflow: hidden;
    padding: 0;
    margin: 0;
    border: 0;
}

#content {
    overflow: auto;
    position: absolute;
    z-index: 3;
    top: 88px;
    bottom: 0px;
    left: 161px;
    right: 0;
    background: #fff;
}

* html #content {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    max-height: 100%;
    width: 100%;
    overflow: auto;
    position: absolute;
    z-index: 3;
    border-top: 88px solid red;
    border-left: 161px solid #ccc;
}

#head {
    position: absolute;
    margin: 0;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 88px;
    background: url(../images/nav/kopf_hb.gif) #E70409;
    background-position: 0 0;
    background-repeat: no-repeat;
    z-index: 5;
    overflow: hidden;
    color: #fff;
}

#left {
    position: absolute;
    left: 0;
    top: 88px;
    bottom: 0px;
    width: 161px;
    background: url(../images/nav/kopf_links2.gif) rgb(204, 204, 204);
    font-size: 1em;
    z-index: 4;
    overflow: hidden;
    background-repeat: no-repeat;
    border-right: 1px solid red;
}

* html #left {
    height: 100%;
    top: 0;
    bottom: 0;
    border-top: 88px solid #fff;
    border-bottom: 0px solid #fff;
    color: #fff;
}

#nav {
    padding: 69px 0 0 289px;
    color: #FFF;
}

#nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#nav li {
    float: left;
}

#nav li a {
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    color: #FFF;
    font-weight: bold;
    font-size: 0.8em;
    padding: 0 8px 0 8px;
}

#nav .cur a,#nav .cur-act a {
    background-color: #FFF;
    text-decoration: none;
    color: #E60005;
}

#nav a:hover {
    background-color: #FFF;
    text-decoration: none;
    color: #E60005;
}

#main {
    max-width: 800px;
    width: expression(document.body.clientWidth > 976 ? "800px" : "100%");
    padding: 15px 15px 15px 30px;
    background: #fff;
}

#subnav {
    padding-top: 70px;
    padding-left: 5px;
    padding-right: 5px;
    height: auto;
}

.nav-pic {
    float: left;
    margin: 5px 3px 0 0;
}

#subnav ul {
    list-style: none;
    padding: 0;
    margin: 0 0 0 5px;
}

#subnav ul ul {
    list-style: none;
    padding: 0;
    margin: 0 0 5 10px;
}

#subnav li {
    line-height: 1.2em;
    width: 100%;
    clear: left;
}

#subnav li li {
    line-height: 1em;
    width: 100%;
    clear: left;
}

#subnav ul li a {
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 9pt;
    color: #000;
    text-decoration: none;
}

/* for Internet Explorer */ /*\*/
* html #subnav li nav0norm {
    font-size: 0.75em;
    float: left;
}  /**/

#subnav ul li a:hover {
    color: #E60005;
    font-size: 9pt;
}

/* for Internet Explorer */ /*\*/
* html #subnav ul li a:hover {
    color: #E60005;
    font-size: 0.75em;
}  /**/

#subnav ul ul li a {
    font-size: 9pt;
    font-weight: bold;
}

/* for Internet Explorer */ /*\*/
* html #subnav ul li a {
    font-size: 0.75em;
}  /**/

#subnav li .nav0norm, #subnav li .nav0aktiv, #subnav li .nav1norm, #subnav li .nav1aktiv, #subnav li .nav2norm, #subnav li .nav2aktiv {
    padding-left: 13px;
}   

#subnav li .nav0aktiv a,#subnav li .nav1aktiv a,#subnav li .nav2aktiv a,#subnav li .nav3aktiv a {
    color: #E60005;
}
