﻿

/*Tabelle LochInfo */
table.minimalistBlack {
    border: 0px solid #000000;
    width: 100%;
    height: 70px;
    text-align: center;
    line-height: 10px;
    border-collapse: collapse;
    /*background:#ff0000*/
}

    table.minimalistBlack td, table.minimalistBlack th {
        border: 1px solid black;
        padding: 0px 3px;
        margin-left: auto;
        margin-right: auto;
    }

    table.minimalistBlack tbody td {
        font-size: 14px;
        font-weight: bold;
    }

    table.minimalistBlack td:nth-child(even) {
        background: #79a5cf;
    }

    table.minimalistBlack thead {
        background: #327cad;
        border-bottom: 3px solid #000000;
        font-size: 14px;
    }

        table.minimalistBlack thead th {
            font-size: 12px;
            font-weight: bold;
            color: #0d6f24;
            text-align: center;
        }


/*################################*/ 
table.SiegerblueTable {
    border: 1px solid #1C6EA4;
    background-color: #EEEEEE;
    color:black;
    width: 100%;
    text-align: center;
    border-collapse: collapse;
}

table.SiegerblueTable td, table.SiegerblueTable th {
    border: 1px solid #AAAAAA;
    padding: 3px 2px;
}

table.SiegerblueTable tbody td {
    font-size: 13px;
}

table.SiegerblueTable tr:nth-child(even) {
    background: #D0E4F5;
}

table.SiegerblueTable thead {
    background: #1C6EA4;
    background: -moz-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
    background: -webkit-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
    background: linear-gradient(to bottom, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
    border-bottom: 2px solid #444444;
}

table.SiegerblueTable thead th {
        font-size: 15px;
        font-weight: bold;
        color: #FFFFFF;
        text-align: center;
        border-left: 2px solid #D0E4F5;
    }

table.SiegerblueTable thead th:first-child {
            border-left: none;
        }

table.SiegerblueTable tfoot td {
    font-size: 14px;
}

table.SiegerblueTable tfoot .links {
    text-align: right;
}

table.SiegerblueTable tfoot .links a {
        display: inline-block;
        background: #1C6EA4;
        color: #f13311;
        padding: 2px 8px;
        border-radius: 5px;
    }

/*#####################*/
table.SchlagweitenTabelle {
    font-family: Arial;
    border: 1px solid #1C6EA4;
    background-color: #EEEEEE;
    width: 100%;
    text-align: left;
    border-collapse: collapse;
}

    table.SchlagweitenTabelle td, table.SchlagweitenTabelle th {
        border: 1px solid #AAAAAA;
        padding: 3px 2px;
    }

    table.SchlagweitenTabelle tbody td {
        font-size: 13px;
    }

    table.SchlagweitenTabelle tr:nth-child(even) {
        background: #D0E4F5;
    }

    table.SchlagweitenTabelle thead {
        background: #1C6EA4;
        background: -moz-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
        background: -webkit-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
        background: linear-gradient(to bottom, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
        border-bottom: 2px solid #444444;
    }

        table.SchlagweitenTabelle thead th {
            font-size: 15px;
            font-weight: bold;
            color: #FFFFFF;
            text-align: center;
            border-left: 2px solid #D0E4F5;
        }

            table.SchlagweitenTabelle thead th:first-child {
                border-left: none;
            }

    table.SchlagweitenTabelle tfoot {
        font-size: 14px;
        font-weight: bold;
        color: #FFFFFF;
        background: #D0E4F5;
        background: -moz-linear-gradient(top, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
        background: -webkit-linear-gradient(top, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
        background: linear-gradient(to bottom, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
        border-top: 2px solid #444444;
    }

        table.SchlagweitenTabelle tfoot td {
            font-size: 14px;
        }

        table.SchlagweitenTabelle tfoot .links {
            text-align: right;
        }

            table.SchlagweitenTabelle tfoot .links a {
                display: inline-block;
                background: #1C6EA4;
                color: #dc1111;
                padding: 2px 8px;
                border-radius: 5px;
            }



table.TeilnehmerEvent {
    border: 1px solid #1C6EA4;
    background-color: #EEEEEE;
    width: 100%;
    text-align: left;
    border-collapse: collapse;
}

    table.TeilnehmerEvent td, table.TeilnehmerEvent th {
        border: 1px solid #AAAAAA;
        padding: 3px 2px;
    }

    table.TeilnehmerEvent tbody td {
        font-size: 13px;
    }

    table.TeilnehmerEvent tr:nth-child(even) {
        background: #D0E4F5;
    }

    table.TeilnehmerEvent thead {
        background: #1C6EA4;
        background: -moz-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
        background: -webkit-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
        background: linear-gradient(to bottom, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
        border-bottom: 2px solid #444444;
    }

        table.TeilnehmerEvent thead th {
            font-size: 15px;
            font-weight: bold;
            color: #FFFFFF;
            border-left: 2px solid #D0E4F5;
        }

            table.TeilnehmerEvent thead th:first-child {
                border-left: none;
            }

    table.TeilnehmerEvent tfoot td {
        font-size: 14px;
    }

    table.TeilnehmerEvent tfoot .links {
        text-align: right;
    }

        table.TeilnehmerEvent tfoot .links a {
            display: inline-block;
            background: #1C6EA4;
            color: #e91a1a;
            padding: 2px 8px;
            border-radius: 5px;
        }




table.MatchPlayBox {
    border: 1px solid #1C6EA4;
    background-color: #EEEEEE;
    width: 100%;
    text-align: center;
    border-collapse: collapse;
}

    table.MatchPlayBox td, table.MatchPlayBox th {
        border: 1px solid #6DAA7E;
        padding: 1px 1px;
    }

    table.MatchPlayBox tbody td {
        font-size: 11px;
    }

    table.MatchPlayBox thead {
        background: #1C6EA4;
        background: -moz-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
        background: -webkit-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
        background: linear-gradient(to bottom, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
        border-bottom: 1px solid #444444;
    }

        table.MatchPlayBox thead th {
            font-size: 15px;
            font-weight: bold;
            color: #FFFFFF;
            text-align: center;
            border-left: 1px solid #D0E4F5;
        }

            table.MatchPlayBox thead th:first-child {
                border-left: none;
            }

    table.MatchPlayBox tfoot td {
        font-size: 14px;
    }

    table.MatchPlayBox tfoot .links {
        text-align: right;
    }

        table.MatchPlayBox tfoot .links a {
            display: inline-block;
            background: #1C6EA4;
            color: #f52121;
            padding: 2px 8px;
            border-radius: 5px;
        }


table.SpielerListe {
    font-family: "Times New Roman", Times, serif;
    border: 1px solid #FFFFFF;
    width: 350px;
    height: 200px;
    text-align: center;
    border-collapse: collapse;
}

    table.SpielerListe td, table.SpielerListe th {
        border: 1px solid #FFFFFF;
        padding: 3px 2px;
    }

    table.SpielerListe tbody td {
        font-size: 13px;
    }

    table.SpielerListe tr:nth-child(even) {
        background: #D0E4F5;
    }

    table.SpielerListe thead {
        background: #0B6FA4;
        border-bottom: 5px solid #FFFFFF;
    }

        table.SpielerListe thead th {
            font-size: 17px;
            font-weight: bold;
            color: #FFFFFF;
            text-align: center;
            border-left: 2px solid #FFFFFF;
        }

            table.SpielerListe thead th:first-child {
                border-left: none;
            }

    table.SpielerListe tfoot td {
        font-size: 14px;
    }
