/*
    Document   : style
    Created on : 29-sep-2009, 17:00:05
    Author     : BLiS
    Description: BLiS.biz general stylesheet - plemp hier je zooi

*/

/* Begin Standaard properties */

BODY {
    font-family: arial, helvetica, verdana, sans-serif;
    font-size: 12px;
    line-height: 18px;
    background-color: #42a8ad;
    background-image: url('../images/interface/background2.png');
    background-repeat: repeat-x;
    background-position: 50% 0%;
}
IMG {
    border: none;
}

P {
    padding: 0px;
    margin: 0px;
}

/* Links en linkende div-jes */
A {
    cursor: pointer;
    color: #000000;
    text-decoration: none;
}
A:hover {
    text-decoration: underline;
    
}


H1, H2, H3, H4, H5, H6
{
    font-weight: normal;
    line-height: normal;
    color: #1c8993;
    margin-top: 11px;
    margin-bottom: 11px;
    font-size: 14px;
}


INPUT, TEXTAREA, SELECT
{
    vertical-align: text-bottom;
    border: 1px solid #d4c1a7;
    font-family: arial, helvetica, verdana, sans-serif;
    font-size: 12px;
    line-height: 18px;
    padding: 1px;
}


TABLE
{
    border-collapse: collapse;
}
TH, TD
{
    padding: 4px 12px 4px 0px;
}


/* Einde Standaard properties */

/* Begin Hoofdelementen */
#mainBlock {
    margin: 0 auto;
    width: 1000px;
    height: auto;
}

    #mainBlockOuterTop {
        float:left;
        clear:none;
        width: 1000px;
        height: 15px;
        background-image: url('../images/interface/backMainBlockTop.png');
        background-position: -4px 0px;
    }

    #mainBlockOuterBottom {
        float:left;
        clear:none;
        width: 1000px;
        height: 15px;
        background-image: url('../images/interface/backMainBlockBottom.png');
        background-position: -15px 0px;
    }

    #mainBlockInner {
        float:left;
        clear:none;
        width: 1000px;
        height: auto;
        background-image: url('../images/interface/backMainBlock2.png');
        background-repeat: repeat-y;
        background-position: -10px 0px;
    }

    #mainBlockTop {
        float: left;
        clear: none;
        width: 1000px;
    }

    #contentWrapper {
        float: left;
        clear: none;
        width: 1000px;
        margin-top: 10px;
        margin-bottom: 10px;
        background-image: url('../images/interface/rechterBalkStreep.png');
        background-repeat: repeat-y;
        background-position: 747px 0px;
    }

        #contentWrapper2 {
            float: left;
            clear: none;
            width: 1000px;
            background-image: url('../images/interface/rechterBalk.png');
            background-repeat: no-repeat;
            background-position: 747px 0px;
            /*background-position: 747px bottom;*/
        }

            #contentwrapperLeft {
                float: left;
                clear: none;
                width: 747px;
                height: auto;
            }

            #contentwrapperLeftInner {
                float: left;
                clear: none;
                width: 714px;
                height: auto;
                padding-left: 19px;
                padding-right: 14px;
                background-repeat: no-repeat;
                background-position: 5px 130px;
            }

            #contentwrapperRight {
                float: left;
                clear: none;
                width: 216px;
                height: auto;
                padding: 10px;
		border-top: 3px solid rgb(255, 156, 1);
            }

    #footer {
        float:left;
        clear:none;
        width: 1000px;
        height: 30px;
    }

/* Einde Hoofdelementen */

/* Begin Mainmenu */ 
        #topLogo {
            float: left;
            clear: none;
            width: 149px;
            height: 77px;
            background-image: url('../images/interface/logo.jpg');
            background-repeat: no-repeat;
            background-position: 19px 0px;
            cursor: pointer;
        }

        .projectProfielBox {
            float: left;
            clear: none;
            width: 168px;
            margin-top: 16px;
            padding-left: 40px;
            border-right: 1px solid #edad49;
        }

            .projectProfielTitel {
                float: left;
                clear: none;
                display: list-item;
                font-weight: bold;
                width: 168px;
            }

                .headLink {
                    color: Black;
                }

                .headLink:hover {
                    /*text-decoration: underline;*/
                }

            .projectProfielOndertitelprofiel, .projectProfielOndertitelproject {
                float: left;
                clear: none;
                font-size: 9px;
                line-height: 12px;
                width: 168px;
                font-style: italic;
            }
                #projectProfielOndertitelproject, .projectProfielTitel.project {
                    color: #59c3f0;
                }

                #projectProfielOndertitelprofiel, .projectProfielTitel.profiel {
                    color: #4ec951;
                }
                
        #overigMenuBox {
            float: left;
            clear: none;
            height: 77px;
            width: 140px;
            padding-left: 40px;
            padding-top: 12px;
        }

            .overigMenuBoxLink {
                display: list-item;
                width: 168px;
                font-size: 12px;
                line-height: 17px;
                color: #edad49;
            }

        #zoekBox {
            float: left;
            clear: none;
            width: 233px;
            height: 76px;
            background-color: #fdf6ed;
            border-left: 3px solid #edad49;
            border-bottom: 1px solid #efdfca;
        }
        
            #zoekWoord {
                float: left;
                clear: none;
                font-weight: bold;
                color: #ff9c01;
                width: 70px;
                padding-top: 11px;
                padding-left: 10px;
                height: 19px;
            }

            #zoekVeld {
                float: left;
                clear: none;
                width: 123px;
                padding-top: 10px;
                height: 20px;
            }

                #zoekVeld input {
                    border: 1px solid #e6cca9;
                    border-left: 0px solid #e6cca9;
                    width: 110px;
                    height: 17px;
                    padding: 1px;
                    padding-left: 25px;
                    background-image: url('../images/interface/zoekGlas.png');
                    background-position: 0px -1px;
                    background-repeat: no-repeat;
                }

            #zoekPlaatje {
                float: left;
                clear: none;
                width: 80px;
                height: 30px;
                background-image: url('../images/interface/zoekPijl.png');
                background-position: 60px 10px;
                background-repeat: no-repeat;
            }

            #zoekKnop {
                float: left;
                clear: none;
                width: 110px;
                height: 30px;
                padding-top: 9px;
                font-weight: bold;
            }
