<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Styling des Allgemeinen-Listen-Bereiches */
 
.auflistung {
    padding: 0;
    margin: 0 0 5px 0;
}

.auflistung li {
	font-size: 14px;
    color: #666666;
    padding: 0 13px 0 13px;
    margin: 0;
    height: 30px;
}

.auflistung.dunkler li {
    color: #444444;
}

.grosseSchrift li {
	font-size: 15px;
}

.auflistung.bullets li {
    padding: 0 13px 0 22px;    
    background-image: url("../../img/gui/grey_bullet.gif");
    background-repeat: no-repeat;
    background-position: 13px 14px;    
}

.auflistung.bullets li.deletedReiheTermineNegotiation{
    padding-top:5px;
}
.auflistung.arrows li {
    padding: 0 13px 0 22px;    
    background-image: url("../../img/gui/rechts.png");
    background-repeat: no-repeat;
    background-position: 7px 8px;    
}

.auflistung.bullets.grosseSchrift li {
    background-position: 13px 15px;  
}

.auflistung li.zweiZeilig {
    height: 60px;
}

.auflistung li.odd {
    background-color: #eef5f7;
}

.auflistung li span {
    float: left;
    padding-top: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
.auflistung li span span{
    float: none;
}

.auflistung li.deletedReiheTermineNegotiation span {
    float: none;
}

/* Umbruch und dynamische Hoehe */
.auflistung.mitUmbruch li {
    overflow: auto;
    height: auto;
}

.auflistung.mitUmbruch li span {
    overflow: visible;
    text-overflow: clip;
    white-space: normal;
    padding-bottom: 6px;
}
.auflistung.mitUmbruch li &gt; span {
	display: inline-block;
}

.auflistung li.odd.highlight,
.auflistung li.even.highlight {
    background-color: #b6d057;    
}

.auflistung li span.delete {
    width: 600px;
}

.auflistung li a.delete,
.auflistung li input.delete {
    margin-top: 4px;
    float: right;
}

.auflistung li a {
    text-decoration: none;
    color: #666666;
}

.auflistung li a:hover {
    text-decoration: underline;
}

.auflistung li .radio_or_checkbox_entry input {
    height: 13px;
}
.auflistung li .radio_or_checkbox_label {
    color: #666666; 
}

/* Liste als Werte bei Label-Wert-Paar */
.inhaltbox .formularelement .auflistung {
    float: left;
}

.inhaltbox .formularelement .auflistung li {
    background-position: 0 14px;
}

.inhaltbox .formularelement .auflistung.bullets li {
    padding-left: 9px;
}

.inhaltbox .formularelement .auflistung.grosseSchrift li {
    background-position: 0 15px;
}

.inhaltbox .formularelement .auflistung.bullets.grosseSchrift li {
    line-height: 18px;
}</pre></body></html>