/* Font import*/

@import url(https://fonts.googleapis.com/css?family=Arimo:400,700,400italic,700italic&subset=latin,cyrillic,latin-ext,vietnamese,greek,greek-ext,cyrillic-ext);

/* @import url(csslayout.css?1566562986); */

#main {
    margin: auto;
    width: 1250px;
}

#header {
    border-radius: 11px;
    width: 1070px;
    height: 80px;
    box-shadow: 2px 2px 4px #AAA;
    position: fixed;
    z-index: 2;
}

#metanavi {
    font-size: 90%;
    float: right;
    padding: 10px;
}

#languages {
    font-size: 80%;
    padding: 3px;
}

#clickhome {
    width: 500px;
    height: 100%;
    cursor: pointer;
}

#slogan {
    padding: 20px 0 0 20px;
    color: lightgray;
    font-size: 200%;
    text-shadow: 2px 2px 4px #AAA;
}

#navigation {
    font-size: 90%;
    width: 200px;
    height: 150px;
    float: left;
    padding-top: 170px;
    hyphens: auto;
}

#content {
    width: 724px;
    min-height: 600px;
    float: left;
    padding: 50px;
    text-align: justify;
    hyphens: auto;
    margin-top: -10px;
    padding-top: 150px;
    background: #f7f7f7;
}

#news {
    font-size: 90%;
    border-radius: 11px;
    background: lightblue;
    width: 170px;
    min-height: 270px;
    float: right;
    margin-top: 170px;
    margin-right: 10px;
    padding: 15px;
    box-shadow: 2px 2px 4px #AAA;
    hyphens: auto;
    margin-left: 1050px;
    position: fixed;
}

#footer {
    font-size: 90%;
    border-radius: 11px;
    background: lightblue;
    background: url(../images/logo_de.jpg);
    width: 1070px;
    float: left;
    padding: 7px;
    text-align: center;
    box-shadow: 2px 2px 4px #AAA;
    margin-bottom: 100px;
    color: #ccc;
}

@media print {
    #news {
        display: none;
    }
    #header {
        display: none
    }
    #navLeftSubTop a {
        display: none !important;
    }
    #navigation {
        float: none !important;
    }
    #navigationtop {
        display: none !important;
    }
    .showblockdivinner {
        display: block !important;
        background-color: #eee;
        position: relative !important;
        opacity: 1 !important;
    }
    .showblockinactivetab {
        opacity: 1 !important;
    }
    #content {
        padding-top: 0px none !important;
    }
}


/* @import url(cssstyle.css?1566562986); */

body {
    font-family: 'Arimo', sans-serif;
    background: white;
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

div#content,
div#content p,
div#content ul li,
div#content ul ul,
div#content li li {
    line-height: 30px;
}

h1 {
    margin-bottom: 0.5em;
    margin-top: 0.2em;
    color: #666;
    font-weight: normal;
    font-size: 3em;
    line-height: 1em;
    text-align: left;
}

h2 {
    margin-bottom: 0.3em;
    margin-top: 1em;
    color: #444;
    font-weight: normal;
    font-size: 2em;
    line-height: 1.2em;
    text-align: left;
}

h3 {
    margin-bottom: 0.3em;
    margin-top: 1em;
    font-weight: normal;
    color: #111;
    font-size: 1.6em;
    line-height: 1.2em;
    text-align: left;
}

h5 {
    font-size: 22px;
    margin-bottom: -12px;
    font-weight: normal;
    text-align: left;
}

a {
    color: red;
    text-decoration: none;
    cursor: pointer;
}

a:visited {
    color: darkred;
}

a:hover {
    text-decoration: underline;
}

a:active {
    color: #000000;
}

pre {
    line-height: 18px;
}

blockquote {
    line-height: 22px;
}

img {
    border: 0;
}

.skipLinks {
    position: absolute;
    top: -1000px;
    left: -1000px;
    display: inline;
    width: 0;
    height: 0;
}

.buttonDiv {
    border: 1px solid #9F9F9F;
    cursor: pointer;
/*    background: url(../images/u5_verlauf_btn.png) repeat-x 0 0 transparent;*/
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    font-size: 0.8em;
    padding: 3px 5px;
    display: inline;
}

.buttonDiv:hover {
    border-color: #4C83AF;
}

div#content .buttonDiv:after {
    content: " " url(../images/u5_detail_arrow.png);
}

