/* CSS Document */

html, body, table {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-align:center;
	font-family:"Courier New", Courier, monospace;
    font-size:12px;
	color:#000000;
	background-color:#FFFFFF;
	}
#container {display:block; clear:both; width:948px; overflow:hidden; text-align:left; margin-left:auto; margin-right:auto; margin-top:10px; background-color:#ffffff; border:6px solid #B7B4B9;}
#header {clear:both; float:left; width:948px; height:100px; background-color:#FFFFFF; background-image:url(../images/header.jpg); background-repeat:no-repeat;}
#menu_container {clear:both; float:left; width:946px; height:22px; background-color:#B7B4B9; border:1px solid #FFFFFF; background-image:url(../images/back-menu.gif); background-repeat:repeat-x;}

#content_holder {float:left; clear:both; overflow:hidden; width:946px; height:100%; vertical-align:top; border-bottom:1px solid #ffffff;}
#col_1 {float:left; width:476px; padding:10px 10px 10px 10px; overflow:hidden; text-align:left;}
#col_2 {float:right; overflow:display; height:100%; width:420px; background-color:#F5F5F5; padding: 10px 10px 10px 10px; text-align:left}
.beeld {width:400px; margin-left:10px; overflow:hidden;}

#footer {clear:both; float:left; width:948px; height:120px; _height:120px; background-image:url('../images/footer.jpg'); background-repeat:no-repeat; padding:0px 0px 0px 0px; text-align:center;}
#copyright {display:block; clear:both; width:948px; overflow:hidden; text-align:left; margin-left:auto; margin-right:auto; margin-top:5px; background-color:#ffffff;}

/* FORMULIER */
.formfield {font-family: Arial, Helvetica, sans-serif; font-size: 11px;	color: #000000;	background-color: #ffffff;	border: 1px double #706A74;}
.submitfield {font-family:"Courier New", Courier, monospace; font-size: 12px; font-weight:bold; color: #FFFFFF; background-color: #706A74;	border:1px solid #BDBBB5}
.required {font-size:14px; font-weight:bold; color:#ff000e;}
