/*=======================
Leeg container 
=======================*/
table.wrapperContainerDefault {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}

/*=======================
Blauwe container 
=======================*/
.c_head_left_top_blauw {
	background-color: #3366cc;
	width: 15px;
	background-image: url('ConBlueLeftTop.png');
	background-repeat: no-repeat;
	background-position: left top;
}
.c_head_right_top_blauw {
	background-color: #3366cc;
	width: 15px;
	background-image: url('ConBlueRightTop.png');
	background-repeat: no-repeat;
	background-position: right top;
}
.c_head_left_bottom_blauw {
	background-color: #3366cc;
	width: 15px;
	background-image: url('ConBlueLeftBottom.png');
	background-repeat: no-repeat;
	background-position: left bottom;
}
.c_head_right_bottom_blauw {
	background-color: #3366cc;
	width: 15px;
	background-image: url('ConBlueRightBottom.png');
	background-repeat: no-repeat;
	background-position: right bottom;
}
.c_head_title_blauw {
	background-color: #3366cc;
	height: 25px;
	background-image:none;
	width:100%;
	padding-left:15px;
}
.c_head_blauw{
	background-color: #3366cc;
}
.c_head_title_blauw .Head {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: normal;
	color: #ffffff;
	margin: 0;
	padding: 0;
	background-color: #3366cc;
}
.contentPaneContainerDefault {
	padding-top: 10px;
	padding-left:15px;
	padding-right:15px;	
}

/*=======================
Oranje container 
=======================*/
.c_head_left_top_oranje {
	background-color: #e86c21;
	width: 15px;
	background-image: url('ConOrangeLeftTop.png');
	background-repeat: no-repeat;
	background-position: left top;
}
.c_head_right_top_oranje {
	background-color: #e86c21;
	width: 15px;
	background-image: url('ConOrangeRightTop.png');
	background-repeat: no-repeat;
	background-position: right top;
}
.c_head_left_bottom_oranje {
	background-color: #e86c21;
	width: 15px;
	background-image: url('ConOrangeLeftBottom.png');
	background-repeat: no-repeat;
	background-position: left bottom;
}
.c_head_right_bottom_oranje {
	background-color: #e86c21;
	width: 15px;
	background-image: url('ConOrangeRightBottom.png');
	background-repeat: no-repeat;
	background-position: right bottom;
}
.c_head_title_oranje {
	background-color: #e86c21;
	height: 25px;
	background-image:none;
	width:100%;
	padding-left:15px;
}
.c_head_oranje{
	background-color: #e86c21;
}
.c_head_title_oranje .Head {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: normal;
	color: #ffffff;
	margin: 0;
	padding: 0;
	background-color: #e86c21;
}

/*=======================
Groene container 
=======================*/
.c_head_left_top_groen{
	background-color: #8ea318;
	width: 15px;
	background-image: url('ConGroenLeftTop.png');
	background-repeat: no-repeat;
	background-position: left top;
}
.c_head_right_top_groen {
	background-color: #8ea318;
	width: 15px;
	background-image: url('ConGroenRightTop.png');
	background-repeat: no-repeat;
	background-position: right top;
}
.c_head_left_bottom_groen {
	background-color: #8ea318;
	width: 15px;
	background-image: url('ConGroenLeftBottom.png');
	background-repeat: no-repeat;
	background-position: left bottom;
}
.c_head_right_bottom_groen {
	background-color: #8ea318;
	width: 15px;
	background-image: url('ConGroenRightBottom.png');
	background-repeat: no-repeat;
	background-position: right bottom;
}
.c_head_title_groen {
	background-color: #8ea318;
	height: 25px;
	background-image:none;
	width:100%;
	padding-left:15px;	
}
.c_head_groen{
	background-color: #8ea318;
}
.c_head_title_groen .Head {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: normal;
	color: #ffffff;
	margin: 0;
	padding: 0;
	background-color: #8ea318;
}