/* Einde Mainmenu */

/* Begin mogelijk gemaakt door */
#mogelijk {
    float: left;
    padding-top: 10px;
    margin-top: 10px;
    width: 713px;
    margin-left: 20px;
    border-top: 3px solid #EDAD49
}

/* Einde mogelijk gemaakt door */

/* Begin footer */
    #footerCopyright {
        float: left;
        clear: none;
        padding-left: 19px;
        width: 660px;
        height: 30px;
        color: Black;
    }

    #footerLinks {
        float: left;
        clear: none;
        padding-left: 19px;
        width: 300px;
        height: 30px;
        color: Black;
    }

        #footerLinks a {
            background-image: url('../images/interface/footerPijl.png');
            background-repeat: no-repeat;
            background-position: 0px 3px;
            padding-left: 16px;
            padding-right: 20px;
        }

/* Einde footer */

/* Begin homepage */
#homeArtikelWrapper {
    background-image: url('../images/interface/backBlocks.png');
    background-position: -2px 0px;
    border-top: 3px solid #edad49;
    clear: none;
    float: left;
    margin-left: 19px;
    margin-right: 14px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-top: 10px;
    width: 714px;
}

    #homeArtikelLeft {
        float: left;
        clear: none;
        width: 444px;
        padding: 15px;
    }

    #path
    {
        padding: 0px 0px 10px 0px;
        color: #edad49;
    }
    #path SPAN
    {
       color: #1f95a0;
       font-size: 16px;
       border-left: 3px solid #edad49;
       padding: 0px 0px 0px 10px;
       margin: 0px 0px 0px 10px;
    }
    #path A {
        font-size: 12px;
    }

        #homeArtikelLeftTekst {
            float: left;
            clear: none;
            line-height: 20px;
            padding-bottom: 10px;
        }

        .homeArtikelLeftLink {
            float: left;
            clear: none;
            background-image: url('../images/interface/zoekPijl.png');
            background-repeat: no-repeat;
            background-position: 0px 1px;
        }

            .homeArtikelLeftLink a {
                padding-left: 20px;
                padding-right: 20px;
            }
        
    #homeArtikelRight {
        float: left;
        clear: none;
        width: 230px;
        padding-left: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    
        .homeArtikelRightLinks {
            float: left;
            clear: none;
            width: 150px;
            height: 50px;
            vertical-align: middle;
            text-align: center;
            color: #ed9100;
            font-weight: bold;
            font-size: 10px;
        }
        .homeArtikelRightRechts {
            float: left;
            clear: none;
            width: 70px;
            height: 50px;
            vertical-align: middle;
            text-align: center;
        }
    
    #quotes {
        position: relative;
        width: 714px;
        height: 131px;
    }
        
    #quoteLeverancierLeft {
        float: left;
        clear: none;
        width: 210px;
        height: 117px;
        margin-top: 33px;
        background-repeat: repeat;
        background-image: url('../images/interface/opdracht.blauw.gif');
    }

    #quoteLeverancierRight {
        float: left;
        clear: none;
        width: 137px;
        height: 117px;
        margin-top: 33px;
        background-repeat: no-repeat;
    }
    #quoteOpdrachtgeverRight {
        float: left;
        clear: none;
        width: 137px;
        height: 117px;
        margin-top: 33px;
        background-repeat: no-repeat;
    }
        .quoteTekst {
            float: left;
            clear: none;
            width: 150px;
            color: White;
            padding: 10px;
            height: 25px;
            font-size: 16px;
            font-weight: bold;
            line-height: 20px;
        }

        .quoteDash {
            float: left;
            clear: none;
            width: 40px;
            margin-top: 5px;
            height: 5px;
            margin-left: 10px;
        }

        .quoteLinks {
            float: left;
            clear: none;
            width: 160px;
            height: 20px;
            padding-left: 3px;
        }
            .quoteLinks a {
                float: left;
                clear: none;
                background-image: url(../images/interface/pijlWit.png);
                background-repeat: no-repeat;
                background-position: 0px 1px;
                padding-left: 16px;
                padding-right: 6px;
                width: 190px;
                font-size: 11px;
                font-weight: bold;
            }

    #quoteOpdrachtgeverLeft {
        float: left;
        clear: none;
        width: 210px;
        height: 117px;
        margin-left: 17px;
        margin-top: 33px;
        background-repeat: repeat;
        background-image: url('../images/interface/profiel.groen.gif');
    }

        #quoteClipLeft {
            position: relative;
            background-repeat: no-repeat;
            background-image: url('../images/interface/paperclip_opdrachten.png');
            width: 48px;
            height: 102px;
            margin-top: -25px;
            margin-left: 90px;
        }

        #quoteClipRight {
            position: relative;
            background-repeat: no-repeat;
            background-image: url('../images/interface/paperclip_profielen.png');
            width: 67px;
            height: 95px;
            margin-top: -28px;
            margin-left: 80px;
        }


    .HomeTitleLeft {
        float: left;
        padding-top: 2px;
        padding-left: 15px;
        font-size: 16px;
        line-height: 28px;
        color: #FFFFFF;
        font-weight: bold;
        width: 330px;
    }
    .HomeTitleRight {
        float: left;
        margin-left: 27px;
        padding-top: 2px;
        padding-left: 15px;
        font-size: 16px;
        line-height: 28px;
        color: #FFFFFF;
        font-weight: bold;
    }
    
    .HomeContentLeft {
        float: left;
        width: 343px;
        border: 2px solid #3BA5E9;
        margin-top: 2px;
    }
    .HomeContentRight {
        float: left;
        margin-left: 17px;
        width: 343px;
        margin-top: 2px;
        border: 2px solid #57CD59;
    }
    .HomeSubTitleLeft {
        background-image: url('../images/interface/homesubtitle.jpg');
        background-repeat: repeat-x;
        float: left;
        padding: 15px 15px 0px 15px;
        font-size: 14px;
        line-height: 18px;
        color: #1f95a0;
        width: 311px;
        height: 60px;
    }
    .HomeSubTitleRight {
        background-image: url('../images/interface/homesubtitle.jpg');
        background-repeat: repeat-x;
        float: left;
        padding: 15px 15px 0px 15px;
        font-size: 14px;
        line-height: 18px;
        color: #1f95a0;
        width: 311px;
        height: 60px;
    }
    .ContentBox {
        float: left;
        width: 343px;
    }
    .ContentBox .ContentLeft {
        width: 328px;
        height: 60px;
        float: left;
        font-size: 13px;
        font-weight: bold;
        line-height: 16px;
        padding-top: 10px;
        padding-left: 15px;
        background-color: #d7f0fb;
        background-image: url('../images/interface/opdracht.pijl.gif');
        background-repeat: no-repeat;
        background-position: 0px bottom;
    }
    
    .HomeContentRight .ContentBox .ContentLeft {
        background-color: #d7f4d8;
        background-image: url('../images/interface/profiel.pijl.gif');
    }
    
    
    .ContentBox .ContentLeft SPAN {
        width: 328px;
        height: 20px;
        float: left;
        font-size: 11px;
        color: #20608c;
        font-style: italic;
    }
    .ContentBox .ContentRight {
        width: 327px;
        padding-right: 14px;
        float: right;
        padding-top: 10px;
        padding-bottom: 10px;

    }
    .ContentBox .ContentRight2 {
        width: 327px;
        padding-right: 14px;
        float: right;
        padding-top: 10px;
        padding-bottom: 10px;
    }
        .ContentBox .ContentRight3 {
        width: 250px;
        float: right;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .HomeContentRight .ContentBox .ContentLeft SPAN {
        color: #439845;        
    }
    .ContentBox .ContentRight H2, .ContentBox .ContentRight H2 A {
        color: Black;
        font-size: 15px;
        font-weight: bold;
        line-height: 18px;
        margin: 0px 0px 4px 0px;
    }
    .ContentBox .ContentRightContent {
        float:left;
        padding-bottom: 10px;
        margin-bottom: 10px;
        padding-left: 14px;
        width: 327px;
    }
    .ContentBox .ContentRightContent .links {
        float:left;
        width: 257px;
        font-weight: bold;
    }
    .ContentBox .ContentRightContent .rechts {
        float:left;
        width: 70px;
        font-weight: bold;
    }
    .ContentBoxBottom {
        float: left;
        width: 343px;
        height: 45px;
        margin-top: 10px;
        border-top: 1px dashed #D7F0FB;
    }

    .ContentBoxBottom .ContentLeft {
        background-color: White;
        background-image: none;
        float: left;
        width: 70px;
        height: 30px;
    }

    .ContentBoxBottom .ContentRight {
        background-color: White;
        background-image: none;
        float: left;
        padding-top: 10px;
        width: 230px;
        height: 30px;
    }

    .HomeContentRight .ContentBoxBottom .ContentLeft {
        background-color: White;
        background-image: none;
        height: 30px;
    }
    
    .contentLeftDetail, .contentRightDetail {
        background-image: url('../images/interface/detail_pijl_opdrachten.png');
        background-repeat: no-repeat;
        background-position: 0px -1px;
        padding-left: 20px;
    }

    .contentRightDetail {
        background-image: url('../images/interface/detail_pijl_profielen.png');
        background-position: 0px 0px;
    }

    .RSS {
        font-size: 11px;
        background-image: url('../images/interface/rss.jpg');
        background-repeat: no-repeat;
        padding-left: 20px;
    }
/* Einde homepage */


/* Begin projectoverzicht */
#projectenFilters {
    clear: both;
    float: left;
    width: 714px;
    margin: 0px 14px 10px 19px;
    padding-bottom: 10px;
}
#projectenFilters H2 {
    font-size: 14px;
    line-height: 18px;
    color: #1f95a0;
    font-weight: normal;
}
    #FilterRubrieken {
        width: 240px;
        padding: 0px 14px 10px 14px;
        height: 200px;
        border: 1px solid #e9d4b8;
        background-color: #fdf8f1;
        float: left;
    }
    #projectenFilters .filterrow {
        margin-bottom: 5px;
        font-weight: bold;
        float: left;
	
    }

    #projectenFilters .filterrowExtra {
        margin-bottom: 5px;
        font-weight: bold;
        float: left;
        width: 107px;
    }

    #projectenFilters .filterrowExtra SELECT {
        width: 110px;
    }

