*{
    padding: 0px;
    margin: 0px;
}


div#geel{
    
    width: 100%;
    height: 7px;
    background-color: #e24307;
    position: fixed;
    z-index: 21;
}

div#blauwBottom{
    width: 100%;
    height: 7px;
    background-color: #5b5378;
    z-index: 19;
    
}



div#wrapper,
div#bottomWrapper{
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 960px; 
}

table{
     width:100%;   
}

table th{
    text-align: left;   
}
table tr td{
    text-align: center;   
}

table tr td:first-child{
    text-align: left;   
}

html{
    background-image: url(../i/bg.jpg);
    background-size: cover;
    background-attachment: fixed;
    font-family: 'Oxygen', 'sans-serif';
    height: 100%;
    line-height: 22px;
    color: #5a5a5a;
    font-size: 14px;
}

h2{
    font-size: 18px;
    color : #be863c;
    font-family: 'Shadows Into Light Two', cursive;
    margin-top: 10px;
    margin-bottom: 15px;
    font-weight: normal;
}

body{
    height: 100%;   
    position: relative;
}

.hand{
    cursor: pointer;
}

.right{
	display: none;
    position: absolute;
    bottom: 1px;
    right: 6px;
    background-color: #e3ebf2
}
div#header{
    top:7px;
    position: absolute;
    height: 295px;
    width: 960px;
    background-image: url(../i/header/2.jpg);
    background-repeat: no-repeat;
    background-position: 230px 0px;
}

div#menu div#logo{
    position: absolute;
    top: -25px;
    left: 40px;
    width: 160px;
    height: 175px;
    background-image: url(../i/logo.svg);
    background-repeat: no-repeat;
    background-size: 150px;
}

div#header div#frame{
    
    position: absolute;
    top: 0px;
    left: 0px;
    height: 295px;
    width: 960px;
    background-image: url(../i/headerOverlay.svg);
    background-repeat: no-repeat;
}

div#headerRight,
div#headerLeft{
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40px;
    width: 40px;
    height: 50px;
    bottom: 33px;
	z-index: 999;
}
   
div#headerLeft{
    background-image: url(../i/arrowLeft.svg);

    left:230px;
}

div#headerRight{
       background-image: url(../i/arrowRight.svg);

    right: 0px;
   
}

div.tagline{
z-index: 100;
    width: 730px;
    bottom: 46px;
    font-size: 50px;
    line-height: 27px;
    text-align: center;
    position: absolute;
	color: gray;
	
}

/*
div#cbsLogo{
    position: absolute;
    bottom: 0px;
    width: 230px;
    height: 250px;
    background-image: url(../i/logoCBO.svg);
    background-position: bottom left;
    background-repeat: no-repeat;
}
*/
div#menu{
    width: 230px;
    margin-top: 112px;
    position: absolute;
    top: 0px;    
    z-index: 20;
}

div#blauw{
    width: 100%;
    height: 250px;
    background-color: #5b5378;
    min-width: 960px;

    background-attachment: fixed;
}

div#wrapper div.content{
    padding-bottom: 0px;   
}

div#wrapper div.content a{
    color: #be863c;
}

div#wrapper div.content p{
    margin-bottom: 10px;
}

div#wrapper div.content ul{
    margin-left: 10px;
    list-style-position: inside;
}

div#wrapper div.content ol{
    margin-left: 10px;
    list-style-position: inside;

}

@media all and (min-height: 899px) and (min-width: 960px) {    
    div#cbsLogo{

        bottom: 0px;
        z-index: 19;
    }
    
    div#wrapper div.content{
        padding-bottom: 300px;   
    }
    
    div#blauw{
        bottom: 0px;
        left:0px;
        position: fixed;
    }    
    
    div#blauwBottom{
        bottom: 0px;
        left:0px;
        position: fixed;
    }  
    div#menu{
        position: fixed;   
    }
}



div#menu ul{
    margin-top: 200px;
    list-style: none;
    font-family: 'Shadows Into Light Two', cursive;
    font-size: 15px;
}

div#menu li{
    padding-left: 35px;
    line-height: 24px;
}

div#menu li a{
    text-decoration: none;
    color: #004D8F
}

div#menu li.selected{
    background-image: url(../i/menuicon.svg);
    background-position: 20px 5px;
    background-repeat: no-repeat;
    background-size: 10px;
}


div#menu li.selectedsub{
    background-image: url(../i/menuiconSub.svg);
    background-position: 20px 5px;
    background-repeat: no-repeat;
    background-size: 10px;
}

div#menu li.selectedsub a,
div#menu li.selected a{
	color: #be863c;
}

div#menu li.sub,
div#menu li.selectedsub{    
    padding-left: 55px;
}

div#menu li.selectedsub{    
    background-position: 35px 5px;
}

div.content{
    padding-left: 230px;
    min-height: 250px;
}

div#wrapper div.content{
    padding-top: 300px;
    padding-left: 230px;
}

div#blauw div#bottomWrapper{
    height: 250px;
}

div#bottomWrapper div.content{
    position: absolute;
    bottom: 0px;
    height: 250px; 
}

