﻿*
{
    margin:             0px;
    padding:            0px;
    font-family:        Verdana, Arial;     
    font-size:          10pt;
    color:              Black;
    text-align:         left;
    line-height:        125%;
}

body 
{
    width:              100%;
    height:             auto;
    background-color:   White;
    margin:             0px auto; 
}

.Printlogocontainer
{
    position:           relative;
    width:              100%;
    height:             90px;
    text-align:         right;
    display:            block;
}

.Websitecontainer
{
    position:           relative;
    width:              100%;
    height:             auto;
    display:            block;
}

.Headercontainer{               display:none;}
.Hoofdnavigatiecontainer{       display:none;}               
.Backgroundcontainer{           top:0px;}
.Subnavigatiecontainer{         display:none;}      
.Sidenavigatiecontainer{        display:none;}
.Sidenavigatiecontentcontainer{ display:none;}
    
.Maincontainer
{
    position:           relative;
    width:              100%;
    height:             auto;
    display:            block;
    float:              left;
    clear:              left;     
    background-color:   Transparent;
    left:               0px;
    top:                0px;
}       
    
    .Contentcontainer
    {
        position:           relative;
        width:              600px;
        height:             auto;
        display:            block;
        float:              left;   
        left:               0px;
        top:                0px;     
    }  
    
        .Contentcontainerfiller{display:none;} /* min-height filler voor IE6 */
            
        .Inhoudcontainer
        {
            position:           relative;
            width:              100%;
            height:             auto;
            display:            block;
            float:              right;
        overflow: visible;
        }        
        
            .Breadcrumbcontainer
            {
                position:           relative;
                width:              100%;
                height:             30px;
                display:            block;
                float:              left;
                font-size:          7pt;
                color:              black;
            }
            
            .Breadcrumbcontainer a
            {
                font-size:          7pt;
                color:              black;
                text-decoration:    none;
            }
                       
        .HP_Background{display:none;}
        
        .HP_Content
        {
            position:               relative;
            float:                  left;
            width:                  100%;
            height:                 auto;
            left:                   0px;
            top:                    0px;
            display:                block;
        }
        
        .HP_Tekstcontent
        {
            position:               relative;
            width:                  100%;
            height:                 auto;
            display:                block;
            float:                  left;
            clear:                  left;
            overflow:               auto;
            font-size:              12pt;
            font-weight:            normal;
            line-height:            125%;
            color:                  black;
        }
        
        .HP_Nieuwscontainer
        {
            position:               relative;
            width:                  100%;
            height:                 auto;
            float:                  left;
            clear:                  left;
            display:                block;
            margin:                 0px;
        }
        
        .HP_Nieuwstitel
        {
            position:               relative;
            width:                  100%;
            float:                  left;
            clear:                  left;
            font-weight:            bold;
            font-size:              12pt;
            color:                  Black;
            margin-top:             15px;
            margin-bottom:          5px;
        }
        
        .HP_Nieuwsitemcontainer
        {
            position:               relative;
            width:                  100%;
            height:                 auto;
            float:                  left;
            clear:                  left;
            margin-bottom:          15px;
            display:                block;
            overflow:               hidden;
            cursor:                 pointer;
            cursor:                 hand;   
        }
    
        .Formcontainer
        {  
            position:           relative;
            width:              100%;
            height:             auto;
            display:            inline;
            float:              right;
        }
        
        .Formsplitcontainer
        {  
            position:           relative;
            width:              355px;
            height:             auto;
            display:            inline;
            float:              left;
            margin:             0px 30px 0px 0px;
        }

        .form_label
        {
            position:           relative;
            width:              350px;
            height:             20px;
            display:            inline;
            float:              left;
            clear:              left;
            margin-top:7px;
        }

        .form_textbox,
        .form_textboxml,
        .form_textbox_watermarked,
        .form_projectzoeken
        {
            position:           relative;
            width:              350px;
            height:             20px;
            display:            inline;
            float:              left;
            clear:              left;
            margin:             0px;
            padding-left:       3px;
            margin-bottom:      8px;
            border-style:       inset;
            border-width:       0px 0px 2px 0px;
            border-color:       #BDC8D3;
        }
        
        .form_projectzoeken
        {
            width:              265px;
            margin-top:         5px;
        }
        
        .form_textboxml{display:none;}
        
        .form_textbox_watermarked{      color:      GrayText;}
        .form_btn{                      display:    none;}
        .form_btn_projectzoeken{        display:    none;}        
        .Formbtncontainer{              display:    none;}     
        .form_btn2{                     display:    none;}
        .form_paginering{               display:    none;}
        .ValidationSummary ul li{       display:    none;}
        
        .ratingStar {
            font-size:          0pt;
            width:              13px;
            height:             12px;
            margin:             0px;
            padding:            0px;
            cursor:             pointer;
            display:            block;
            background-repeat:  no-repeat;
        }

        .filledRatingStar {
            background-image: url(../images/layout/FilledStar.png);

        }

        .emptyRatingStar {
            background-image: url(../images/layout/EmptyStar.png);
        }

        .savedRatingStar {
            background-image: url(../images/layout/SavedStar.png);
        }
        
        .gvNieuwslijst
        {
            position:           relative;
            width:              600px;
            height:             auto;
            display:            inline;
            float:              left;
            margin-left:        25px;
            border:             1px solid black;
        }

        .Nieuwslijstmessage
        {
            position:           relative;
            width:              600px;
            height:             auto;
            min-height:         20px;
            display:            inline;
            float:              left;
            margin-left:        25px;
            font-size:          7pt;   
        }

            .gvNieuwslijstRow
            {
                border:             0px;
            }
            
            .gvNieuwslijstRow2
            {
                border:             0px;
                background-color:   white;                            /*10% ROOD */
            }
            
            .gvNieuwslijstPaging
            {
                font-weight:        bold;
            }
            
           .gvNieuwslijstPaging a
           {
                color:              Black;                            /* ROOD */
                margin-right:       5px;
           }
           
           .gvNieuwslijstPaging span
           {
                color:              Black;                            /* GEEL */
                margin-right:       5px;
           }
              
             .Nieuwslijst_datumcontainer
            {
                position:           relative;
                width:              80px;
                height:             auto;
                float:              left;
                clear:              left;
                margin-right:       10px;
                border:             0px;
                padding:            3px;
            }
            
            .Nieuwslijst_linkcontainer
            {
                position:           relative;
                width:              375px !important;
                width:              350px;                              /* IE6 HACK */
                height:             auto;
                float:              left;
                margin-right:       10px;
                border:             0px;
                padding:            3px;
            }
            
                a.Nieuwslijst_link:link, a.Nieuwslijst_link:visited, 
                a.Nieuwslijst_link:active, a.Nieuwslijst_link:hover
                {
                    position:           relative;
                    float:              left;
                    color:              Black;                        /* ROOD */
                    font-size:          10pt;
                    font-weight:        normal;
                    text-decoration:    none;
                }
                
                a.Nieuwslijst_link:active, a.Nieuwslijst_link:hover
                {
                    text-decoration:    underline;
                }
                
        .Specialtyafbeelding
        {
            position:           relative;
            float:              right;
            width:              360px;
            height:             auto;
            display:            inline;
            overflow:           hidden;
            top:                -75px;
        }
        
        .expertiselink
        {
            font-size:          8pt;
            font-style:         italic;
            color:              Black;
            text-decoration:    underline;
        }
        
        .Paginatekstcontainer
        {
            position:           relative;
            width:              775px;
            height:             auto;
            float:              left;
            display:            block;
        }
        
        .Paginatekstcontainersmall
        {
            position:           relative;
            width:              300px;
            height:             auto;
            float:              left;
            display:            inline;
        }
                        
        .Projectencontainer
        {
            position:           relative;
            width:              400px;
            height:             auto;
            display:            block;
            float:              left;
            clear:              both;
        }
        
        .Projectcontainer
        {
            position:           relative;
            width:              85px;
            height:             135px;
            display:            block;
            float:              left;
            text-align:         center;
            background-color:   White;
            cursor:             ponter;
            cursor:             hand;
            margin-right:       5px;
        }
        
        
        .Projectimgcontainer,
        .Projectimgcontainer_hl
        {
            position:           relative;
            width:              81px;
            height:             81px;
            display:            block;
            clear:              left;
            overflow:           hidden;
            text-align:         center;
            background-color:   White;
        }
        
        .Projectimgcontainer_hl
        {
            background-color:   #C1131D;                        /* ROOD */
        }
        
        .Projectimg
        {
            width:              75px;
            height:             75px;
            margin-top:         3px;
        }
                
        .Projecttxtcontainer
        {
            position:           relative;
            width:              80px;
            height:             auto;
            min-height:         35px;
            display:            block;
            clear:              left;
            text-align:         left;
            font-size:          7pt;
            padding-left:       3px;
        }
        
    .Projectimggroot
    {
        position:               relative;
        float:                  left;
        width:                  185px;
        height:                 185px;
        clip:                   rect(185px);
        margin:                 0px 10px 10px 0px;
        display:                block;
    }
    
    .Projectspecscontainer
    {
        position:               relative;
        float:                  left;
        display:                block;
        font-weight:            bold;
        font-size:              8pt;
        width:                  200px;
        height:                 auto;
    }
    
    .Projectzoekcontainer
    {
        position:               relative;
        float:                  right;
        display:                block;
        width:                  360px;
        height:                 auto;
        min-height:             100px;
    }
    
    .ALLEProjectzoekcontainer    
    {
        position:               relative;
        float:                  right;
        display:                block;
        width:                  770px;
        height:                 auto;
        min-height:             100px;
    }
    
    .Projectzoekform
    {
       display:none;
    }
    
    .Projectzoeklabel
    {
        display:none;
    }
    
    .Projectzoekresultatencontainer
    {
        position:               relative;
        float:                  left;
        display:                block;
        width:                  360px;
        height:                 auto;
        font-weight:            bold;
        font-size:              12pt; 
        color:                  #999A9B;                            /* GRIJS */
    }
    
    .Projectzoekresultatennavcontainer {display:none;}
       
    .btndisabled
    {
        font-weight:            bold;
        font-size:              10pt; 
        color:                  #CCCCCC;                            /* GRIJS */ 
        text-decoration:        none;
    }
    
    .ul_specialties
    {
        list-style-type:        none;
    }
    
    
    
    .Zoekcontainer
    {
        position:           relative;
        width:              400px;
        height:             auto;
        display:            block;
    }
    
        .Zoeklabel
        {
            position:           relative;
            width:              140px;
            height:             auto;
            display:            block;
            float:              left;
            clear:              left;
            margin-top:         8px;
            font-weight:        bold;
        }
        
        .Zoekveld
         {
            position:           relative;
            width:              150px;
            height:             20px;
            display:            inline;
            float:              left;
            margin:             0px;
            border:             0px;
            font-weight:        bold;
            font-size:          12pt;
        }
        
        .Zoekbtn {display:none;}
        
    .Zoekresultaatcontainer
    {
        position:           relative;
        width:              750px;
        height:             auto;
        padding:            0px;
        margin:             0px;
        display:            block;
        float:              left;
        clear:              left;
        overflow: visible;
    }
    
        .Zoekresultaatlabel
        {
            position:           relative;
            width:              160px;
            height:             auto;
            display:            block;
            float:              left;
            clear:              left;
            margin-top:         8px;
            font-weight:        bold;
            color:              Black;
        }
                
        .Zoekresultaatsubcontainer
         {
            position:           relative;
            width:              700px;
            height:             auto;
            display:            block;
            float:              left;
            clear:              left;
        }
        
        .Zoekresultaatsubcontainer_hidden
         {
            display:            none;
         }
   