.imgLeft {
    border: 1px solid #AFAFAF;
    /* hack */
    float: left;
    margin: 0px 25px 30px 0;
    box-shadow: 2px 2px 4px #AAA;
}

dl.imgBoxLeft {
    cursor: pointer;
    float: left;
    border: 1px solid #AFAFAF;
    /* hack */
    background-color: #FFF;
    margin: 10px 32px 15px 0;
    box-shadow: 2px 2px 2px #AAA;
}

dl.imgBoxLeft dd {
    font-size: 0.8em;
    text-align: left;
    margin: -4px 0 0 0;
    padding: 10px 5px 5px 5px;
    background: #ddd;
    color: #000;
    line-height: 16px;
    cursor: default;
}

dl.imgBoxRight {
    cursor: pointer;
    float: right;
    border: 1px solid #AFAFAF;
    /* hack */
    background-color: #FFF;
    margin: 10px 0 15px 32px;
    box-shadow: 2px 2px 2px #AAA;
}

dl.imgBoxRight dd {
    font-size: 0.8em;
    text-align: left;
    margin: -4px 0 0 0;
    padding: 10px 5px 5px 5px;
    background: #ddd;
    color: #000;
    line-height: 16px;
    cursor: default;
}

.freeImgLeft {
    float: left;
    padding-right: 32px;
    padding-bottom: 22px;
}

.freeImgRight {
    float: right;
    padding-left: 32px;
    padding-bottom: 22px;
}

.imgRight {
    float: right;
    padding: 3px;
    margin-bottom: 15px;
    margin-left: 15px;
}

.icoLeft {
    float: left;
    margin: 0 20px 20px 0;
}

.imgCentre {
    margin-bottom: 15px;
}

.ldlsmall {
    width: 200px;
    padding: 0px;
}

.rdlsmall {
    width: 200px;
    padding: 0px;
}

.imdllarge {
    width: 570px;
    padding: 0px;
}

.vidllarge {
    width: 570px;
    padding: 0px;
}

.audllarge {
    width: 570px;
    padding: 0px;
}

.yodllarge {
    width: 570px;
    padding: 0px;
}

.aldllarge {
    width: 570px;
    padding: 0px;
}

.clearing {
    clear: both;
}

.noScript {
    font-style: italic;
    outline: 1px solid red;
}

.separator {
    height: 1px;
    width: 580px;
    background: #ddd;
}

.mono {
    display: inline;
    font-family: "Courier New", Courier, monospace;
}

.stabiloboss {
    display: inline;
    background: gold;
}

.italic {
    display: inline;
    font-style: italic;
}

.bold {
    display: inline;
    font-weight: bold;
}

.mark {
    border-left: 1px solid red;
    padding-left: 7px;
}

.justify {
    text-align: justify;
    hyphens: auto;
}

.right {
    text-align: right;
}

.center {
    text-align: center;
}

.abbroracro {
    border-bottom: 1px dotted;
    cursor: help;
}

.hitshilite {
    background-color: yellow;
}

.stayright {
    margin-left: 234px;
}

.freecaption {
    font-size: 0.8em;
    line-height: 16px;
}

#homeclick {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 800px;
    height: 200px;
    cursor: pointer;
}

#selectlanguage {
    position: absolute;
    top: 55px;
    left: 822px;
    font-size: 12px;
    padding-left: 2px;
}

#selectlanguage a {
    color: darkred;
    text-decoration: none
}

#selectlanguage a:visited {
    color: darkred;
}

#selectlanguage a:hover {
    color: green;
}

#selectlanguage a:active {
    color: #000000;
}

#sitesearch {
    position: absolute;
    position: absolute;
    top: 22px;
    left: 822px;
}

#search_Submit {
    background: url(../images/lupe.png) 0 0 no-repeat transparent;
    border: none;
    cursor: pointer;
    width: 21px;
    height: 20px;
}

#search_Input {
    width: 120px;
    border: 1px solid #ccc;
    color: #6F6F6F;
    background: #f3f3f3;
}

.superscript {
    position: relative;
    bottom: 0.5em;
    font-size: 0.8em;
}

.subscript {
    position: relative;
    top: 0.3em;
    font-size: 0.8em;
}

.larger {
    font-size: 130%;
}

.smaller {
    font-size: 70%;
}

fieldset {
    box-shadow: 2px 2px 2px #AAA;
}

table {
    box-shadow: 2px 2px 2px #AAA;
}