#FilterAfstand {
    width: 240px;
    height: 200px;
    padding: 0px 14px 10px 14px;
    margin-right: 12px;
    margin-bottom: 15px;
    border: 1px solid #e9d4b8;
    border-left: 0px solid #e9d4b8;
    background-color: #FFFEFC;
    float: left;
}
.afstand_float {
    float: left;
    margin-right: 20px;
}
#FilterOrdering {
    width: 130px;
    padding: 0px 14px 10px 14px;
    height: 200px;
    border: 1px solid #e9d4b8;
    background-color: #fdf8f1;
    float: right;
}
#FilterOrdering .orderblok {
    float: left;
    width: 120px;
    font-weight: bold;
}
.filterrow DIV, .filterrow_vb DIV {
    color: #a87b31;
    font-size: 11px;
    font-style: italic;
    font-weight: normal;
    padding-left: 25px;
    width: 250px;
}


#FilterBottom {
    margin: 10px 0px;
    padding-left: 20px;
}
#FilterBottom A {
    padding-right: 50px;
    float: left;
}
#projectenwrapper {
    clear: both;
    float: left;
    width: 714px;
    margin-left: 19px;
    margin-right: 14px;
    padding-bottom: 10px;
}
    #projectTopTitel {
        width: 686px;
        padding: 5px 14px;
        background-image: url('../images/interface/titel_bg_opdrachten.jpg');
        background-repeat: no-repeat;
        color: #FFFFFF;
        font-weight: bold;
    }
        #projectTopTitel.profielen {
            background-image: url('../images/interface/titel_bg_profielen.jpg');
        }
    
    #projectItems {
        background-image: url('../images/interface/projecten_bg.jpg');
        background-repeat: repeat-x;
        padding-top: 10px;
        padding-left: 10px;
    }
    #projectGmap {
        float: right;
        margin-bottom: 10px;
    }
    #canvas_map {
        height: 255px;
        width: 350px;
        border: 1px solid #80725f;
    }
    #gmaplocatie {
        padding: 5px;
        background-color: #fdf9f3;
        border-right: 1px solid #edad49;
        border-bottom: 1px solid #edad49;
        border-left: 1px solid #edad49;
    }
    .projectItem {
        margin-bottom: 10px;
        padding-bottom: 20px;
        float: left;
        width: 690px;
    }
    .projectItem1 {
        margin-bottom: 10px;
        padding-bottom: 20px;
        float: left;
        width: 330px;
    }
    #projectItems .projectSoort {
        font-size: 11px;
        line-height: 16px;
        font-weight: bold;
    }
    #projectItems .projectTitel A {
        font-size: 14px;
        font-weight: bold;
        padding-left: 6px;
        line-height: 24px;
        color: #46B0EC;
    }

    .projectTitelLetter {
        float: left;
        background-image: url('../images/interface/markers/marker_opdracht.png');
        width: 12px;
        margin-top: 2px;
        height: 17px;
        font-weight: bold;
        color: White;
        padding: 2px;
        padding-left: 6px;
    }

    #projectItems IMG {
        cursor: pointer;
    }
    .projectItem .projectIntro {
        padding-right: 50px;
    }
    #projectItems .projectGegevens, #profielItems .profielGegevens
    {
        float: left;
        margin-right: 15px;
        font-size: 11px;
        line-height: 24px;
        font-weight: bold;
    }

   .gegevens ul {
        margin: 0px;
        padding: 0px;
    }

    #projectItems .projectGegevens SPAN, #profielItems .profielGegevens SPAN
    {
        color: #a87b32;
    }
    
    #profielItems .profielGegevens
    {
        float: none;
        margin: 0px;
    }
    #projectPaginas {
        border-top: 1px solid #edad49;
        background-image: url('../images/interface/projecten_bg.jpg');
        background-repeat: repeat-x;
        padding-left: 10px;
    }
    #projectPaginas UL {
        list-style-type: none;
        font-size: 11px;
        font-weight: bold;
        padding: 0px;
        float: left;
    }
    #projectPaginas LI {
        float: left;
        padding: 2px 5px;
        text-align: center;
    }
    #projectPaginas .nummer {
        border: 1px solid #edad49;
        margin: 0px 4px;
        height: 16px;
        width: 10px;
    }
    #projectPaginas .selected {
        border: 1px solid #edad49;
        background-image: url('../images/interface/paginaselected.jpg');
        background-repeat: no-repeat;
        height: 16px;
        width: 10px;
        color: #FFFFFF;
    }
    #projectPaginas .begin {
        margin-right: 10px;
    }
    #projectPaginas .einde {
        background-position: 80px 0px;
        margin-left: 6px;
    }
    .projectImage {
        float: left;
        margin-right: 20px;
        width: 150px;
    }
    .projectImage IMG {
        width: 150px;
    }
    .projectRight {
        float: right;
        width: 500px;
    }
