@charset "utf-8";
/* CSS Document */

#archivSuchErgebnis{
    border: 1px solid #F18710;
    background: #fff;
    vertical-align: top;
    width: 540px;
    height: 600px;
    overflow:auto;
}
.tabAktiv {
    font-size:12px;
    padding: 4px;
    padding-bottom:7px;
    color: #F18710;
    font-weight:bold;
    border-left: 1px solid #F18710;
    border-top: 1px solid #F18710;
    border-right: 1px solid #F18710;
    background: #fce8d0;
    white-space:nowrap;
    cursor: pointer;
    -moz-user-select:none;
}
.tabInaktiv {
    font-size:12px;
    padding:4px;
    color: #F68b15;
    border: 1px solid #F68b15;
    border-bottom: 1px solid  #F18710;
    background: #fcf5ed;
    white-space:nowrap;
    cursor: pointer;
    -moz-user-select:none;
}
.suchFelderContent {
    font-size:12px;
    padding: 4px;
    color: #F18710;
    border-left: 1px solid #F18710;
    border-bottom: 1px solid #F18710;
    border-right: 1px solid #F18710;
    background: #fce8d0;

}
th{ /*table.sortable*/
    padding:2px;
    color:#F18710;
    height: 24px;
    text-align:left;
    border: 1px solid #F18710;
    background-color:#fcf5ed;
    font-weight: bold;
    cursor: pointer;
}

.liquid {
    border-bottom: 1px solid #F18710;
}
#anfGrund { width: 140px;}

.archivtable {
    background: #fcf5ed;
    cursor:pointer;
}
.archivtableover {
    background: #FFF;
    cursor:pointer;
}

.archivtable td {
    height:20px;
    padding:3px;
    border:1px solid #fcf5ed;
}
.archivtableover td {
    color: #06669F;
    height:20px;
    padding:3px;
    border:1px solid #06669F;
}
span[class|=bull]{
    background-repeat: no-repeat;
    background-position: center;
}
.bull-grau{
    background-image: url(../images/ampel_mini_grau.png);
}
.bull-gruen{
    background-image: url(../images/ampel_mini_gruen.png);
}
.bull-rot{
    background-image: url(../images/ampel_mini_rot.png);
}
.bull-gelb{
    background-image: url(../images/ampel_mini_gelb.png);
}

#archivtable tr th:hover{
    background:#ddf;
}
.nonsortable:hover{
    background:#fcf5ed !important;
}
#sortierhinweis{
    font-size: 10px;
    padding-left:5px;
    color: #889;
}
#archiv_head_table {
    margin-top: 0;
    width: 800px;
    height: 95px;
}

#archiv_head_table .archiv_icons {
    float: right;
}

.anfrage_ampel {
    float:left;
    width: 50px;
    text-align:center;
    background: #ddd;
    border: 1px dotted #ccc;
}