.divConfirm {
    text-align: center;
    margin-top: 50px;
}


.prcProgress {
    height: 16px;
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center;
}

.Wheader {
}


.WsideBar, .Wheader, .Wstep {
    text-align: center;
}

    .Wstep table {
        text-align: left;
    }

.Wnavigation table {
    margin-left: auto;
    margin-right: auto;
}



/*.sideBarButton {
    display: inline-block;
    width: 100px;
    padding-top: 50px;
    background-image: url(images/greenarrow2.png);
    background-repeat: no-repeat;
    cursor: default;
}*/

.sideBarButton {
    font-weight: normal;
    font-style:normal;
    display: inline-block;
    width: 100px;
    padding-top: 50px;
    /*background-image: url(images/greenarrow2.png);
    background-repeat: no-repeat;*/
    cursor: default;
}

/*.sideBarButtonSelected {
    display: inline-block;
    width: 100px;
    padding-top: 50px;
    background-image: url(images/bluearrow2.png);
    background-repeat: no-repeat;
    cursor: default;
}*/

.sideBarButtonSelected {
    font-weight: bold;
    font-style: italic;
    display: inline-block;
    width: 100px;
    padding-top: 50px;
    /* background-image: url(images/bluearrow2.png); */
    /* background-repeat: no-repeat; */
    cursor: default;
}


.WheaderTemplate {
    padding: 5px;
}

.Wtable1 {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

.tableKontaktOpl {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}




    .Wtable1 input, .Wtable1 select, .tableKontaktOpl input, .tableKontaktOpl select {
        margin-bottom: 0px !important;
        width: 250px;
        max-width: 250px;
        background-color: white !important;
    }

/*.tdHeader {
    color: White;
    background-color: #336699;
    font-weight: bold;
    text-align: center;
}*/

.tdHeader {
    color: black;
    background-color: beige;
    font-weight: bold;
    text-align: center;
}

.LeftAlign {
    text-align: left;
    padding-left: 1em;
    padding-right: 1em;
}

.tdBookingCheckBox {
    vertical-align: top;
    text-align: center;
}

.tdOrderConfirmCourse {
    vertical-align: top;
}

.pHeader {
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
}

.prcCalendar {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    max-width: 100%;
}





.divBusiness {
    margin-left: auto;
    margin-right: auto;
    max-height: 180px;
    max-width: 400px;
    border: solid;
    border-width: 1px;
    margin-bottom: 10px;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: white;
    text-align: left;
    border-color: #bfbfbf;
}

.divFinishInfo {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    max-width: 400px;
}

.labelFinishInfo {
    display: inline-block;
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 10px;
}

.prcRed {
    color: red;
    font-size: 2em;
    height: 5px;
}

.prcButton {
    -moz-box-shadow: inset 0px 1px 0px 0px #9acc85;
    -webkit-box-shadow: inset 0px 1px 0px 0px #9acc85;
    box-shadow: inset 0px 1px 0px 0px #9acc85;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #74ad5a), color-stop(1, #68a54b));
    background: -moz-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
    background: -webkit-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
    background: -o-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
    background: -ms-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
    background: linear-gradient(to bottom, #74ad5a 5%, #68a54b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#74ad5a', endColorstr='#68a54b',GradientType=0);
    background-color: #74ad5a;
    border: 1px solid #3b6e22;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Verdana;
    font-size: 16px;
    font-weight: bold;
    padding: 16px 12px;
    text-decoration: none;
}

    .prcButton:hover {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #68a54b), color-stop(1, #74ad5a));
        background: -moz-linear-gradient(top, #68a54b 5%, #74ad5a 100%);
        background: -webkit-linear-gradient(top, #68a54b 5%, #74ad5a 100%);
        background: -o-linear-gradient(top, #68a54b 5%, #74ad5a 100%);
        background: -ms-linear-gradient(top, #68a54b 5%, #74ad5a 100%);
        background: linear-gradient(to bottom, #68a54b 5%, #74ad5a 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#68a54b', endColorstr='#74ad5a',GradientType=0);
        background-color: #68a54b;
    }

    .prcButton:active {
        position: relative;
        top: 1px;
    }


/* #siteHeadouter,*/
@media print {
    #ControlBar, #siteHeadouter, #search, #footer, #divRemoveOnlineConfirm {
        display: none !important;
    }
}
