#Wizard {
    background: #EEF0EF;
    position: relative;
    min-height: 800px;
    font-size: 1.4em;
    line-height: 1.6em;
    overflow: hidden;
}

    #Wizard .padding {
        margin: 10px;
    }

    #Wizard .relative {
        position: relative;
    }

    #Wizard #Header {
        background: #192E59;
        width: 100%;
        height: 75px;
    }

        #Wizard #Header h1 {
            color: #fff;
            line-height: 2.7em;
            font-weight: normal;
            font-size: 1.8em;
            text-indent: 30px;
        }

        #Wizard #Header #HeaderIcon {
            top: 0;
            right: 10px;
            position: absolute;
            background: url(../../images/icon-wizard.png) no-repeat;
            background-size: 100%;
            width: 75px;
            height: 75px;
        }

    #Wizard #Help {
        color: #fff;
        background: #5577B7;
        height: 45px;
        width: 856px;
        margin: 15px 0px 10px 20px;
        line-height: 2.8em;
    }

        #Wizard #Help #Driehoek {
            margin-top: -10px;
            margin-left: 20px;
        }

    #Wizard #DriehoekStappen {
        margin-left: 230px;
        margin-top: 20px;
    }

    #Wizard #Help a {
        color: #fff;
    }

    #Wizard #Stappen {
        background: #D9D9D9;
        position: absolute;
        left: 0;
        width: 230px;
        height: 100%;
        margin: 15px 20px 20px 20px;
    }



    #Wizard #Keuzes {
        position: absolute;
        right: 0;
        width: 600px;
        height: 100%;
        margin: 15px 20px 20px 20px;
        background: #fff;
    }




    #Wizard .RadTabStripVertical {
        margin-top: -46px;
    }


        #Wizard .RadTabStripVertical,
        #Wizard .RadTabStripVertical .rtsUL,
        #Wizard .rtsLevel,
        #Wizard .RadTabStripVertical .rtsLI {
            width: 100%;
        }

            #Wizard .RadTabStripVertical * {
                text-align: left !important;
            }

            #Wizard .RadTabStripVertical .rtsTxt {
                font-weight: normal;
                padding: 0 !important;
            }

.rtsLink {
    height: 90px;
}

#Wizard .RadTabStripVertical .rtsLI {
    background: #fff;
    margin: 0 0 8px 0;
    /*height:90px;*/
    width: 210px;
    position: relative;
}

#Wizard .RadTabStripVertical .StapTitel,
#Wizard .RadTabStripVertical .StapVraag,
#Wizard .RadTabStripVertical .StapAntwoord {
    white-space: normal !important; /* telerik */
}


#Wizard .RadTabStripVertical .StapTitel {
    font-family: "Arial Narrow", sans-serif;
    color: #5278B9;
    padding-top: 6px;
    font-size: 1.1em;
    display: block;
}

#Wizard .RadTabStripVertical .StapVraag {
    position: absolute;
    top: 56px;
    font-size: 0.7em;
    line-height: 1.2em;
    display: block;
    width: 180px;
}

.rtsDisabled {
    opacity: 0.3;
}

#Wizard .rtsDisabled {
    background: #ddd;
}

.rtsSelected {
}

#Wizard .RadTabStripVertical .StapAntwoord {
    position: absolute;
    top: 30px;
    height: 14px;
    background: #5278B9;
    color: #fff;
    font-size: 0.8em;
    line-height: 1.2em;
    padding: 2px;
    font-weight: bold;
}


#Wizard .RadTabStripVertical .StapNummer {
    position: absolute;
    top: 6px;
    right: 10px;
    display: block;
    border-radius: 16px;
    background: #F4AC1A;
    color: #ffffff;
    text-align: center !important;
    width: 32px;
    height: 32px;
    font-weight: bold;
    line-height: 2.2em;
}


#Wizard #Keuzes {
}





/*uitklapper uitleg */
#Wizard .RadPanelBar {
    width: 100%;
    margin: 0 0 16px 0;
}

    #Wizard .RadPanelBar .rpHeaderTemplate {
        padding: 32px 16px 0 8px;
    }

        #Wizard .RadPanelBar .rpHeaderTemplate h2 {
            font-family: "Arial Narrow", sans-serif;
            display: inline-block;
            font-weight: normal;
            font-size: 1.8em;
        }
/*#Wizard .RadPanelBar .rpHeaderTemplate*/ .InfoIcon {
    display: inline-block;
    border-radius: 10px;
    background: #F4AC1A;
    color: #ffffff;
    text-align: center !important;
    width: 19px;
    height: 19px;
    font-weight: bold;
    margin-right: 0.5em;
    cursor: pointer;
    font-size: 12px;
    vertical-align: middle;
    margin-top: -1px;
}

#Wizard .RadPanelBar * {
    border: none !important;
}

#Wizard .RadPanelBar .rpTemplate {
    margin-bottom: 16px;
}

    #Wizard .RadPanelBar .rpTemplate .content {
        background: #5577B7 !important;
        color: #fff;
        padding: 16px;
        width: 100%;
    }

#Wizard .rpExpandable {
    width: 100%;
    background: none !important;
}






<!-- toegevoegd -->
.RadButton_Texim.rbSkinnedButton, .RadButton_Texim .rbDecorated {
    border-radius: 5px;
    /*background-color: #192E59 !important;*/
    text-align: center;
}

.blue {
    background-color: #192E59 !important;
    border-radius: 5px !important;
    border: 0 !important;
    margin-right: 0;
}

    .blue .rbDecorated {
        background-color: #192E59 !important;
        color: #fff !important;
        text-align: center;
        height: 22px;
    }

.errormessage {
    color: red;
    font-weight: 700;
}