/* Einde projectoverzicht */

/* Begin Regeling overzicht */
.regelingAfbeelding {
    float: left;
    margin-right: 20px;
    width: 150px;
}
.regelingAfbeelding IMG {
    width: 150px;
}
.regelingRight {
    float: right;
    width: 500px;
}
.regelingTitel, .regelingTitel A {
    font-size: 15px;
    line-height: 24px;
    color: #ed9100;
}
.regelingGegevens {
    margin-right: 15px;
    font-size: 11px;
    line-height: 24px;
    font-weight: bold;
}
.regelingGegevens SPAN {
    color: #a87b32;
}
/* Einde Regeling overzicht */

/* Begin Partners overzicht */
.partnerAfbeelding {
    float: left;
    margin-right: 20px;
    width: 150px;
}
.partnerAfbeelding IMG {
    width: 150px;
    float: left;
    
}
.partnerRight {
    float: right;
    width: 500px;
}
.partnerTitel, .regelingTitel A {
    font-size: 15px;
    line-height: 24px;
    color: #ed9100;
}
.partnerGegevens {
    margin-right: 15px;
    font-size: 11px;
    line-height: 24px;
    font-weight: bold;
}
.partnerGegevens SPAN {
    color: #a87b32;
}
/* Einde Partners overzicht */

