/* 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 {
	width : 1000px;
	height : 179px;
	margin : 0 auto;

	background-image: url(assets/head.jpg);
	background-repeat: no-repeat;
} 
.topimage{
	padding-top: 11px;
	padding-bottom: 10px;
	padding-right: 15px;
}
/* Inhoud */
#inhoud {
	background-image : url(assets/body_bg2.jpg);
	background-repeat : repeat-y;
	width : 984px;
	display : table;
	margin : 8px auto 0px auto;
	padding : 0px 16px 4px 0px;
} 
*html #inhoud{
padding-bottom:0px;
}

.leftimage{
	padding-top: 8px;
	padding-right: 8px;
}
.rightimage{
	padding-top: 4px;
	padding-bottom: 8px;
	padding-left: 8px;
}

#inhoudbottom {
display : table; 
width : 1000px; 
height : 18px; 
background-image : url(assets/body_bottom.jpg); 
background-repeat : repeat-x; 
margin : 0 auto; 
} 
/* Menu */
#menu {
width : 170px; 
float : left; 
padding : 1px 6px 9px 9px; 
} 
.menutitel {
display : block; 
float : left; 
background-image : url(assets/titelbg.gif); 
font-weight : 700; 
font-size : 14px; 
width : 166px; 
line-height : 20px; 
padding-left : 4px; 
margin-bottom : 6px; 
margin-top : 10px; 
color : #053664; 
} 

.menutitel a, .menutitel a:hover, .menutitel a:link, .menutitel a:visited{
float : left; 
font-weight : 700; 
font-size : 14px; 
width : 186px; 
line-height : 20px; 
color : #777777;
}

#menu a:link, #menu a:visited {
display : block; 
float : right; 
padding : 2px 0 0; 
width : 170px; 
color : #3E7275; 
background-color : #ffffff;
background-image:url(assets/menubg.gif);
background-position:bottom left;
background-repeat:no-repeat; 
font-weight : 800; 
font-size : 13px; 
text-decoration : none; 
} 
#menu a:hover, #menu a:hover, #menu a:focus {
background-color : #dceefe; 
color : #5C5C5C; 
}  
/* Zoek en Boek */
#zoekenboek {
	background-image : url(assets/zoekbg.gif);
	background-repeat : no-repeat;
	width : 772px;
	height : 235px;
	float : right;
	margin : 11px 0px 0px;
	color: #000000;
}  
#zoekenboek H1 {
font-family : "Trebuchet MS", Arial, Helvetica, sans-serif; 
background-image : url(assets/titelbg_2.gif); 
font-weight : 700; 
font-size : 14px; 
width : 763px; 
padding-left : 8px; 
line-height : 20px; 
margin : 11px 0 6px; 
color : #000000; 
}  
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, #tekst2 H1 {
background-image : url(assets/titelbg_3.gif); 
font-weight : 700; 
font-size : 16px; 
width : 762px; 
line-height : 20px; 
padding-left : 10px; 
margin : 11px -10px 6px; 
color : #000000; 
}
#tekst {
background : #e0ebf1 url(assets/tekst_bg.gif) right bottom no-repeat; 
width : 752px; 
float : right; 
padding : 0px 10px; 
font-size : 13px; 
color : #053664; 
margin-top: 11px;
} 

#tekst2 {
background-color: #e0ebf1;
width : 752px; 
float : right; 
padding : 0px 10px; 
font-size : 13px; 
color : #000000; 
margin-top: 11px;
font-weight:normal;
} 

#tekst a, #tekst2 a{
	color: #007EA8;
	text-decoration: underline;
}

#tekst a:hover, #tekst2 a:hover{
	color: #999999;
}
#tekstbottom {
float : right; 
background-image : url(assets/tekst_bottom.gif); 
background-repeat : no-repeat; 
width : 772px; 
height : 16px; 
}
/* Footer */
#footer {
background : #ffffff url(assets/footer.jpg); 
width : 982px; 
height : 44px; 
margin : 0 auto; 
text-align : right; 
font-size : 12px; 
color : #999999; 
padding : 16px 18px 0 0; 
}

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

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

/* user managed */
.rood {
color: #FF3300;
}

.blauw {
color: #0099FF;
}

.groen {
color: #33CC00;
}