﻿/***********************************/
        /* Global */
/***********************************/
html
{
    height:                 100%;
    overflow-y:             scroll;
    overflow-x:             auto;
}

body
{
    margin:                 0px;
    padding:                0px;
    text-align:             center;
    background-image:       url(../Images/bgImage.jpg);
    background-repeat:      repeat-x;
    height:                 100%;
}

.bg 
{
    position:relative;
    top:0;
    bottom:0;
    left:0;
    right:0;
    width:999px;
    margin:auto;
    min-height:100% !important;
    height:auto;
    width:1000px;
    background-image:url(../images/bg.gif);
    background-repeat:repeat-y;
    
}

.maatgever
{
    position:absolute;
    top:0px;
    left:0px;
    height:100%;
}

.WebsiteContainer
{
    position:               relative;
    width:                  990px;
    min-height:100% !important;
    height:100%;
    margin:                 0px auto 0px auto;
    padding:                0px;
    overflow:               hidden;
    background-color:       #f1f2f8;
    z-index:                10;
}  
  
.gradient
{
    background-repeat:      repeat-y; 
}

.Header
{
    position:               relative;
    height:                 120px;
    width:                  990px;
    margin:                 0px auto 0px auto;
    padding:                0px;
    background-image:       url(../Images/Header.jpg);
}

.MainContainer
{
    position:               relative;
    width:                  990px;
    margin:                 0px auto 0px auto;
    padding:                0px;
    text-align:             left;
    min-height:             100%;
    height:                 auto !important;
    height:                 100%;
}

.ContentContainer
{
    position:               relative;
    top:0px;
    width:                  422px;
    margin:                 0px 0px 0px 0px;
    padding-left:           50px;
    padding-right:          26px;
    padding-top:            0px;
    padding-bottom:         13px;
    /*overflow:               hidden;*/
    text-align:             left;
    float:                  left;
    height:                 100%;

}

.NieuwsIntroContainer
{
    position:               relative;
    width:                  223px;
    margin:                 0px 0px 0px 0px;
    padding:                0px 32px 0px 0px; 
    overflow:               hidden;
    text-align:             left;
    float:                  left;
    height:                 100%;
}

.Titel
{
    color:                  #305284;
    font-family:            Arial;
    font-size:              14px;
    font-weight:            bold; 
}

.LeesMeerImage
{
    vertical-align:         top;
    margin:                 0px 8px 0px 0px
}

.BackGroundGlobalizer
{
    position:               relative;
    background-color:       #FFFFFF;
    float:                  left;
    background-image:       url(../Images/bgImageBottomRight.gif);
    background-position:    right bottom;
    background-repeat:      no-repeat;
}

.HR
{
    margin:                 10px 0px 10px 0px;
    height:                 34px;
    background-image:       url(../Images/Puntje.jpg);
    background-position:    left center;
    background-repeat:      repeat-x;
}

HR
{
    background-image:       url(../Images/Puntje.jpg);
    background-position:    left center;
    background-repeat:      repeat-x;
}

a
{
    color:                  #252c4f;
}


.breadcrumbs 
{
    position:relative;
    top:12px;
    left:50px;
    height:44px;
}

/***********************************/
        /* Menu */
/***********************************/

.MenuContainer
{
    padding:                50px 0px 20px 0px;
    height:                 390px;
    width:                  237px;
    float:                  left;    
    background-image:       url(../Images/bgMenuImage.jpg);
}

.PnlMenuItem
{
    vertical-align:         top;
    margin:                 0px 0px 2px 0px;
    height:22px;
}

.MenuImage
{
    margin:                0px 0px 0px 52px;
}

.ActiveMenuImage
{
    margin:                0px 0px 0px 52px;    
}

.MenuItem
{
    padding:                0px 0px 0px 8px;
    color:                  #264a7f;
    vertical-align:         top;
    font-family:            arial;
    font-weight:            bold;
    text-decoration:        none;
    font-size:              11px;   
}

.ActiveMenuItem
{
    padding:                0px 0px 0px 8px;
    color:                  #83c44e;
    vertical-align:         top;
    font-family:            verdana;
    font-weight:            bold;
    text-decoration:        none;
    font-family:            verdana;
    font-size:              11px;       
}