/* Begin Project pagina */
#projectwrapper {
    clear: both;
    float: left;
    width: 714px;
    margin-left: 19px;
    margin-right: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 3px solid #edad49;
}
#project_links {
    float: left;
    width: 240px;
    margin-right: 20px;
}
#project_links .image {
    width: 240px;
}
#project_rechts {
    float: left;
    width: 450px;
}
    #project_inleiding {
        margin: 0px;
    }
    #project_rechts H2 {
        margin-top: 0px;
        font-size: 17px;
        line-height: 21px;
        font-weight: normal;
        color: #46B0EC;
    }
/* Einde Project pagina */


/* Begin voorbeeldProject */
#FilterRubrieken_vb {
    width: 684px;
    padding: 0px 14px 10px 14px;
    margin-right: 12px;
    border: 1px solid #e9d4b8;
    background-color: #fdf8f1;
    float: left;
}
#projectenFilters .filterrow_vb {
    margin-bottom: 5px;
    font-weight: bold;
    float: left;
    width: 200px;
}
#vbprojectBanner {
    width: 714px;
    margin: 0 auto;
    background-image: url('../images/interface/voorbeeldproject_bg.jpg');
    background-repeat: repeat-x;
    padding-top: 5px;
}
#vbprojectBannerImage {
    float: left;
    width: 357px;
    text-align: center;
}
#vbprojectBannerItem {
    float: left;
    width: 317px;
    padding: 17px 19px;
}
        #vbprojectBannerItemQuote {
            float: left;
            clear: none;
            width: 317px;
            height: auto;
            color: White;
            font-size: 20px;
            line-height: 24px;
        }

        #vbprojectBannerItemStreepje {
            float: left;
            clear: none;
            width: 40px;
            height: 8px;
            border-bottom: dashed 1px Black;
        }

        #vbprojectBannerItemTitel {
            float: left;
            clear: none;
            width: 317px;
            padding-top: 6px;
            font-size: 11px;
        }
        #vbprojectBannerItemOpdrachtgever {
            float: left;
            clear: none;
            width: 317px;
            font-weight: bold;
            font-size: 11px;
        }
#vbprojectContentLeft {
    float: left;
    width: 317px;
    padding-left: 10px;
    padding-right: 10px;
}
#vbprojectContentLeft H2, #vbprojectContentLeft H1 {
    margin-top: 0px;
    font-size: 17px;
    line-height: 21px;
    font-weight: normal;
    padding-top: 10px;
    color: #ed9100;
}
#vbprojectContentRight {
    float: left;
    width: 317px;
    padding-left: 10px;
    padding-right: 10px;
}
#vbprojectContentRight .blok {
    margin-bottom: 20px;
}
#vbprojectContentRight H2 {
    margin-top: 0px;
    font-size: 17px;
    line-height: 21px;
    font-weight: normal;
    color: #ed9100;
}
/* Eind voorbeeldProject*/

