﻿#content ul.tabelle{
    list-style: none;
    padding: 0;
    margin:0;
}
#content ul.tabelle ul{
    list-style: none;
    padding: 0 0 0 10px;
    margin:0;
}
.sortTable th{
    color:#000099;
    background-color: #deebf4;
    padding: 0 10px 0 10px;
    margin:0;
    text-align: left;
    line-height:20px;
    border-right: 1px solid #000099;
    border-top: 1px solid #000099;
    border-bottom: 1px solid #000099;
}
.sortTable th:hover{
    cursor:pointer;
}

.sortTable td{
    padding-left: 10px;
    margin:0;
    text-align: left;
    line-height:20px;
    border-right: 1px solid #000099;
}
.sortTable .last{
    border-right:0px;
}
.aktlink{
    font-size: 13px;
    font-weight: bold;
    color: #9b007d;
    padding:0 0 0 20px;
    background-image: url(/static_files_fab_relaunch/layout/hauptpfeil.jpg); 
    background-repeat: no-repeat;
    background-position: left;
    
}
.header_down .aktlink{
background-image: url(/static_files_fab_relaunch/layout/hauptpfeil_down.jpg); 
}

th.header { 
    background-image: url(/static_files_fab_relaunch/layout/pfeil_normal.jpg); 
    background-repeat: no-repeat; 
    background-position: right; 

    
} 
th.headerSortDown { 
    background-image: url(/static_files_fab_relaunch/layout/pfeil_down.jpg); 
    background-repeat: no-repeat;
    background-position: right;
} 
th.headerSortUp { 
    background-image: url(/static_files_fab_relaunch/layout/pfeil_up.JPG); 
    background-repeat: no-repeat;
    background-position: right;
}


.ToolTipp_{
    color:#fff;
    font-weight:bold;
    background-color:#0059A9;
    border-top:1px solid #0059A9;
    border-left:1px solid #0059A9;
    border-right:1px solid #0059A9;
    border-bottom:1px solid #0059A9;
    width:200px;
}
.ToolTipp_ .txt{
    background-color:#0059A9;
    padding:3px 5px 3px 5px;
}
 
.info_btn{
    display:none; <!--auf wunsch ausgeblendet-->
    vertical-align:bottom; 
    padding-bottom:4px; 
    border:0px;
}