dl.imgBoxCenter {
    cursor: pointer;
    border: 1px solid #AFAFAF;
    background-color: #FFF;
    margin: 10px auto 15px auto;
    box-shadow: 2px 2px 2px #AAA;
}

dl.imgBoxCenter dd {
    font-size: 0.8em;
    text-align: left;
    margin: -4px 0 0 0;
    padding: 10px 5px 5px 5px;
    background: #ddd;
    color: #000;
    line-height: 16px;
    cursor: default;
}

.freeImgCenter {
    margin: 0 auto 0 auto;
    padding-right: 32px;
    padding-bottom: 22px;
    text-align: center;
}

.cdlsmall {
    width: 300px;
    padding: 0px;
}


/*CSS-Elements for "show content block on click"*/

.showblockactivetab {
    background: #F2F2FF;
    padding: 4px;
    border-top: 2px solid white;
    border-bottom: 2px solid #F2F2FF;
    border-left: 2px solid white;
    border-right: 2px solid white;
    opacity: 0.97;
    margin-left: -2px;
}

.showblockinactivetab {
    background: #ddd;
    padding: 4px;
    border-bottom: 2px solid white;
    border-left: 2px solid #eee;
    border-right: 2px solid #eee;
    opacity: 0.97;
    margin-left: -2px;
}

.showblockdivinner {
    display: none;
    background: #F2F2FF;
    padding: 4px;
    position: absolute;
    z-index: 999;
    width: 720px;
    min-height: 150px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0 15px 0 15px;
    margin: 0 10px 1px 1px;
    opacity: 0.97;
    margin-left: -2px;
    border-left: 2px solid white;
    border-bottom: 2px solid white;
    box-shadow: 2px 2px 2px #AAA;
}

.showblockclose {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: -14px;
    margin-top: -9px;
    color: #ddd;
    height: 21px;
    background: #666;
}


/*End of CSS-Elements for "show content block on click"*/


/*CSS-Elements for "show content block [??:][:??] on click"*/

.showblock2activetab {
    background: #eee;
    padding: 4px;
    border-top: 2px solid white;
    border-bottom: 2px solid #eee;
    border-left: 2px solid white;
    border-right: 2px solid white;
    opacity: 0.97;
    margin-left: -2px;
}

.showblock2inactivetab {
    background: #ddd;
    padding: 4px;
    border-bottom: 2px solid white;
    border-left: 2px solid #eee;
    border-right: 2px solid #eee;
    opacity: 0.97;
    margin-left: -2px;
}

.showblock2divinner {
    display: none;
    background: #f2f2f2;
    padding: 4px;
    padding: 0 15px 0 15px;
    margin: 0 10px 1px 1px;
    margin-left: -2px;
    border-left: 2px solid white;
    border-bottom: 2px solid white;
    box-shadow: 2px 2px 2px #AAA;
}

.showblock2close {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: -14px;
    margin-top: -9px;
    color: #ddd;
    height: 21px;
    background: #666;
}


/*End of CSS-Elements for "show content block [??:][:??] on click"*/

div {
    -webkit-overflow-scrolling: touch;
}

#footer a {
    color: #ddd;
    text-decoration: none;
}

#footer a:visited {
    color: gray;
}

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


/*  ******** AM/IML ********** */

.notyetvideo {
    color: #cecece;
    font-style: italic;
}


/* @import url(csshot.css?1566562986); */

.hot {
    color: green;
}


/* @import url(cssnavtop.css?1566562986); */


/*
This CSS formats the first (horizontal) level of a split navigation.

If you want a split navigation, you have to

1: In PIDVESA's S, htmltemplate, switch the #navTop on

  <div id="navigationtop">
    <div id="navTop"><a name="navigation"></a>{{{navigation}}}</div>
  </div>

by removing <!-- and -->

2: Also in htmltemplate, change

<div id="navLeft"><a name="navigation"></a>{{{navigation}}}</div>

to

<div id="navLeftSubTop"><a name="navigation"></a>{{{navigation}}}</div>

*/

#navTop {
    display: block;
    width: 1000px;
    position: fixed;
    margin-top: 75px;
    margin-left: 185px;
    z-index: 3;
}

#navTop a {
    text-decoration: none;
    color: #3F3F3F;
}

#navTop ul {
    display: inline;
}

#navTop li {
    display: inline;
    margin-right: 11px;
    background: #eee;
    padding: 11px;
}

#navTop li ul {
    display: none;
}

#navTop li li {
    display: none;
}

