html { 
height: 100%;
width: 100%; 
overflow-x:hidden;
overflow-y:auto;
}

body { 
background-color : #ffffff;
margin: 0px; 
padding: 0px; 
height: 100%;
width: 100%;  
border-top: 1px; 
}
/* positionering velden*/
#container { 
position : absolute;
left : 50%;
top : 50%;
width : 900px;
height : 640px;
margin-right : 450px;
margin-left : -450px;
margin-top : -300px;
margin-bottom : 300px;
background-color : #ffffff;
text-align : center;
} 

#logoveld { 
position : absolute;
left : 0px;
top : 0px;
width : 900px;
height : 70px;
margin: 0px;
padding : 30px 0px 0px 0px;
background-color : #ffffff;
text-align : center;
}

#logo { 
height:55px;
margin : 0px 0px 0px 0px;
padding : 0px 0px 0px 0px;
}

#titel { 
position : absolute;
left : 0px;
top : 508px;
width : 900px;
height : 53px;
background-color : #ffffff;
text-align : center;
}

#knoppen { 
position : absolute;
left : 0px;
top : 549px;
width : 900px;
height : 85px;
background-color : #ffffff;
text-align : center;
}

/* opmaak projectafbeelding*/
#projectblad {
width : 900px;
}

#leeg {
position : absolute;
left : 0px;
top : 0px;
width : 900px;
height : 600px;
}

/* menutitel*/
h1 { 
color : black;
font-family : arial;
font-size : 11pt;
text-transform: uppercase;
font-weight : normal;
letter-spacing: 0.5em;
margin-top : 11px;
}

/* knoppen navigatiebalk */
.knopaan {
border : 1px solid;
border-color : #ffffff;
width : 30px;
height : 30px;
margin: 0px 0px -6px 0px;
padding: 0px 0px 0px 0px;
}

.knopuit {
border : 1px solid;
border-color : black;
margin: 0px 3px -7px 3px;
width : 32px;
height : 32px;
opacity : 0.2;
filter : alpha(opacity=20);
}

.afstand {
border : 1px solid;
border-color : #ffffff;
margin: 0px 3px -7px 3px;
width : 32px;
height : 32px;
}

a{
border : 1px solid;
border-color : #cccccc;
font-size : 29px;
margin-right : 3px;
margin-left : 3px;
z-index : 1;
}


a:hover {
border : 1px solid;
border-color : #999999;
}

/* preload */

.hidden {
width : 1px;
height : 1px;
visibility :hidden;
}



