/* CSS Document */

.CNT_Body {
	margin-bottom: 10px;
}

.CNT_Headerwrapper {
	background: url(images/header_bg.gif) top left repeat-x;
	height: 34px;
}

.CNT_Headerwrapper_home_1 {
	background: url(images/header_home_1.jpg) top center no-repeat;
	height: 127px;
	width: 250px;
}

.CNT_Headerwrapper_home_2 {
	background: url(images/header_home_2.jpg) top center no-repeat;
	height: 127px;
	width: 250px;
}

.CNT_Headerwrapper_home_3 {
	background: url(images/header_home_3.jpg) top center no-repeat;
	height: 127px;
	width: 250px;
}

.CNT_Headerwrapper_grijs {
	background: url(images/header2_bg.gif) top left repeat-x;
	height: 34px;
}

.CNT_Headerwrapper .actions,
.CNT_Headerwrapper_text .actions,
.CNT_Headerwrapper_grijs .actions,
.CNT_Headerwrapper_home_1 .actions,
.CNT_Headerwrapper_home_2 .actions,
.CNT_Headerwrapper_home_3 .actions {
	float: left;

}

.CNT_Headerwrapper .Headerleft,
.CNT_Headerwrapper_grijs .Headerleft {
	background: url(images/header_left.gif) top left no-repeat;
	height: 34px;
}

.CNT_Headerwrapper .Headerright  {
	background: url(images/header_right.gif) top right no-repeat;
	height: 34px;
}

.CNT_Headerwrapper_grijs .Headerright {
	background: url(images/header_grijs_right.gif) top right no-repeat;
	height: 34px;
}

.CNT_Headerwrapper H2,
.CNT_Headerwrapper H2 span,
.CNT_Headerwrapper_home_1 H2,
.CNT_Headerwrapper_home_1 H2 span,
.CNT_Headerwrapper_home_2 H2,
.CNT_Headerwrapper_home_2 H2 span,
.CNT_Headerwrapper_home_3 H2,
.CNT_Headerwrapper_home_3 H2 span {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
	margin: 0;
	padding: 0;
	padding-top: 7px;
	padding-left: 4px;
}

.CNT_Headerwrapper_text H2,
.CNT_Headerwrapper_text H2 span {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #ff8a00;
	margin: 0;
	padding: 0;
	margin-bottom: 4px;
}

.CNT_Headerwrapper_grijs H2,
.CNT_Headerwrapper_grijs H2 span {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	padding-top: 7px;
	padding-left: 4px;
}

.CNT_Contentwrapper {
	background: url(images/content_left.gif) top left repeat-y;
}

.CNT_Contentwrapper_grijs {
	background: url(images/content_left.gif) top left repeat-y;
	background-color: #ccc;
}

.CNT_Content {
	background: url(images/content_right.gif) top right repeat-y;
	padding: 6px;
}

.CNT_Footerwrapper {
	background: url(images/footer_bg.gif) bottom left repeat-x;
	height: 4px;
}

.CNT_Footerwrapper .Footerleft {
	background: url(images/footer_left.gif) bottom left no-repeat;
	height: 4px;
}

.CNT_Footerwrapper .Footerright {
	background: url(images/footer_right.gif) bottom right no-repeat;
	height: 4px;
}

/* -- SPLASH -- */
.CNT_Content .Splash ul {
	margin: 0;
	padding: 0;
}

.CNT_Content .Splash li {
	background: url(images/arrow.gif) left center no-repeat;
	list-style-type: none;
	list-style-position: inside;
	margin: 0;
	padding: 4px 0 4px 10px;
	border-bottom: 1px solid #eee;
}

.CNT_Content .Splash a {
	font-size: 11px;
	text-decoration: none;
}

.CNT_Content .Splash a.meer {
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}