#navTop li li ul {
    display: none;
}

#navTop li li li {
    display: none;
}


/* Einzelne aktive Items */

#navTop li a.activeItem {
    color: #e63320;
    font-weight: bolder;
}

#navTop li li a.activeItem {
    color: red;
    font-weight: bold;
}

#navTop li.active ul {
    padding-top: 0.4em;
}

#navTop li.active ul li.subItem {
    padding-bottom: 0.6em;
    margin-top: -0.5em;
    border-bottom: none;
}

#navTop li.active ul li.subSubItem {
    padding-bottom: 1.0em;
    margin-top: -1.3em;
}

#navTop li.subSubItem {
    margin-left: -65px;
    font-size: 85%;
    border-bottom: none;
}

#navTop li.subsubSubItem {
    margin-left: -90px;
    font-size: 80%;
    border-bottom: none;
    margin-top: -1.9em;
    margin-bottom: 1.6em;
}


/* @import url(cssnavleftsubtop.css?1566562986); */


/*
This CSS formats the second (vertical) level of a split navigation.

If you want a split navigation, you have to

1: In PIDVESA's S, htmltemplate, switch the #navTop on

  <div id="navigationtop">
    <div id="navTop"><a name="navigation"></a>{{{navigation}}}</div>
  </div>

by removing <!-- and -->

2: Also in htmltemplate, change

<div id="navLeft"><a name="navigation"></a>{{{navigation}}}</div>

to

<div id="navLeftSubTop"><a name="navigation"></a>{{{navigation}}}</div>

*/

#navLeftSubTop {
    position: fixed;
    width: 220px;
}

#navLeftSubTop a {
    display: block;
    text-decoration: none;
    color: #3F3F3F;
}

#navLeftSubTop li {
    list-style-type: none;
    margin: 0;
    margin-left: -40px;
    margin-right: 11px;
}

#navLeftSubTop li a {
    padding: 7px 5px 10px 0px;
    display: none;
}

#navLeftSubTop li a:hover {
    text-decoration: none;
    color: black;
}

#navLeftSubTop li li a {
    margin-left: -38px;
    padding: 7px 2px 3px 58px;
    display: block;
}

#navLeftSubTop li li a:hover {
    text-decoration: none;
}

#navLeftSubTop .inactive {
    padding-left: 7px;
}

#navLeftSubTop .inactive a:hover,
#navLeftSubTop .inactive a:focus,
#navLeftSubTop .inactive a:active {
    background-color: transparent;
}

#navLeftSubTop .active {
    padding-left: 7px;
    color: #3F3F3F;
    background-color: #f3f3f3;
}

#navLeftSubTop .active a:hover,
#navLeftSubTop .active a:focus,
#navLeftSubTop .active a:active {
    color: #000000;
}


/* Einzelne aktive Items */

#navLeftSubTop li a.activeItem {
    color: #e63320;
    font-weight: bolder;
}

#navLeftSubTop li li a.activeItem {
    color: red;
    font-weight: bold;
}

#navLeftSubTop li.active ul {
    padding-top: 0.4em;
}

#navLeftSubTop li.active ul li.subItem {
    padding-bottom: 0.6em;
    margin-top: -0.5em;
    border-bottom: none;
}


/* Unterer Rand des letzten Sub-Items */

#navLeftSubTop li.active ul li.subSubItem {
    padding-bottom: 1.0em;
    margin-top: -1.3em;
}

#navLeftSubTop li.subSubItem {
    margin-left: -65px;
    font-size: 85%;
    border-bottom: none;
}

#navLeftSubTop li.subsubSubItem {
    margin-left: -90px;
    font-size: 80%;
    xborder-bottom: none;
    margin-top: -1.9em;
    margin-bottom: 1.6em;
}


/* @import url(cssnavleft.css?1566562986); */


/*
This CSS formats the navigation if you hav NOT A split navigation.

If you want a split navigation, you have to

1: In PIDVESA's S, htmltemplate, switch the #navTop on

  <div id="navigationtop">
    <div id="navTop"><a name="navigation"></a>{{{navigation}}}</div>
  </div>

by removing <!-- and -->

2: Also in htmltemplate, change

<div id="navLeft"><a name="navigation"></a>{{{navigation}}}</div>

to

<div id="navLeftSubTop"><a name="navigation"></a>{{{navigation}}}</div>

*/

#navLeft {
    padding-top: 100px;
}

