﻿body, td, input, select {
    margin: 0px;
    padding: 0px;
    font-family: Arial,Helvetica,Sans-Serif;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    color: Black;
}

a:link, a:hover, a:visited, a:active {
    color: #64a9d0;
}

.tabLeft {
    background-color: #cccbc7;
    height: 19px;
    float: left;
    display: block;
    width: 8px;
    margin-left: 7px;
    border: 0px solid #cccbc7;
    border-top-left-radius: 15px;
}

.tabText {
    background-color: #64a9d0;
    color: #f2f2f1;
    display: block;
    float: left;
    height: 100%;
    padding: 3px 0px 2px 0;
    width: 128px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-align: center;
}

.tabRight {
    background-color: #cccbc7;
    height: 19px;
    float: left;
    display: block;
    width: 8px;
    border: 0px solid #cccbc7;
    border-top-right-radius: 15px;
}

.tabLeftBlue {
    background-image: url(../Images/webcenter_blaue-Ecke-links.jpg);
    background-repeat: no-repeat;
    background-position: right top;
    background-color: #64a9d0;
    height: 21px;
    float: left;
    display: block;
    width: 8px;
}

.tabTextBlue {
    background-color: #64a9d0;
    color: #ffffff;
    display: block;
    /*height: 0px;*/
    padding: 7px;
    text-align: left;
    line-height: 1.3;
    font-size: 100%;
    font-family: Verdana,Arial,sans-serif;
    margin-top: 2px;
    border: 1px solid #64a9d0;
    /*width: 313px;*/
}

.tabRightBlue {
    background-image: url('../Images/webcenter_blaue-Ecke-rechts.jpg');
    background-repeat: no-repeat;
    background-position: left top;
    background-color: #64a9d0;
    height: 20px;
    float: right;
    display: block;
    width: 8px;
}

.tabContentBlue {
    border: 1px solid #64a9d0;
    background-image: url(../Images/webcenter_verlauf1.jpg);
    background-position: left bottom;
    background-repeat: repeat-x;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-bottom-left-radius: 4px;
    -moz-border-bottom-right-radius: 4px;
}

    .tabContentBlue * td {
        padding: 4px 8px 4px 3px;
    }

        .tabContentBlue * td.leftpadding {
            padding-left: 8px;
        }

        .tabContentBlue * td > input, .tabContentBlue * td > span > input {
            vertical-align: bottom;
        }

        .tabContentBlue * td > span > label, .tabContentBlue * td > label {
            margin-right: 30px;
            margin-left: 3px;
        }

.tabLeftWhite {
    background-image: url(../Images/webcenter_rahmen-links_8x22.jpg);
    background-repeat: no-repeat;
    background-position: right top;
    background-color: #ffffff;
    height: 22px;
    float: left;
    display: block;
    width: 8px;
}

.tabTextWhite {
    background-color: #ffffff;
    color: #000000;
    display: block;
    height: 17px;
    padding: 3px 0px 0px 4px;
    text-align: left;
    border-bottom: 1px solid #64a9d0;
    border-top: 1px solid #64a9d0;
}

.tabRightWhite {
    background-image: url(../Images/webcenter_rahmen-rechts_8x22.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    background-color: #ffffff;
    height: 22px;
    float: right;
    display: block;
    width: 8px;
}

#divSubMenu * a.selected {
    background-color: #969a93;
    color: #ffffff;
}

div#divMainMenu div ul li a.selected span {
    background-color: #969a93;
    color: #ffffff;
}

    div#divMainMenu div ul li a.selected span.tabLeft {
        /* background-image: url(../Images/webcenter_dunkelgraue-Ecke-links.jpg); */
        height: 19px;
        float: left;
        display: block;
        width: 8px;
        margin-left: 7px;
        border: 0px solid #cccbc7;
        border-top-left-radius: 15px;
    }

    div#divMainMenu div ul li a.selected span.tabRight {
        background-image: url(../Images/webcenter_dunkelgraue-Ecke-rechts.jpg);
    }

#divSubMenu div ul li a {
    border-left: 1px solid #4C4C4C;
    color: #4C4C4C;
    display: block;
    padding: 2px 6px;
    text-decoration: none;
}


.btn {
    background-image: url(../Images/Button_Verlauf_18x1.jpg);
    background-position: left top;
    background-repeat: repeat-x;
    border: 1px solid #64a9d0;
    min-width: 60px;
}
    /*.btn[disabled="disabled"] {background-image: url(../Images/15x1_Button-Verlauf_inaktiv.jpg); } */

    .btn[disabled="disabled"] {
        background-color: #FFFFFF;
        color: #FFFFFF;
    }

.sbs-success {
    color: green;
    font-size: large;
    font-weight: bold;
}

.sbs-error {
    color: red;
    font-size: large;
    font-weight: bold;
}





#accEinst div.ui-state-active {
    display: none;
}



.clearFix {
    /* To Fix FloatingProblems */
    clear: both;
    margin-top: 8px;
}

.warning, .success, .error {
    color: #555555;
    padding-top: 1.5px;
    border-radius: 5px;
    margin-bottom: 20px;
    line-height: 1px;
    box-shadow: #555555 2px 2px;
}

    .warning a, .success a, .error a {
        color: #525252;
        text-shadow: none;
    }

.warning {
    height: 50px;
    background: linear-gradient(to bottom, #ffdf82, #eec448);
}

.success {
    height: 40px;
    background: linear-gradient(to bottom, #adf189, #8ade52);
}

.error {
    color: white;
    height: 40px;
    background: linear-gradient(to bottom, #d3736a, #c54439);
}

    .warning img, .success img, .error img {
        position: relative;
        padding-top: 2.5px;
        float: left;
        margin-right: 10px;
        margin-left: 10px;
    }

.warning img {
    width: 48px;
    height: 45px;
}

.success img, .error img {
    width: 37px;
    height: 35px;
}

.selectionComboBox {
    width: 230px;
}

.bigContainer {
    width: 800px;
    margin-top: 10px;
}

.notshow {
    display: none;
}

.gridViewItemStyle {
    /*padding-left: 5px;
    padding-right: 5px;*/
    padding: 5px;
}

.validationDiv {
    padding: 0px 0px 5px 0px;
    margin: 8px 0px 0px 0px;
}


.skin0 {
    position: absolute;
    width: 140px;
    border: 2px solid black;
    background-color: menu;
    font-family: Verdana;
    line-height: 20px;
    cursor: default;
    font-size: 14px;
    z-index: 100;
}

.notvisibil {
    visibility: hidden;
}

.menuitems {
    padding-left: 10px;
    padding-right: 10px;
    font-family: Verdana;
    font-size: 15px;
}

.krankmeldungartzbesuch {
    margin-left: 20px;
    width: 170px;
}

.movepayments {
    margin-right: 50px;
}

.documentssearchbtn {
    height: 30px;
    width: 200px;
}
