#logoMapPlus {
    background: #F7F7F7 url(../img/Logo_Left.png) center no-repeat; /*auch in preview_de.htm ändern*/
    height: 120px;
}

.tundra .njsCategoryIcon1, .tundra .njsCategoryIcon1_active,
.tundra .njsCategoryIcon2, .tundra .njsCategoryIcon2_active,
.tundra .njsCategoryIcon3, .tundra .njsCategoryIcon3_active {
    background-repeat: no-repeat;
    background-size: contain;
    height: 19px;
    text-align: center;
    background-position: 0 1px !important;
}

.tundra .njsCategoryIcon1, .tundra .njsCategoryIcon1_active {
    background-image: url("../img/buttons/Gruppe_Umwelt.png");
    width: 66px;
}

.tundra .njsCategoryIcon2, .tundra .njsCategoryIcon2_active {
    background-image: url("../img/buttons/Gruppe_Planung.png");
    width: 68px;
}

.tundra .njsCategoryIcon3, .tundra .njsCategoryIcon3_active {
    background-image: url("../img/buttons/Gruppe_Leitungen.png");
    width: 80px;
}

.tundra .njsCategoryIcon1,
.tundra .njsCategoryIcon2,
.tundra .njsCategoryIcon3,
.tundra .njsCategoryIcon4 {
    opacity: 0.5;
}


/* Darstellung alias bei Suchen und MapTip */
.rot {
color: #FF0000;
}
.gruen {
color: #00FF00;
}
.blau {
color: #0000FF;
}
.schwarz {
color: black;
}
.weiss {
color: white;
}
.dunkelorange {
color: darkorange;
}
.fett {
font-weight: bold;
}
.unterstrichen {
text-decoration: underline;
}
.groesser {
font-size: larger;
}/* Layernamen im Suchergebnis */
/*.accordion h3.e-select a {
color: #0000ff !important;
font-size: 15px;
font-weight: bold;
} *//* Farbe und Größe für das 1. Suchergebnisse */
/*.accordion div.searchResultPropertyHeader {
font-size: 15px;
color: #ff0000;
font-weight: normal;
} *//* Farbe und Größe für alle weiteren Suchergebnisse */
/*.accordion div.searchItem {
color: #FF0000;
padding: 2px 15px;
font-weight: normal;
} *//* Feldwert rechts positioniert */
/*.accordion div.searchValue {
text-align: right;
} *//* Feldnamen und -werte */
/*.accordion div.e-content {
font-size: 12px;
line-height: 15px;
} *//**** Custom-Icon as Alias - Start****/
/* Set icon as alias part1 */
/* use hide_alias as css-class in management as well */

/*.image1{ */
/*insert icon url*/
/*background-image: url(../img/XXX.png); */
/*adjust icon size in search result list*/
/*height: 16px; */
/*width: 80px; */
/*} */
/*Set icon as alias part2*/
/*td span.image1 { */
/*adjust icon size in tooltip*/
/*padding-left: 3px; */
/*padding-right: 90px; */
/*} */
/**** Custom-Icon as Alias - End****/

