/* CSS Document */
*{
	margin:0px;
	padding:0px;
}
a:link {
color: red; text-decoration: none; }
a:hover {
color: red; text-decoration: none; }
a:visited {
color: red; text-decoration: none; }
a:active {
color: red; text-decoration: none; }
body{
	background-image:url(../images/achtergrond.gif);
	background-attachment:fixed;
	width:800px;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	
}
#container{
	width:800px;
	height:auto;
}
#bk_lpersoon{
	background-image:url(../images/bk_lpersoon.gif);
	background-repeat:no-repeat;
	margin:0px;
	padding:0px;
	width:100px;
	height:100px;
	float:left;
}
#banner{
	background-image:url(../images/banner.gif);
	background-repeat:no-repeat;
	margin-left:0px;
	margin-right:0px;
	padding-left:0px;
	padding-right:0px;
	width:600px;
	height:100px;
	float:left;
}
#bk_rpersoon{
	background-image:url(../images/bk_rpersoon.gif);
	background-repeat:no-repeat;
	margin:0px;
	padding:0px;
	width:100px;
	height:100px;
	float:left;
}
#ok_lpersoon{
	background-image:url(../images/ok_lpersoon.gif);
	background-repeat:no-repeat;
	margin:0px;
	padding:0px;
	width:100px;
	height:100px;
	float:left;
}
#menu{
	background-position:top;
	width:600px;
	height:100px;
	margin-left:auto;
	margin-right:auto;
	float:left;
}
#ok_rpersoon{
	background-image:url(../images/ok_rpersoon.gif);
	background-repeat:no-repeat;
	margin:0px;
	padding:0px;
	width:100px;
	height:100px;
	float:left;
}
#content{
	margin-top:0px;
	margin-bottom:0px;
	padding-bottom:0px;
	padding-top:0px;
	width:792px;
}
#inhoud{
	float:left;
	background-color:#F2EA35;
	background-image:url(../images/tekst.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	width:792px;
	border-left-color:#F2EA35;
	border-left-style:solid;
	border-left-width:4px;
	border-right-color:#F2EA35;
	border-right-style:solid;
	border-right-width:4px;

}
#O_L{
	background-image:url(../images/L_O.gif);
	background-repeat:no-repeat;
	padding:0px;
	margin:0px;
	width:11px;
	height:11px;
	float:left;
}
#M_O{
	background-image:url(../images/M_O.gif);
	background-repeat:repeat-x;
	padding:0px;
	margin:0px;
	width:778px;
	height:11px;
	float:left; 
}
#O_R{
	background-image:url(../images/R_O.gif);
	background-repeat:no-repeat;
	padding:0px;
	margin:0px;
	width:11px;
	height:11px;
	float:left;
}
#B_L{
	background-image:url(../images/L_B.gif);
	background-repeat:no-repeat;
	padding:0px;
	margin:0px;
	width:11px;
	height:11px;
	float:left;
}
#M_B{
	background-image:url(../images/M_B.gif);
	background-repeat:repeat-x;
	padding:0px;
	margin:0px;
	width:778px;
	height:11px;
	float:left;
}
#B_R{
	background-image:url(../images/R_B.gif);
	background-repeat:no-repeat;
	padding:0px;
	margin:0px;
	width:11px;
	height:11px;
	float:left;
}
#teller{
	float:right;
}

