  /*   	 Document: cssMenu.css for Menu: view_cssCategoryMenuHorizontal.ftl   	 Author: TeamNBcon  */.nav1 * {    margin: 0px;    padding: 0px;    font-size: 14px;}.nav1 div {    float: left;    /* background-color: #eeeeee;  Hintergrundfarbe des Untermenüs */}.nav1 li a span {    font-weight: bold;}/* Links ab Level 0 */.nav1 a {    color: #FFF;    display: block;    padding: 2px 5px;    line-height: 34px;          /* Zeilenhöhe Level0 */    text-align: center;         /* Textausrichtung Level0 */    /* background-color: #cccccc;  Hintergrundfarbe der Links Level0 */}/* Hover-Links ab Level 0 */.nav1 a:hover {    /*color: #ffcc00;              Schriftfarbe des Hover-Links Level0 */    /*background-color: #eeeeee;   Hintergrundfarbe der Hover-Links Level0 */}.nav1 ul {    float: left;}.nav1 li {    list-style-type: none;    float: left;    position: relative;    padding: 0 10px;    /*width: 205px;*/               /* Weite des LI-tags Level0 */}.nav1_level1-div {    position: absolute;    z-index: 100;    /*width: 480px;*/           /* Weite des Div-Containers Level1 */}.nav1 ul ul {    background-color: #404245;    border-bottom: 1px solid #a5a6a7;    border-left: 1px solid #a5a6a7;    border-right: 1px solid #a5a6a7;}.nav1 ul ul li {    padding: 6px 0px; }.nav1 ul ul li a {    padding-left: 6px;}.nav1 li:hover ul {    display: block;}.nav1_level1-div ul {    display: none;    float: left;    width: 205px;              /* Weite des Ul-tags ab Level1 */    /*height: 100px;               Höhe des Ul-tags ab Level1 */}.nav1_level1-div li {    width: 100%;                /* Weite Li-tag ab Level1 = Weite Ul-tag ab Level1(.nav1_level1-ul) */}/* Links ab Level 1 */.nav1_level1-div a {    padding: 2px 4px;    display: block;    line-height: 16px;          /* Zeilenhöhe Level1 */    text-align: left;           /* Textausrichtung Level1 */    /*background-color: #eeeeee;   Hintergrundfarbe der Links Level1 */}/* Hover-Links ab Level 1 */.nav1_level1-div a:hover {    /*color: #ffcc00;              Schriftfarbe des Hover-Links Level1 */}.nav1_level1-div li:hover, .cssCatMenuActive {    background-color: #808285;}/* Spalte 1 */.nav1_col1 {    /*width: 160px;*/}/* Spalte 2 - zweifache Weite von nav1_col1 */.nav1_col2 {    /*width: 320px;*/}/* Spalte 3 - dreifache Weite von nav1_col1 */.nav1_col3 {    /*width: 480px;*/}/* Spalte 4 - vierfache Weite von nav1_col1 */.nav1_col4 {    /*width: 640px;*/}/* Spalte 5 - fünffache Weite von nav1_col1 */.nav1_col5 {    /*width: 800px;*/}/* Spalte 6 - sechsfache Weite von nav1_col1 */.nav1_col6 {    /*width: 960px;*/}