﻿* 
{
    margin:             0px;
    padding:            0px;
    font-family:        Verdana, Arial, Trebuchet MS;
    font-size:          8pt;
    color:              #003399;
    text-align:         left;
    line-height:        150%;
}

html 
{
    min-height:          835px;
}

body 
{
   width:               1000px;
   min-width:           1000px;
   background-color:    #CBD6EA;
   background-image:    url(../images/layout/BG_Highres_1000.jpg);
   background-repeat:   repeat-y;
   background-position: center top;
   text-align:          center;
   margin:              0 auto;
}

.gradient 
{
    background-image:   url(../images/layout/bg_gradient.jpg);
    background-repeat:   repeat-x;
    background-position: left top;
}

.Websitecontainer
{
   position:            relative;
   width:               980px;
   min-width:           980px;    
   margin:              0px 10px;
}

.Sitecontainer
{
   position:            relative;
   width:               980px;
   height:              100px;
   margin:              0 auto;
   text-align:          left;
}

.Headercontainer
{
    position:           absolute;
    display:            block;
    width:              800px;
    height:             130px;
    background-color:   White;
    right:              0px;
    top:                0px;
    z-index:            1;
}
    .Logocontainer
    {
        position:           absolute;
        display:            block;
        width:              261px;
        height:             73px;
        left:               20px;
        top:                5px;
        z-index:            2;
    }

    .HorNavigatiecontainer
    {
        position:           absolute;
        display:            block;
        width:              750px;
        height:             20px;
        left:               50px;
        bottom:             10px;
        z-index:            2;
    }

.Navigatiecontainer
{
    position:           absolute;
    display:            block;
    width:              180px;
    height:             auto;
    left:               0px;
    top:                130px;
    z-index:            1;
}

.Sfeerimgcontainer
{
    position:           absolute;
    display:            block;
    width:              182px;
    height:             460px;
    left:               180px;
    top:                130px;
    z-index:            1;
    overflow:           hidden;
}

.Blauwtransparant
{
    position:           absolute;
    width:              182px;
    height:             27px;
    left:               0px;
    top:                0px;
    z-index:            2;
    background-color:   #003399;
    opacity:            .2;
	filter:             alpha(opacity=20);
}   

.Contentheader
{
    position:           absolute;
    display:            block;
    width:              618px;
    height:             27px;
    background-color:   #CBD6EA;
    left:               362px;
    top:                130px;
    z-index:            1;
}

.Contentcontainer
{
    position:           absolute;
    display:            block;
    width:              618px;
    height:             auto;
    left:               362px;
    top:                157px;
    overflow:           visible;
    z-index:            1;
}


.PaginaContent
{
    position:           relative;
    display:            inline;
    width:              525px;
    height:             auto;
    margin-left:        50px;
    top:                30px;
    float:              left;
}

.PaginaContentImages
{
    position:           relative;
    display:            inline;
    width:              370px;
    height:             auto;
    margin-left:        50px;
    top:                30px;
    float:              left;
}

.PaginaAfbeeldingcontainer
{
    position:           absolute;
    display:            block;
    width:              160px;
    height:             auto;
    top:                30px;
    right:              15px;
    float:              right;
}

.Breadcrumbcontainer
{
    position:           relative;
    display:            block;
    width:              525px;
    height:             25px;
    left:               50px;
    top:                15px;
    font-weight:        bold;
    font-size:          7pt;
    color:              #99CC01;
    font-family:        verdana;
}
