/* BASIC, div-opbouw */

html {
overflow: hidden;
}

body {
height: 100%;
overflow: hidden;
}

#totaal  {
position: absolute;
background-image: url("gfx/logo.jpg");
background-repeat: no-repeat;
left: 0px; 
top: 0px; 
width: 900px; 
height: 99%; }

#totaal_home  {
position: absolute;
background-image: url("gfx/logo_home.jpg");
background-repeat: no-repeat;
left: 0px; 
top: 0px; 
width: 900px; 
height: 99%; }  

#naam_blauw {
position: absolute;
background-image: url("gfx/naam_blauw.gif");
background-repeat: no-repeat;
top: 40px;
left: 528px;
width: 300px;
height: 80px;
}

#naam_oranje {
position: absolute;
background-image: url("gfx/naam_oranje.gif");
background-repeat: no-repeat;
top: 40px;
left: 528px;
width: 310px;
height: 50px;
}

#navbalk     {
position: absolute;
background-image: url("gfx/navbalk.png");
background-repeat: no-repeat;
bottom: 0px;
left: 60px;
width: 130px;
height: 400px;
}

#nav     {
position: absolute;
top: 238px;
left: 60px;
width: 125px;
}

#foto     {
position: relative;
top: 135px;
left: 583px;
width: 235px;
height: 120px;
border:1px solid #ccc;
}

#QEhometitle {
position: absolute;
top: 275px;
left: -80px;
width:580px;
height:29px;
}

#titel{
position: absolute;
top: 210px;
left: 240px;
border-bottom:1px solid #ccc;
width: 580px;
height: 50px;
}

#titel_home {
position: absolute;
top: 235px;
left: 240px;
border-bottom:1px solid #ccc;
width:664px;
height:29px;
}

#paigetrail {
position: absolute;
overflow: auto;
padding-right: 20px;
top: 270px;
left: 240px;
width: 500px;
height: 50px;
}

#rechterbalk {
position: absolute;
top: 264px;
left: 552px;
width: 295px;
height: 100%;
}

#rechterbalk_home {
position: absolute;
top: 134px;
right: -5px;
width: 270px;

}

#rechterbalk_vacature {
position: absolute;
top: 264px;
right: -5px;
width: 270px;
height: 100%;
}

#content_home {
position: absolute;
overflow: auto;
top: 310px;
left: 240px;
width: 360px;
padding-right:5px;

}

#content_vacaturebank {
position: absolute;
overflow: auto;
top: 310px;
left: 240px;
width: 340px;
height: 50px;
padding-right:5px
}

#content     {
position: absolute;
overflow: auto;
padding-right:20px;
top: 310px;
left: 240px;
width: 580px;
padding-right:5px;
}

.Article2Col {
	column-count:2;
}

#extra {
margin-top: -33px;
padding: 10px;
padding-top: 5px;
display: block;
line-height: 17px;
background-color: #e7e7e7;
overflow:auto;

}
