﻿.grid_row
{
    font-family: arial;
    font-size: 12px;
    color: white;
    height: 31px;
    background-color: #003f88;
    
}

.grid_row td 
{
    border-bottom: solid 2px #6c6c6c;
    border-left:solid 2px #003f88;
    border-right:solid 2px #003f88;
    padding: 5px 5px 5px 5px;
}

.grid_header
{
    font-family: arial;
    font-size: 16pt;
    color: white;
    background-color: black;
    height: 50px;
    border-bottom: solid 2px #6c6c6c;
    text-align: center;
    vertical-align: middle;
}

.grid_footer
{
    font-family: arial;
    font-size: 16pt;
    color: white;
    background-color: #003f88;
    height: 31px;
    border: solid 2px #003f88;
    text-align: center;
    vertical-align: middle;
}

.grid_header td,th
{
    border-bottom: solid 2px #6c6c6c;
    border-left:solid 2px #003f88;
    border-right:solid 2px #003f88;
    text-align: center;
    vertical-align: middle;
    padding: 5px 5px 5px 5px;
}


.grid_header td, th a {
    text-align: center;
    /*padding: 5px 5px 5px 5px;*/
    color: white;
    text-decoration: none;
}

    /*.grid_header td, th a:hover {
        background-color:#f5d200;
    }*/

.text_box_tabelle 
{
    height: 20px;
    text-align: right;
    border: 1px solid #003f88;
}

.hiddencol 
{
        display: none;
}

.button_staffelpreise 
{
     background-color: #003f88;
    color: white;
    font-size: 12pt;
    height: 26px;
    border: 1px solid #cdcdcd;
}
