@charset "utf-8";
/* CSS Document */
#content{
	z-index:10;
	position:relative;
	margin-left:0px;
	margin-top:314px;
	display:block;
	float:left;
}
#submenu{
	position:absolute;
	width:580px;
	left:6px;
	top:94px;
	z-index:30;
}
#submenu li{
	float:left;
	display:block;
	margin-bottom:5px;
	width:585px;
}
#submenu li a{
	text-decoration:none;
	width:220px;
	padding-top: 3px;
	padding-bottom:3px;
	display:block;
	margin-left:4px;
}
#submenu li.active{
	background-color:#b30a41;
}
#submenu li.active a{
	color:#fff;
}
.column_left{
	float:left;
	width:310px;
	margin-left:232px;
	z-index:40;
	position:relative;
}
* html .column_left{
	margin-left:210px;
}
.column_left_backgr{
	width:310px;
	background:url(/img/contentNieuws_middle.png) repeat-y;
	float:left;
}
.column_left_top{
	width:310px;
	height:11px;
	float:left;
	background:url(/img/contentNieuws_top.png) no-repeat;	
}
.column_left_content{
	margin-left:20px;
	display:block;
	color:#fff;
	padding-top: 18px;
	float:left;
	padding-bottom:40px;
	min-height:460px;
}
.column_left_content h1{
	font-size:22px;
	line-height:19px;
	padding-bottom:15px;
	display:block;
	text-transform:uppercase;
}
.column_left_content p{
	line-height:16px;
	font-size:12px;
	width:330px;	
	padding-bottom:15px;
}
.column_left_content a{
	color:#fff;
}
.column_left_content a:hover{
	text-decoration:none;	
}
.column_left_content h2{
	line-height:18px;
	font-size:16px;
	font-weight:bold;
	width:250px;
	display:block;
	margin-bottom:26px;
	text-transform:none;
}
.column_left_content span.highlighted{
	line-height:18px;
	font-size:16px;
	font-weight:bold;
	width:250px;
	display:block;
	margin-bottom:30px;	
}
.column_left_content ul, .column_left_content ol{
	padding-bottom:15px;
}
.column_left_content ul li{
	line-height:16px;
	font-size:12px;
	width:230px;
	list-style-image:url(/img/li_dot.gif);
	padding-left:24px;
	margin-left:11px;
	list-style-position:outside;
}
.column_left_content ol li{
	line-height:16px;
	font-size:12px;
	width:230px;
	padding-left:17px;
	margin-left:16px;
	list-style-position:outside;
}
/* nieuws content */
span.nieuwsDatum{
	font-size:11px;
	line-height:13px;
	font-style:italic;
}
.column_left_content img{
	display:inline;
	float:right;
	padding-left:10px;
	padding-top:4px;
	padding-bottom:5px;
}
.column_left_content .berichtContent{
	width:265px;	
}
.column_left_content .berichtContent p{
	width: auto;
}

#inschrijfFormContent{
	float:left;	
}
#inschrijfFormContent label{
	float:left;
	width:130px;
	height:19px;
	line-height:19px;
}
#inschrijfFormContent label.radioLabelSpan{
	width:35px;	
}
#inschrijfFormContent label.checkLabelSpan{
	width:230px;
	height:auto;
}
#inschrijfFormContent input[type="radio"]{
   	float: left;
    margin-right: 14px;
    width: 15px;
	margin-bottom:10px;
}
#inschrijfFormContent input[type="text"]{
	float:left;	
	margin-bottom:6px;
	border:none;
	font-size:12px;
	height:19px;
	line-height:19px;
	width:130px;
	padding-left:5px;
}
#inschrijfFormContent input[type="checkbox"]{
   	float: left;
    margin-right: 19px;
    width: 10px;
	margin-bottom:10px;
}
#inschrijfFormContent input[type="submit"]{
   	float: left;
	background:#B10A40;
	border:0;
	color:#fff;
	padding:3px 13px;
	cursor:pointer;
	margin-bottom:40px;
}
#inschrijfFormContent input[type="submit"]:hover{
	background:#FFF;
	color:#B10A40;
}
#inschrijfFormContent .formSeparator{
	width:100%;
	height:15px;
	float:left;
}
#inschrijfFormContent .error{
	float:left;
	margin-left:130px;
    height: 14px;
    line-height: 14px;
    margin-bottom: 14px;
	color:red;
	width:130px;
}
#inschrijfFormContent .error2{
	float:left;
	margin-left:35px;
    height: 19px;
    line-height: 19px;
    margin-bottom: 14px;
	color:red; 
}
.pError{
	color:red;
	font-weight:bold;
}
