/* {{{ navigation */
#navigation {
    position: absolute;
    top: 18.6em;
    height: 6.8em;
    height: 3.3em;
    width: 100%;
    background: #ffffff;
    border-bottom: 1px solid #000000;
}
#navigation ul {
    position: absolute;
    bottom: -3.6em;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    width: 100%;
}
#navigation h2 {
    position: absolute;
    font-size: 1em;
    top: 3.4em;
    width: 100%;
    height: 3.5em;
    background: #ffffff;
}
#navigation h2 span {
    display: none;
}
* html #navigation ul { /* hack for IE 6 */
}
#navigation ul li {
    list-style: none;
    display: block;
    float: left;
    width: 12.3em;
    height: 3.4em;
    line-height: 3.4em;
    border-left: 1px solid #000000;
}
#navigation ul li.n1,
#navigation ul li.n6 {
    border-left: none;
    padding-left: 19.2em;
}
#navigation ul li.n5 {
    margin-right: -1em;
}
#navigation ul a {
    width: 100%;
    height: 100%;
    display: block;
    color: #000000;
    text-indent: 1.3em;
    font-size: 1.2em;
    text-decoration: none;
}
#navigation ul li.special a {
    color: #35cfff;
}
#navigation ul li.special a.active {
    color: #ffffff;
}
#navigation ul a:hover,
#navigation ul a.parent_of_active,
#navigation ul a.active {
    color: #ffffff;
    background: #25434e;
}
* html #navigation ul a:hover,
* html #navigation ul a.parent_of_active,
* html #navigation ul a.active { /* hack for IE 6 */
    background: #35cfff
}
#navigation ul ul {
    position: absolute;
    top: 8.2em;
    left: 19.2em;
    width: 44em;
    border: none;
}
#navigation ul ul li {
    display: inline;
    float: none;
    width: auto;
    border: none;
}
#navigation ul ul li a {
    display: inline;
    background: none;
    color: #555555;
    padding-left: 1.3em;
    text-indent: 0;
}
#navigation ul ul a:hover,
#navigation ul ul a.parent_of_active,
#navigation ul ul a.active {
    background: none;
    color: #35cfff;
    font-weight: bold;
}
#navigation ul ul a.back {
    background: none;
    font-weight: bold;
}
/* }}} */
/* {{{ langswitch */
#langswitch {
    position: absolute;
    top: 19.7em;
    width: 10em;
}
#langswitch li {
    list-style: none;
    float: left;
    border-right: 1px solid #000000;
    font-size: 1.2em;
    height: 0.9em;
}
#langswitch li.last {
    border-right: none;
}
#langswitch li a {
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    margin-top: -0.1em;
    padding: 0 0.6em;
}
/* }}} */
/* {{{ footer */
#footer small {
    display: none;
}
/* }}} */

/* vim:set ft=css sw=4 sts=4 fdm=marker : */