#navLeft a {
    display: block;
    text-decoration: none;
    color: #3F3F3F;
    /* Default-Textfarbe Navigation */
}

#navLeft li {
    list-style-type: none;
    margin: 0;
    margin-left: -40px;
    border-bottom: 1px solid #ddd;
}

#navLeft li a {
    padding: 7px 5px 10px 0px;
    /* Abstand Text zu border */
}

#navLeft li a:hover {
    text-decoration: none;
    color: black;
}

#navLeft li li a {
    margin-left: -38px;
    font-size: 0.9em;
    padding: 0px 2px 3px 58px;
    /* Abstand Text zu border */
}

#navLeft li li a:hover {
    text-decoration: none;
}

#navLeft .inactive {
    padding-left: 7px;
}

#navLeft .inactive a:hover,
#navLeft .inactive a:focus,
#navLeft .inactive a:active {
    background-color: transparent;
}

#navLeft .active {
    padding-left: 7px;
    color: #3F3F3F;
    /* Default-Textfarbe Navigation */
    background-color: #f3f3f3;
}

#navLeft .active a:hover,
#navLeft .active a:focus,
#navLeft .active a:active {
    color: #000000;
}

#navLeft li a.activeItem {
    color: #e63320;
    font-weight: bolder;
}

#navLeft li li a.activeItem {
    color: red;
    font-weight: bold;
}

#navLeft li.active ul {
    padding-top: 0.4em;
}


/* Abstand von 1. zu 2. Ebene */

#navLeft li.active ul li.subItem {
    padding-bottom: 0.6em;
    margin-top: -0.5em;
    border-bottom: none;
}


/* Unterer Rand des letzten Sub-Items */

#navLeft li.active ul li.subSubItem {
    padding-bottom: 1.0em;
    margin-top: -1.3em;
}

#navLeft li.subSubItem {
    margin-left: -65px;
    font-size: 85%;
    border-bottom: none;
}

#navLeft li.subsubSubItem {
    margin-left: -90px;
    font-size: 80%;
    border-bottom: none;
    margin-top: -1.9em;
    margin-bottom: 1.6em;
}


/* @import url(csstable.css?1566562986); */

table {
    font-size: 0.8em;
    background-color: #FFF;
    border-collapse: collapse;
    border: 1px solid #E6E6E6;
}

thead {
    background-color: #E6E6E6;
}

td,
th {
    text-align: left;
    padding: 0.3em 0.6em 0.5em 0.6em;
    border: 1px solid #e6e6e6;
}

td {
    border: 1px solid #e6e6e6;
    padding: 0.3em 0.6em 0.2em 0.6em;
}

tr:hover {
    background: lightyellow;
}

.colorOver {
    background-color: #FFCFD1;
}

.colorOut {
    background-color: #FFF;
}


/* Links in Tabellenzellen */

td a {
    font-size: 0.9em;
}

td a:link,
td a:visited {
    color: red;
    text-decoration: underline;
}

td a:hover,
td a:focus,
td a:active {
    text-decoration: underline;
}

.albumhorizontal {
    table-layout: auto;
}

.albumhorizontal td {
    border: 0px solid white;
    padding: 0 5px 0 0;
}


/* @import url(cssform.css?1566562986); */

form.unibeform {
    font-family: Helvetica, "Segoe UI", Verdana, Calibri, Corbel, sans-serif;
}

fieldset {
    background-color: #F2F2F2;
    border: 1px solid #ccc;
    margin: 0 0 20px 0;
    padding: 25px;
}

form.unibeform ol li {
    font-size: 0.9em;
}

fieldset fieldset {
    margin: 0;
}

fieldset.horizontal {
    border: none;
    margin: 0 0 -5px 0;
    padding: 2px 0;
}

fieldset legend {
    color: #000;
    font-size: 14px;
}

fieldset.horizontal legend {
    font-size: 12px;
}

label {
    display: inline;
    padding-top: 14px;
    margin-bottom: 0px;
    cursor: pointer;
    font-size: 0.9em;
}

fieldset.horizontal label {
    display: inline;
    margin: 0;
}

form.unibeform li {
    margin-top: 3px;
    margin-bottom: 8px;
    margin-left: 0;
}

fieldset.horizontal li {
    display: inline;
    list-style: none;
    margin-top: 0;
    margin-right: 15px;
}

input,
select,
textarea {
    border: 1px solid #999;
}

input[type=text],
textarea,
select {
    width: 100%;
}