/***********************************/
        /* BreadCrumbs */
/***********************************/
.BreadCrumb
{
    color:                  #21467b;
    text-decoration:        none;
    font-size:              10px;
    font-family:            verdana;
    font-weight:            bold;
}

.ActiveBreadCrumb
{
    color:                  #82c34b;
    text-decoration:        none;
    font-size:              10px;
    font-family:            verdana;
    font-weight:            bold;
}


/***********************************/
    /* NieuwsItemsOverzicht */
/***********************************/
.NieuwsOverzichtTitel
{
    color:                  #23487c;   
    font-size:              11px;
    font-weight:            bold;
    font-family:            verdana;   
    text-decoration:        none;
}

.NieuwsOverzichtDatum
{
    font-family:            Arial;
    font-size:              11px;
    font-weight:            bold;
    color:                  #539d26;
    text-decoration:        none;
    
}

.NieuwsOverzichtTekst
{
    text-decoration:        none;
    font-family:            Arial;
    color:                  #262c50;
    /*color:                  #21467a;*/
    font-size:              11px;

}

.NieuwsOverzichtLeesMeer
{
    vertical-align:         top;
    margin:                 11px 0px 0px 0px;
    color:                  #539d26;    
    font-size:              10px;
    font-weight:            bold;
    font-family:            Verdana;
    letter-spacing:         0.5px;
    text-decoration:        none;    
}



/***********************************/
        /* NieuwsDetail */
/***********************************/
.NieuwsItemDatum
{
    font-family:            Arial;
    font-size:              11px;
    font-weight:            bold;
    color:                  #539d26;
    text-decoration:        none;    
}

.NieuwsItemTitel
{
    color:                  #21467b;   
    font-size:              11px;
    font-weight:            bold;
    font-family:            verdana;   
    text-decoration:        none;
}

.NieuwsItemBron
{
    font-family:            Arial;
    font-size:              10px;
    color:                  #539d26;    
}

.Terug
{
    vertical-align:         middle;
    margin:                 0px 0px 0px 0px;
    color:                  #539d26;    
    font-size:              10px;
    font-weight:            bold;
    font-family:            Verdana;
    letter-spacing:         0.5px;
    text-decoration:        none;  
}


/***********************************/
        /* Contact */
/***********************************/
.TextBox
{
    border:                 solid 1px #264a7e;
    width:                  195px;
    height:                 20px;
    font-family:            Verdana;
    font-size:              10px;
    vertical-align:middle;
	scrollbar-3dlight-color:#EEEEEE;
	scrollbar-arrow-color:  #FFFFFF; 
	scrollbar-base-color:   #FFFFFF; 
	scrollbar-darkshadow-color:#EEEEEE;
	scrollbar-face-color:   #264a7e;
	scrollbar-highlight-color:#264a7e;
	scrollbar-shadow-color: #264a7e;
	scrollbar-track-color:  #FFFFFF;	    
}

.TextBoxOnError
{
    border:                 solid 1px #FF0000;
    width:                  195px;
    height:                 20px;
    font-family:            Verdana;
    font-size:              10px;
	scrollbar-3dlight-color:#EEEEEE;
	scrollbar-arrow-color:  #FFFFFF; 
	scrollbar-base-color:   #FFFFFF; 
	scrollbar-darkshadow-color:#EEEEEE;
	scrollbar-face-color:   #FF0000;
	scrollbar-highlight-color:#FF0000;
	scrollbar-shadow-color: #FF0000;
	scrollbar-track-color:  #FFFFFF;	    
}

.ContactgegevensContainer
{
    position:               absolute;
    width:                  230px;
    height:                 100px;
    top:                    0px;
    right:                  0px;
    margin:                 0px 0px 0px 0px;
    padding:                0px 0px 0px 0px;
    z-index:                2;
}

.VersturenButton
{
    padding:                0px 0px 0px 8px;
    color:                  #539c26;
    vertical-align:         top;
    font-family:            verdana;
    font-weight:            bold;
    text-decoration:        none;
    font-family:            verdana;
    font-size:              11px;       
}