/* Begin carrousel */
#carrouselWrapper {
    float: left;
    clear: none;
    width: 714px;
    height: 178px;
}
    #carrouselImage {
        float: left;
        clear: none;
        width: 238px;
        height: 178px;
        padding: 0px;
        margin: 0px;
    }
    
    #carrouselContent {
        float: left;
        clear: none;
        width: 237px;
        height: 178px;
        background-image: url('../images/interface/carrouselContentBack.png');
    }
        .carrouselContentItem {
            float: left;
            clear: none;
            width: 217px;
            height: 158px;
            padding: 10px;
            background-image: url('../images/interface/carrouselContentBack.png');
        }

        #carrouselContentItemQuote {
            float: left;
            clear: none;
            width: 217px;
            height: 70px;
            color: White;
            font-size: 16px;
            font-weight: bold;
            line-height: 20px;
        }
        
        #carrouselContentItemStreepje {
            float: left;
            clear: none;
            width: 40px;
            height: 8px;
            border-bottom: dashed 1px Black;
        }
        
        #carrouselContentItemTitel {
            float: left;
            clear: none;
            width: 217px;
            padding-top: 6px;
            height: 20px;
            font-size: 11px;
        }
        #carrouselContentItemOpdrachtgever {
            float: left;
            clear: none;
            width: 217px;
            height: 30px;
            font-weight: bold;
            font-size: 11px;
        }
        #carrouselContentItemLink {
            float: left;
            clear: none;
            width: 217px;
            height: 30px;
            background-image: url('../images/interface/pijlWit.png');
            background-repeat: no-repeat;
            background-position: 0px 1px;
        }
        
            #carrouselContentItemLink a {
                color: White;
                font-weight: bold;
                padding-left: 20px;
            }

    #carrouselRechts {
        float: left;
        clear: none;
        width: 237px;
        height: 141px;
        background-color: #fdf7ee;
        border-top: solid 1px #dcc6a9;
        border-right: solid 1px #dcc6a9;
        background-image: url('../images/interface/carrouselRand.png');
        background-repeat: repeat-y;
    }
        .carrouselItem, .carrouselItemSel {
            float: left;
            clear: none;
            width: 221px;
            height: 40px;
            padding-top: 6px;
            padding-left: 16px;
            border-bottom: solid 1px #dcc6a9;
            cursor: pointer;
        }

        .carrouselItem {
            border-left: solid 1px #d48b24;
        }
        
        .carrouselItemSel {
            padding-left: 17px;
            width: 220px;
            background-color: #fffefc;
            background-image: url('../images/interface/carrouselItemSel.png');
            background-repeat: no-repeat;
        }
        
            .carrouselItemTitel {
                color: #ff9c00;
                line-height: 15px;
            }

            .carrouselItemSoort {
                font-size: 11px;
                line-height: 15px;
            }

    #carrouselRechtsOnder {
        float: left;
        clear: none;
        width: 221px;
        height: 28px;
        padding-top: 7px;
        background-color: #fdf7ee;
        border-bottom: solid 1px #dcc6a9;
        border-right: solid 1px #dcc6a9;
        background-image: url('../images/interface/carrouselRand.png');
        background-repeat: repeat-y;
        padding-left: 16px;
    }

        #carrouselRechtsOnder a {
            padding-left: 20px;
            background-image: url('../images/interface/zoekPijl.png');
            background-position: 0px -1px;
            background-repeat: no-repeat;
            font-size: 11px;
            font-weight: bold;
        }
/* Einde carrousel */


#profielFilters
{
     border-top: 3px solid #edad49;
     padding: 10px 0px 0px 0px;
     margin-left: 19px;
     margin-right: 14px;
}
#profielFilters #profielFiltersLeft
{
    width: 474px;
    height: 178px;
    float: left;
    border: 1px solid #e9d4b8;
    background-color: #fdf8f1;
}
#profielFilters #profielFiltersLeft .left
{
    float: left;
    height: 178px;
    width: 192px;
    padding: 0px 15px 0px 15px;
    border-right: 1px solid #e9d4b8;
}
#profielFilters .filterrow
{
    padding: 3px 0px 3px 0px;
    font-weight: bold;
}
#profielFilters .filterrow .filterrowTekst
{
    float: left;
    width: 60px;
    color: Black;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    padding-left: 0px;
}
#profielFilters .filterrow SELECT
{
    width: 115px;
    float: right;
}
#profielFilters #profielFiltersLeft .left .selected
{
    padding: 5px 0px 5px 0px;
    background-color: #fffefc;
    border: 1px solid #d4c1a7;
    margin: 0px -16px 0px -16px;
    padding: 5px 15px 5px 15px;
}
#profielFilters #profielFiltersLeft .left .selected .selectedFilterArrow
{
    float: right;
    margin: 10px -24px 0px 0px;
}
#profielFilters #profielFiltersLeft .right
{
    float: right;
    height: 178px;
    width: 221px;
    padding: 0px 15px 0px 15px;
    background-color: #fffefc;
}
#profielFilters #profielFiltersRight
{
    width: 192px;
    height: 178px;
    padding: 0px 15px 0px 15px;
    float: right;
    border: 1px solid #e9d4b8;
    background-color: #fdf8f1;
}
.profielenFilterBottom
{
    padding-bottom: 30px;
}
#profielItems
{
    background-color: #ffffff;
    padding: 20px 10px 20px 10px;
    background-image: url('../images/interface/projecten_bg.jpg');
    background-repeat: repeat-x;
    background-position: 12px 0px;
}
#profielItems H3, #content H3
{
    margin: 0px;
    padding: 0px 0px 10px 0px;
    color: #3DBF43;
    font-weight: bold;
}
#profielItems H4, #content H4
{
    margin: 0px;
    padding: 0px;
    color: #000000;
}
#profielItems HR
{
    border: 0px;
    height: 1px;
    padding: 0px;
    border-top: 1px dashed #d3bd98;
    margin: 20px 0px 20px 0px;
}
#profielItems .profielItem
{
    background-image: url('../images/interface/profiel.column.seperator.gif');
    background-repeat: repeat-y;
    background-position: 356px 0px;
}
#profielItems .profielItem .content
{
    width: 346px;
    float: left;
}
#profielItems .profielItem .content .image, #content .profielAfbeelding
{
    width: 84px;
    height: 108px;
    border: 1px solid #e9d4b8;
    float: left;
    margin: 0px 10px 10px 0px;
}
#profielColumnHeaders
{
    position: absolute;
    z-index: 1;
    width: 346px;
    height: 80px;
    margin: 0px 0px 0px 365px;
    background-color: #ffffff;
    background-image: url('../images/interface/profielen.column.headers.gif');
    background-repeat: no-repeat;
    background-position: 0px 0px;
}
#profielColumnHeaders H3
{
    text-align: center;
    float: left;
    width: 115px;
    padding: 19px 0px 0px 0px;
}
#profielItems .profielItem .data
{
    width: 338px;
    float: right;
    padding: 69px 0px 0px 0px;
}
#profielItems .profielItem .data DIV
{
    float: left;
    width: 69px;
    padding: 2px 10px 2px 10px;
    margin: 0px 10px 0px 10px;
    text-align: center;
}
#profielItems .profielItem .data .highlight
{
    background-color: #edad49;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    color: #ffffff;
}
/* einde profielen */

