/*-- Bepaal de plaats en grootte de header */
#header {
position: absolute;
top: 0px;
left: 300px;
width: 400px;
height: 80px;
border: 0px solid green;
}
#header_button1{
position: absolute;
top: 50px;
right: 50px;
width: 150px;
vertical-align:middle; padding-top:5px;
text-align:center;
height: 35px;
background-image:url(../plaat/topknop-grey.jpg);
}

#header_button2{
position: absolute;
top: 50px;
right: 210px;
width: 150px; 
vertical-align:middle; padding-top:5px;
text-align:center;
height: 35px;
background-image:url(../plaat/topknop-grey.jpg);
}
#logo {
position: absolute;
top: 0px;
lef: 0px;
Width 500px;
height: 70 px;
}
#webadres {
position: absolute;
top: 1px;
right: 10px;
width: 150px;
height: 50px
border: 1px solid black;
}

/*-- Bepaal de plaats en grootte van het navigatie window */
#navigatie_R{
position: absolute;
top: 150px;
right: 5px; 
width: 80px;
/*randje om het menu*/
border: 0px solid black;
}
/*-- Bepaal de plaats en grootte van het navigatie window */
#navigatie_L{
position: absolute;
top: 100px;
left: 5px; 
width: 120px;
height:80%;

/*randje om het menu*/
border-right:1px solid white;
}
#navigatie_LBl{
position: absolute;
top: 100px;
left: 130px; 
height: 80%;
width: 2px;
background:#990000;
border-right-color:#CCCCCC; 
border-right-width:2px;


}
/*-- Bepaal de plaats en grootte van het navigatie window */
#navigatie_T{
position: absolute;
top: 50px;
right: 0px;
width: 500px;
height:50px;
overflow: auto;
/*randje om het menu*/
border: 1px solid yellow;
}

/*-- Bepaal de plaats en grootte van het main window */

#main {
position: absolute;
top: 110px;
left: 135px;
width: auto;
height:auto;
margin-left:0px;
margin-right:10px;
margin-bottom:110px;
overflow: auto;
clear: both;
border: 0px solid white;
}



/*-- Bepaal de plaats en grootte de footer */
#footer {
position: absolute;
bottom: 5px;
heihgt:100px;/*toegevoegd*/
width:90%;
border: 1px solid green;
clear: both;
}

