.activeSlide {
    z-index: 100;
}

#rotator .text a:hover, #rotator .text a.activeSlide {
        background: url('../images/ro_text_active.png') no-repeat;
}

#rotator .text a:hover, #rotator .text {
        z-index: 100;
}

#accordion h3 {
    cursor: pointer;
    background: url('../images/pijl_rechts.png') no-repeat;
    background-position: 0px 12px;
    padding-left: 18px;
    width: 200px;
}
#accordion h3.selected {
    cursor: pointer;
    background: url('../images/pijl_beneden.png') no-repeat;
    background-position: 0px 12px;
    padding-left: 18px;
    width: 200px;
}

#gmap {
    width: 460px;
    height: 282px;
    padding: 0;
    margin: 0;
}

#Form_CallbackForm .field {
    padding-top: 10px;
}


#Form_CallbackForm .text{
    width: 300px;
}

#Form_CallbackForm textarea {
    width: 300px;
}

#Form_CallbackForm .Actions {
    padding-top: 10px;
}

#Form_CallbackForm .message {
    color: red;
}

#Form_CallbackForm .action {
    background-color: #4D89C5;
    color: #fff;
    font-weight: bold;
    border: none;
}


/* referenties houden andere subnav */
#refer a.subnav {
        display: block;
        width: 280px;
        padding: 10px;
        background: #f2f2f2;
        border-bottom: 1px dotted #333;
}

#refer a.subnav:hover,#refer a.subnav.current  {
        background: #4d89c5;
        color: #fff;
}


h2 {
    padding-left: 0;
    margin-left: 0;
}


#content .threequarter li, #content .half li {
    padding-left: 24px;
    background: url('../images/pijl_rechts.png') no-repeat 3px 0px;
}


#content .threequarter ul, #content .half ul {
    padding-bottom: 20px;
}

ul#portfolio_ronav li {
    list-style: none !important;
    list-style-image: none;
    background-image: none !important;
    padding-left: 8px !important;
}

ul#usp_homepage li {
    list-style: none !important;
    list-style-image: none;
    background-image: none !important;
    padding-left: 20px !important;
    background: url('../images/tick.png') no-repeat 0px 3px !important;
    
}

.introblok {
    font-familiy: georgia,serif;
    font-size: 14px;
    line-height: 20px;
}

/* even dingen overriden om overal een grijze streep van te maken */

.dotted {
	clear: both;
	border-top: 1px solid #dddddd;
	margin: 5px 0;
}

.margin {
	margin: 15px 10px;
}