/* Begin opdrachtgevers */
#bedrijfWrapper {
    float: left;
    clear: none;
    width: 714px;
    margin-left: 19px;
    margin-right: 14px;
    padding-bottom: 10px;
    border-top: 3px solid #edad49;
}
#bedrijfWrapper A {
    background-image: url('../images/interface/zoekPijl.png');
    background-repeat: no-repeat;
    background-position: 0px -2px;
    color: #152436;
    padding-left: 20px;
}
#bedrijfGegevensBlok {
    background-color: #fef9f3;
    border: 1px solid #ead5ba;
    margin-top: 20px;
    padding: 0px 10px 10px 10px;
}
#bedrijfGegevensBlok H2 {
    font-size: 16px;
    line-height: 18px;
    color: #ed9100;
}
#bedrijfGegevensBlok .bedrijfLogo {
    float: left;
    width: 100px;
}
#bedrijfGegevensBlok .gegevensWrapper {
    float: left;
    width: 570px;
    margin-left: 10px;
    border-bottom: 1px solid #ead5ba;
}
#bedrijfGegevensBlok .regel {
    border-top: 1px solid #EDAD49;
    padding: 3px 3px;
    font-size: 11px;
    line-height: 24px;
}
#bedrijfGegevensBlok .nr0 {
    background-color: #fffefc;
}
#bedrijfGegevensBlok .naam {
    width: 150px;
    float: left;
}
#bedrijfGegevensBlok .gegevens {
    width: 410px;
    float: left;
    font-size: 13px;
}
#bedrijfWrapper .linkwijzigen {
    padding: 10px 120px;
}
.linkwijzigen a {   
    font-size: 11px;
    font-weight: bold;
    line-height: 34px;
    margin-right: 50px;
}
#bedrijfProjectTitel {
    background-color: #F1C25A;
    background-image: url('../images/interface/titel_bg.jpg');
    background-repeat: no-repeat;
    border-bottom: 1px solid #a87b32;
    color: #FFFFFF;
    font-weight: bold;
    padding: 4px 14px;
    width: 686px;
}
.bedrijfProjectItem {
    background-image: url('../images/interface/projecten_bg.jpg');
    background-repeat: repeat-x;
    border-bottom: 1px solid #EDAD49;
    padding-top: 20px;
}

.bedrijfProjectGegevens {
    background-color: #FFFFFF;
    background-image: url('../images/interface/bedrijfProjectGegevens.jpg');
    background-position: bottom;
    background-repeat: repeat-x;
    border-top: 2px solid #EDAD49;
    margin-bottom: 10px;
    padding: 10px 10px 20px 10px;
}
.bedrijfProjectType {
    font-size: 11px;
    font-weight: bold;
    line-height: 16px;
}
.bedrijfProjectNaam {
    color: #ed9100;
    font-size: 15px;
    font-weight: bold;
    line-height: 24px; 
}
.bedrijfProjectomschrijving {
    float: left;
    line-height: 24px;
    width: 350px;
}
.bedrijfProjectomschrijvingLinks {
    float: left;
    line-height: 24px;
    width: 320px;
    margin-right: 40px;
}
.bedrijfProjectomschrijvingRechts {
    float: left;
    font-size: 11px;
    font-weight: bold;
    line-height: 24px;
    width: 320px;
}
.bedrijfProjectomschrijvingRechts .float {
    float: left;
    margin-right: 10px;
    line-height: 14px;
    width:130px;
    height: 24px;
}
.bedrijfProjectomschrijvingRechts .value {
    float: left;
    width:160px;
    line-height: 14px;
    color: #EDAD49;
    height: 24px;
}
.bedrijfProjectomschrijvingRechts .linken {
    margin-top: 10px;
}
.bedrijfProjectomschrijvingRechts a {
    margin-right: 20px;
}
.verzoekBlok {
    border-top: 1px dashed #d3bd98;
    font-size: 11px;
    font-weight: bold;
    line-height: 18px;
    padding: 10px;
}
.verzoekBlok .naamBlok {
    float: left;
    margin-right: 25px;
    width: 150px;
}
.naamBlok .naam {
    color: #ed9100;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 35px;
}
.verzoekBlok .eigenschappenBlok {
    float: left;
    margin-right: 25px;
    width: 215px;
}
.eigenschappenBlok .links {
    float: left;
    width: 107px;
}
.eigenschappenBlok .links UL {
    margin-left: 10px;
    margin-top: 0px;
    margin-bottom: 2px;
    color: #a87b32;
}
.verzoekBlok .datumBlok {
    float: left;
    margin-right: 25px;
    width: 145px;
}
.verzoekBlok .statusBlok {
    float: left;
    width: 100px;
}
.verzoekBlok SPAN {
    color: #a87b32;
}
.italic {
    font-style: italic;
}
/* Einde opdrachtgevers */

