﻿.tgTabelle {
    width: 100%;
    empty-cells: show;
    border-collapse: collapse;
    border: none;
    border-spacing: 0;
    display: table;
}

.tgTRKopf {
    font-weight:600;
    /*font-size: 13px;*/
    /*color: white;*/
    /*font-family: 'Segoe UI','Segoe WP',Arial,Sans-Serif;*/
    vertical-align: top;
    text-decoration: none;
    /*background-color: #0092ca;*/
    background-color: White;
    border-top: none;
    min-height: 36px;
}

.tgTRnormal {
    background-color: White;
    cursor: pointer;
}

  .tgTRnormal:hover {
        background-color: #f2f2ff;
    }

/*.tgTRnormalZ {
    background-color: White;
}*/




.tgTRalter {
    background-color: #f5f5f5;
}
.tgTRalter:hover {
        background-color: #d3ffcf;
}

.tgTRausgewaehlt {
    font-weight: 500;
    font-size: 13px;
    color: #444444;
    /*font-family: 'Segoe UI','Segoe WP',Arial,Sans-Serif;*/
    text-decoration: none;
    /*background-color: #e8e0d1;*/
    /*background-color: rgba(0, 181, 0, 0.27);*/
    background-color:#e9e9e9;
}
    .tgTRausgewaehlt:Hover {
        background-color:  #b5f5ae;
    }

.tgTDPfeil {
    width: 38px;
    text-align: center;
    vertical-align: top;
    border-collapse: collapse;
    /*border-top: 1px solid #ece9d8;*/
    border-bottom: 1px solid #ddd;
    padding: 4px;
    height: 36px;
    min-height: 36px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.tgTD {
    border-collapse: collapse;
    /*border-top: 1px solid #ece9d8;*/
    border-bottom: 1px solid #ddd;
    padding: 6px 4px 4px 4px;
    vertical-align: top;
    height: 36px;
    min-height: 36px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.tgLBaktuelleSeite {
    /*font-family: 'Segoe UI','Segoe WP',Arial,Sans-Serif;*/
    /*font-size: 14px;
    font-weight: normal;
    color: #444444;*/
    line-height: 26px;
    height: 26px;
    display: inline-block;
        }

.tgLbLeer {
    font-weight: 500;
}

.tgTRKopfLink {
    font-weight: 500;
    color: White;
    text-decoration: none;
}

    .tgTRKopfLink:hover {
        font-weight: 500;
        color: #00364a;
        text-decoration: none;
    }

.tgLinkButton {
    color: #0000aa;
    text-decoration: none;
}

    .tgLinkButton:hover {
        color: #FF6204;
        text-decoration: none;
    }

.tgLinkB {
    font-weight: 500;
    font-size: 13px;
    color: #0000aa;
    /*font-family: 'Segoe UI','Segoe WP',Arial,Sans-Serif;*/
    text-decoration: none;
}

    .tgLinkB:hover {
        font-weight: 500;
        font-size: 13px;
        color: #FF6204;
        /*font-family: 'Segoe UI','Segoe WP',Arial,Sans-Serif;*/
        text-decoration: none;
    }


.NButton {
    border: none;
    display: inline-block;
    outline: 0;
    padding: 8px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    background-color: silver;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

    .NButton:hover {
        /*box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19)*/
        background-color: #ba5a07;
    }


    .NButton.aspNetDisabled {
        cursor: not-allowed;
        opacity: 0.3;
        pointer-events: none;
        cursor: none;
    }

    .NButton.aspNetDisabled:hover {
        box-shadow: none;
    }