div.col{
    display: inline-block;
/*    min-height: 100px;*/
    vertical-align: text-top;
}

.imgFloatLeft a img{
    border: 1px solid #be863e;
    float: left;
    margin: 4px 10px 0 0;
}

div.col1{
    margin: 0;
    width: 234px;
    
}

div.col2{
    margin: 0;
    width: 480px;
}

div.col3{
    margin: 0;
    width: 733px;
}

div.colLeft{
    padding-right: 5px;
}

div.colMid{
    padding-left: 5px;
    padding-right: 5px;
}

div.colRight{
    padding-left: 5px;
}

div.list h2{
color: #be863c;
}

div.list dl{
    width: 100%;
}

div.list dl dt{
    display: block;
    color: #be863c;
    content: "test";
    background-image: url(../i/lineLong.svg);
    background-size: 200px;
    background-position: right;
    background-repeat: repeat-x;
    text-transform: uppercase;
}

div.list dd{
    color: #004D8F;
    background-image: url(../i/menuiconSub.svg);
    background-size: 10px;
    background-position: right CENTER;
    background-repeat: no-repeat;
    margin-bottom: 20px;
}

div.nijs h2{
    margin-top: 10px;
    margin-bottom: 8px;
	color: #fff;
	text-decoration: underline;
}

div.nijs{
    cursor: pointer;
    color: #fff;
    position: relative;
    height: 242px;
    overflow: hidden;
}

div.nijs div{
    margin-top: 2px;
    margin-bottom: 4px;
    width: 231px;
    height: 105px;
    background-size: cover;
    background-position: center;
}

.hidden{
    display: none;
}
.linkMetDecoratie{
    color: #be836c;
    background-image: url(../i/menuicon.svg);
    background-size: 20px;
    background-position: left bottom;
    background-repeat: no-repeat;
    padding-left: 30px;
    font-family: 'Shadows Into Light Two', cursive;
    text-decoration: none;
    font-size: 19px;
}

.linkMetDecoratieUp{
    background-size: 20px;
	height: 30px;
    padding-left: 15px;
    background-position: center center;
	background-image: url(../i/arrowUp.svg);

	}

.linkMetDecoratieDown{
	background-size: 20px;
	height: 30px;
    padding-left: 15px;
    background-position: center center;
	background-image: url(../i/arrowDown.svg);

}

div.opklap dl{
    width: 100%;   
}

div.opklap dl dt{
    display: table;
    font-family: 'Shadows Into Light Two', cursive;
    color : #004D8F;
    font-size: 18px;
    width: 100%;
}

div.opklap dl dt span{
    min-width: 20px;
    display: table-cell;
    white-space: nowrap;
}

div.opklap dl dt span.mid{
    background-image: url(../i/lineShort.svg);
    
    width: 100%;
    background-position: 15px 9px;
    background-repeat: repeat-x;
}

div.opklap dl dt{
    margin-top: 20px;
}
div.opklap dl dd{
    line-height: 22px;
    width: 700px;
}
div.opklap dl dd th{
    width: 150px;   
}

div.opklap dl dd td{
    width: 150px; 
    text-align: left;
}
div.opklap dl dd td.text{
    width: 450px; 
    text-align: left;
}

.small{
    max-height: 110px;
    overflow: hidden;
}

.smaller{
    max-height: 45px;
    overflow: hidden;
}

.open{
    max-height: none;
}

.thumbnailImage{
    
}

.thumbnailImage img{
    border: 1px #be863e solid;
    margin: 0 4px 4px 0;
}

ul.files{
    padding-left: 40px;
    list-style: disc;
    list-style-position: inside;
}

ul.files li a{
    color: #004D8F;
    text-decoration: none;
}

.imageFrame{
    width: 730px;
    height: 287px;
    /* border: 1px solid #fcd908; */
    position: absolute;
    left: 230px;
    overflow: hidden;
}
.banner { position: relative; overflow: auto; }
    .banner li { 
        list-style: none;
        height: 287px;
    }
        .banner ul li {
            float: left; 
        }


/*------*/
.menuColor{
    color : #be863c;
}

.breadColor{
    color: #5a5a5a;
}

.extra1{
    color: #e3ebf2;
}

.extra2{
    color: #fcd908;
}

.extraFont{
    font-family: 'Shadows Into Light Two', cursive;
}


/*---------------*/
span.textArea,
span.input{
    display: inline-block;
    width: 200px;
    vertical-align: top;
}

textarea,
input{
    margin: 5px;
    padding: 4px;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #a3a3a3;
    width: 209px;
    display: block;
}

input[type=submit]{
    width: 220px;
}

button:focus,
textArea:focus,
input:focus{
    -webkit-box-shadow: 0 0 10px 2px #B3B3B3;
    box-shadow: 0 0 10px 2px #B3B3B3;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -ms-transition: all .1s linear;
    -kthtml-transition: all .1s linear;
    transition: all .1s linear;
}

textarea{
    height: 150px;
}

button{
    margin: 5px 5px 5px 209px;
    padding: 4px;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #a3a3a3;
    
}

.extraFont::after{
content:"Intranet";

}