.Footernavigatiecontainer{      display:    none;}    
.Tellercontainer{               display:    none;}   

h1
{
    font-family:         Verdana, Arial;       
    font-size:           25pt;
    font-weight:         normal;
    color:               Black;    
    margin:              10px 0px 5px 0px;   
}

h2
{
    font-family:         Verdana, Arial;        
    font-size:           15pt;
    font-weight:         bold;
    color:               Black;    
    margin:              0px 0px 5px 0px;   
}

h3
{   
    font-family:         Verdana, Arial;     
    font-size:           12pt;
    font-weight:         bold;
    color:               Black;    
    margin:              10px 0px 5px 0px;   
}

h4
{   
    font-family:         Verdana, Arial;     
    font-size:           10pt;
    font-weight:         bold;
    color:               Black;                                        /* BLAUW */
    margin:              10px 0px 5px 0px;   
}

p
{
    margin-bottom:      10px;
}

sup
{
    font-size:          7pt;
}

.TXTMarkt_0    { color: Black;}         /* ROOD,        MARKT ALGEMEEN */
.TXTMarkt_4    { color: Black;}         /* AQUA,        MARKT ZORG */   
.TXTMarkt_5    { color: Black;}         /* PAARS,       MARKT CULTUUR */   
.TXTMarkt_6    { color: Black;}         /* GRIJS,       MARKT COMMERCIEEL VASATGOED */   
.TXTMarkt_7    { color: Black;}         /* HUID,        MARKT WONEN */     
.TXTMarkt_8    { color: Black;}         /* BLAUW,       MARKT ONDERWIJS */ 
.TXTMarktXS    { width:400px;}            /* SMALLER IVM AFBEELDING DIE ERNAAST WORDT GETOOND */


/*Editor stylesheet */
.zorgintro
{
    color:              Black;
    font-size:          12pt;
    font-weight:        normal;
    line-height:        125%;
}

.cultuurintro
{
    color:              Black;
    font-size:          12pt;
    font-weight:        normal;
    line-height:        125%;
}

.cvastgoedintro
{
    color:              Black;
    font-size:          12pt;
    font-weight:        normal;
    line-height:        125%;
}

.wonenintro
{
    color:              Black;
    font-size:          12pt;
    font-weight:        normal;
    line-height:        125%;
}

.onderwijsintro
{
    color:              Black;
    font-size:          12pt;
    font-weight:        normal;
    line-height:        125%;
}