body {
	margin: 0px;
	padding: 0px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size:75%;
	line-height:1.5em;
}
body, html {
	width: 100%;
	height: 100%;
}
#container{
	position:absolute;
	width:900px;
	height:490px;
	margin:-245px 0px 0px -450px;
	top: 50%; 
	left: 50%;
	text-align: left;
	padding: 0px;
	overflow: hidden;
	background-color:#FFF;
}
a{
	color:#000;
	text-decoration:underline
}
a:hover{
	color:#D5260B;
	text-decoration:none;
}
H1,H2,H3,H4,H5,H6{
	margin:0 0 0.2em 0;
	font-size:1.2em;
	font-weight:bold;	
	color:#D5260B;
}	
#leftcolumn{
	width:155px;
	padding: 0 5px 0 0;
	float:left;
	background-color:#FFF;
	height:490px;
}
#middlecolumn{
	width:348px;
	border-left:1px solid #AEAEAE;  
	padding: 0 10px 0 10px;
	float:left;
	background-color:#FFF;
	overflow: auto;
	height:426px;
	text-align:left;
	overflow-y: auto; 
	overflow-x:hidden;
}
#rightcolumn{
	width:358px;
	float:left;
	background-color:#FFF;
	height:426px;
	border-left:1px solid #AEAEAE;  
	padding: 0 0 0 10px;
	}
.noscroll{
	overflow:hidden;
}
.scroll{
	overflow-y: auto; 
	overflow-x:hidden;
}
#middlecolumn a{
	color: #000;
	text-decoration:none;
}
#middlecolumn a:hover{
	color: #D5260B;
	text-decoration:none;
}
#mainmenu{
	line-height:1.6em;
}
#mainmenu a{
	color: #000;
	text-decoration:none;
}
#mainmenu a:hover{
	color: #D5260B;
	text-decoration:none;
}
#mainmenu .sub a{
	color: #000;
	text-decoration:none;
}
#mainmenu .sub a:hover{
	color: #D5260B;
	text-decoration:none;
}
.item{
	margin-bottom:1em;

}
.subitems{
	padding-left:0px;
}
#logo{
	background:url(/template/logo_jc.jpg) no-repeat;
	position:absolute;
	width:155px;
	height:210px;
	top: 280px;
}
label { 
	width: 110px; 
	text-align: left; 
	float:left;
}
input, textarea { 
	margin-left: 10px;
}
.inputfield{
	width:120px;
}
.cv{
	width:160px;
}
.button{
	margin-left:120px;
}
.verplicht{
	color:#D5260B;
}
#aanmeldform{
	padding-top:20px;
	line-height:0.8em;

}