input:hover,
input:focus,
input:active,
select:hover,
select:focus,
select:active,
textarea:hover,
textarea:focus,
textarea:active {
    border: 1px solid #333333;
}

form.unibeform ol,
form.unibeform ul {
    list-style: none;
}

label.mandatory:after,
legend.mandatory:after {
    content: "*";
    color: #ff0000;
}

input.readonly,
input.readonly:hover,
input.readonly:focus,
input.readonly:active {
    background-color: #F2F2F2;
    color: #333333;
    border: 1px solid #999999;
}

label.readonly {
    cursor: default;
}

form.unibeform fieldset fieldset.horizontal.error,
form.unibeform fieldset.ksl fieldset.horizontal ul.error,
form.unibeform .error {
    border: 2px #A9002E solid;
}

form fieldset.ksl {
    padding: 10px 20px;
}

fieldset.ksl label {
    cursor: pointer;
    width: 36%;
    text-align: left;
    margin-right: 8px;
    display: inline-block;
    /* wichtig! */
    border-bottom: 1px dotted #ccc;
    vertical-align: bottom;
}

fieldset.ksl li {
    line-height: 1.6em;
}

fieldset.ksl li.long {
    line-height: 1.2em;
}

fieldset.ksl input[type=text],
fieldset.ksl select {
    width: 61%;
    text-align: left;
}

fieldset.ksl button.inFieldset {
    width: auto;
}

fieldset.ksl input[type=text].short,
fieldset.ksl select.short {
    width: 30%;
}

form.unibeform input[type=checkbox],
form.unibeform input[type=radio] {
    border: none;
}


/* @import url("../plugins/overlay/jquery.fancybox.css?1566562986"); */


/*
This CSS formats the second (vertical) level of a split navigation.

If you want a split navigation, you have to

1: In PIDVESA's S, htmltemplate, switch the #navTop on

  <div id="navigationtop">
    <div id="navTop"><a name="navigation"></a>{{{navigation}}}</div>
  </div>

by removing <!-- and -->

2: Also in htmltemplate, change

<div id="navLeft"><a name="navigation"></a>{{{navigation}}}</div>

to

<div id="navLeftSubTop"><a name="navigation"></a>{{{navigation}}}</div>

*/

#navLeftSubTop {
    position: fixed;
    width: 220px;
}

#navLeftSubTop a {
    display: block;
    text-decoration: none;
    color: #3F3F3F;
}

#navLeftSubTop li {
    list-style-type: none;
    margin: 0;
    margin-left: -40px;
    margin-right: 11px;
}

#navLeftSubTop li a {
    padding: 7px 5px 10px 0px;
    display: none;
}

#navLeftSubTop li a:hover {
    text-decoration: none;
    color: black;
}

#navLeftSubTop li li a {
    margin-left: -38px;
    padding: 7px 2px 3px 58px;
    display: block;
}

#navLeftSubTop li li a:hover {
    text-decoration: none;
}

#navLeftSubTop .inactive {
    padding-left: 7px;
}

#navLeftSubTop .inactive a:hover,
#navLeftSubTop .inactive a:focus,
#navLeftSubTop .inactive a:active {
    background-color: transparent;
}

#navLeftSubTop .active {
    padding-left: 7px;
    color: #3F3F3F;
    background-color: #f3f3f3;
}

#navLeftSubTop .active a:hover,
#navLeftSubTop .active a:focus,
#navLeftSubTop .active a:active {
    color: #000000;
}


/* Einzelne aktive Items */

#navLeftSubTop li a.activeItem {
    color: #e63320;
    font-weight: bolder;
}

#navLeftSubTop li li a.activeItem {
    color: red;
    font-weight: bold;
}

#navLeftSubTop li.active ul {
    padding-top: 0.4em;
}

#navLeftSubTop li.active ul li.subItem {
    padding-bottom: 0.6em;
    margin-top: -0.5em;
    border-bottom: none;
}


/* Unterer Rand des letzten Sub-Items */

#navLeftSubTop li.active ul li.subSubItem {
    padding-bottom: 1.0em;
    margin-top: -1.3em;
}

#navLeftSubTop li.subSubItem {
    margin-left: -65px;
    font-size: 85%;
    border-bottom: none;
}

#navLeftSubTop li.subsubSubItem {
    margin-left: -90px;
    font-size: 80%;
    xborder-bottom: none;
    margin-top: -1.9em;
    margin-bottom: 1.6em;
}