/* CSS Document */
html {
	overflow: -moz-scrollbars-vertical;
}
* {
margin : 0; 
padding : 0; 
} 
body {
margin-top : 12px; 
background : #edf2f6 url(assets/bg.jpg) repeat-x; 
color : #999999; 
font-family : "Trebuchet MS", Arial, Helvetica, sans-serif; 
} 
#head {
	display: none;
} 
.topimage{
	display: none;
}
/* Inhoud */
#inhoud {
	width : 70%;
} 
*html #inhoud{
padding-bottom:0px;
}

.leftimage{
	padding-top: 8px;
	padding-right: 8px;
}
.rightimage{
display:none;
}

#inhoudbottom {
	display: none;
} 
/* Menu */
#menu {
	display: none;
} 

/* Zoek en Boek */
#zoekenboek {
	background-image : url(assets/zoekbg.gif);
	background-repeat : no-repeat;
	width : 70%;
	float : right;
	margin : 11px 0px 0px;
	color: #000000;
}  
#zoekenboek H1 {
	display: none;
}  
label, input, textarea {
	font-family : "Trebuchet MS", Arial, Helvetica, sans-serif;
	color : #5a523a;
	font-size : 11px;
	padding-left: 3px;
} 
input, textarea { 
border : 1px solid #ccbba2; 
} 

input.formbutton{
	background-color: #F9EFDD;
}

label {
text-align : right; 
width : 90px; 
padding-right : 10px; 
} 
br {
clear : both; 
} 
/* Tekst */
#tekst H1 {
background-image : url(assets/titelbg_3.gif); 
font-weight : 700; 
font-size : 14px; 
width : 70%; 
line-height : 20px; 
padding-left : 10px; 
color : #5a523a; 
}
#tekst {
background : #e0ebf1 url(assets/tekst_bg.gif) right bottom no-repeat; 
width : 752px; 
float : right; 
padding : 0px 10px; 
font-size : 13px; 
color : #5a523a; 
margin-top: 11px;
} 
#tekstbottom {
	display: none;
}
/* Footer */
#footer {
	display: none;
}

#footer a{
	color: #999999;
	text-decoration: none;
}

#footer a:hover{
	color: #999999;
	background-color: #F3F3F3;
	text-decoration: underline;
}