#content
{
    padding: 15px;
    background-color: #ffffff;

}
#content H1
{
    margin-top: 0px;
}



#profielContent
{
    width: 360px;
    margin-left: 15px;
    float: right;
}
#profielContent h1, #profielContent H4{
    color: #3DBF43;
   
}
#profielContent H4 {
    font-weight: bold;
}
/* classes */
.clear
{
    clear: both;
}
.link_arrow_links {
    background-image: url('../images/interface/link_arrow.jpg');
    background-repeat: no-repeat;
    background-position: 0px 3px;
    padding-left: 18px;
    font-weight: bold;
}
.link_arrow_rechts {
    background-image: url('../images/interface/zoekPijl.png');
    background-repeat: no-repeat;
    padding-left: 18px;
    font-weight: bold;
}
.projectIntro .link_arrow_rechts, #project_links .link_arrow_rechts {
    background-image: url('../images/interface/detail_pijl_opdrachten.png');
    background-position: 0px -1px;
}
.profielItem .link_arrow_rechts {
    background-image: url('../images/interface/detail_pijl_profielen.png');
    background-position: 0px 0px;
}
.link_arrow_rechts_rechts {
    background-image: url('../images/interface/zoekPijl.png');
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 18px;
    font-weight: bold;
}
.noFloat
{
    float: none;
}

/* Inlog classes */
.boxInloggen {
    float: left;
    width: 196px;
    padding: 10px;
    padding-bottom: 30px;
    border-bottom: dotted 1px #FF9C01;
}

.boxInloggen2 {
    float: left;
    width: 196px;
    padding: 10px;
    padding-bottom: 30px;
    border-top: dotted 1px #FF9C01;
}

    .boxInloggenTitle {
        float: left;
        width: 196px;
        color: #1F95A0;
        font-weight: bold;
        padding-bottom: 5px;
    }

    .boxInloggenText {
        float: left;
        color: #FF9C01;
        width: 196px;
    }

    .boxInloggenButton {
        float: left;
        width: 196px;
        padding-top: 5px;
    }
    
        .boxInloggenButton a {
            background-image: url('../images/interface/zoekPijl.png');
            background-repeat: no-repeat;
            background-position: 0px -1px;
            padding-left: 25px;
            font-weight: bold;
        }   
        
    .boxInloggenMatch {
        float: left;
        width: 171px;
        padding-top: 3px;
        padding-bottom: 3px;
        background-image: url('../images/interface/mail_icon.png');
        background-repeat: no-repeat;
        background-position: 2px 7px;
        padding-left: 25px;
    }
/* Einde Inlog classes */

/* Formulier elementen */
.panelWhiteLarge {
    float: left;
    width: 444px;
}

    .panelWhiteLarge .middle, .formIntro {
        float: left;
        width: 444px;
        padding-top: 6px;
        padding-bottom: 10px;
    }

    .tableCellTwo .defaultBold {
        color: #ff9c01;
        font-weight: bold;
    }

    .tableCellTwo .itempad {
        font-size: 11px;
    }

    .panelWhiteLarge .button, .button {
        cursor: pointer;
    }
/* Einde formulier elementen */

/* Project / Profiel formulieren (voor zover hierboven nog niet bepaald) */
.thickForm {
    float: left;
    width: 500px;
    padding: 15px;
}

/* Einde Project / Profiel formulieren (voor zover hierboven nog niet bepaald) */

/* Begin RSS Rechter kant */
.RSSRechts {
    clear: both;
    width: 196px;
}
.RSSTitel {
    color: #1F95A0;
    font-weight: bold;
    padding: 10px;
}
.RSSRechtsBlok {
    border-top: 1px dotted #FF9C01;
    padding: 10px;
    width: 196px;
}
.RSSRechts .RSSsubtitel {
    font-size: 12px;
    font-weight: bold;
    margin-top: 0px;
}
.RSSRechts UL {
    color: #FF9C01;
    padding-left: 15px;
    font-size: 11px;
}
.RSSRechts LI {
    padding-bottom: 10px;
}
/* Einde RSS Rechter kant */

/* Begin Sitemap */
#sitemap {
    border-top: 3px solid #EDAD49;
    margin-left: 20px;
}
#sitemap .floatLeft {
    float: left;
    width: 340px;
}
#sitemap .floatRight {
    float: left;
    width: 340px;
}
#sitemap H2 A {
    color: #ED9100;
    font-size: 15px;
}

#banners_rechts div
{
    height: auto !important;
}
/* Einde Sitemap */
