/*---{ Imports )-------------------------------------------------------*/

@import "custom/news.css";
@import "custom/news2.css";
@import "custom/vacancy.css";
@import "custom/form.css";
@import "custom/ui.datepicker.css";
@import "custom/widgets.css";



.sidecolList{
	padding:0;
	margin:0 0 30px 0;
	position:relative;
}

div.sidecolList h3{
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	margin: 0px 0px 5px 0;
	padding: 0px 0px 5px 0;
	text-transform: uppercase;	
	border-bottom: 1px solid #f7b824;	/*-- Geel --*/
}



div.sidecolList.bottomBlockColor1 h3{
	border-bottom: 1px solid #f25260;	/*-- Rood/Roze --*/
}
div.sidecolList.bottomBlockColor2 h3{
	border-bottom: 1px solid #69d8ff;	/*-- Blauw --*/
}
div.sidecolList.bottomBlockColor3 h3{
	border-bottom: 1px solid #f7b824;	/*-- Geel --*/
}


.sidecolList ul{
	padding:0;
	margin:0;
	list-style:none;
}

.sidecolList ul li{
	padding:0;
	margin:0 0 5px 0;
	list-style:none;

}

.sidecolList ul li a{
	text-decoration:none;
	color:#fff;
	font-size:11px;
}

.sidecolList ul li a:hover{
	text-decoration:underline;
	text-decoration:none;
	color: #f7b824;	/*-- Geel --*/
}
.sidecolList.bottomBlockColor1 ul li a:hover{
	color: #f25260;	/*-- Rood/Roze --*/
}
.sidecolList.bottomBlockColor2 ul li a:hover{
	color: #69d8ff;	/*-- Blauw --*/
}






.bottomBlock{
	padding:0;
	margin:0;
	width:355px;
	float: left;
}

.bottomBlock h3{
	color: white;
	font-size: 16px;
	font-weight: bold;
	margin: 0px 0px 15px 0;
	padding: 0px 0px 5px 0;
	text-transform: uppercase;
	
	border-bottom: 1px solid #f7b824;	/*-- Geel --*/
}


.bottomBlock.bottomBlockColor1 h3{
	border-bottom: 1px solid #f25260;	/*-- Rood/Roze --*/
}
.bottomBlock.bottomBlockColor2 h3{
	border-bottom: 1px solid #69d8ff;	/*-- Blauw --*/
}
.bottomBlock.bottomBlockColor3 h3{
	border-bottom: 1px solid #f7b824;	/*-- Geel --*/
}

.bottomBlock .subitem{
	margin-bottom:20px;
}

.bottomBlock h4{
	padding:0;
	margin:0;
	font-weight:normal;
	font-size:12px;
	color:#fff;
}

.bottomBlock .teaser{
	padding:0;
	margin:8px 0;
	font-size:11px;
	line-height:15px;
	color:#999;
}


#content #page .bottomBlock ul,
.bottomBlock ul{
	padding:0;
	margin:0;
	list-style:none;
}

.bottomBlock ul li{
	padding:0;
	margin:0;
	list-style:none;
}

.bottomBlock ul li a{
	padding:0;
	margin:0;
	color:#fff;
	text-decoration: none;
}
.bottomBlock ul li a:hover{
	text-decoration: none;
	color: #f7b824;	/*-- Geel --*/
}
.bottomBlock.bottomBlockColor1 ul li a:hover{
	color: #f25260;	/*-- Rood/Roze --*/
}
.bottomBlock.bottomBlockColor2 ul li a:hover{
	color: #69d8ff;	/*-- Blauw --*/
}



#folderTitle{
	position:absolute;
	bottom: 0px;
	left:0px;
	width:100%;
	height:65px;
	background: transparent url('../images/bg_overlay-picture.png') top left repeat-x;
}
.whitePagePicture #folderTitle{
	background-image: url('../images/bg_overlay-picture_white.png');
}

#folderTitle h1{
	padding:16px 0 0 12px;
	margin:0;
	font-weight:normal;
	font-size:24px;
	color: #f25260;	/*-- Rood/Roze --*/
}
body#bodyColor1 #folderTitle h1{
	color: #f25260;	/*-- Rood/Roze --*/
}
body#bodyColor2 #folderTitle h1{
	color: #69d8ff;	/*-- Blauw --*/
}
body#bodyColor3 #folderTitle h1{
	color: #f7b824;	/*-- Geel --*/
}


#pagePicture{
	position:relative;
	background:#ccc;
	min-height: 200px;
}



#sidecol .widget{
	position: relative;
	margin-bottom: 20px;
	width: 180px;
	width: 182px;
	overflow: hidden;
	z-index: 900;
}
.widget .innerwidget{
	border:1px solid #8d8f91;
	padding: 10px;
	background-position: top center;
	background-repeat: no-repeat;
	color: #999;
	font-size: 10px;
}

.widget .innerwidget p{
	margin: 10px 0 6px;
}

.widget.noborder{
	width: 182px;
}
.widget.noborder .innerwidget{
	border: 0px;
	width: 182px;
}


.widget div.teaser{
	margin: 0 0 15px 0;
}

.widget div.teaser h1{
	padding:0;
	margin:10px 0 0px 0;
	font-size:20px;
	font-weight:normal;
	color:#69D8FF;
	
}

.widget div.teaser h1 a{
	color:#69D8FF;

}


.widget div.teaser p{

	color:#fff;
	margin:0px 0 10px 0;
	padding:0;

}

.widget div.teaser p a{
	color: #fff;
	text-decoration:none;

}

.widget div.teaser p a:hover{
	color: #d24642;
}


.widget a.more{
	color: #d24642;
	text-decoration: none;
}
.widget a.more:hover{
	color: #fff;
	text-decoration: none;
}
.widget.widgetimage .innerwidget{
	padding: 0px;
}
.widget.widgetimage a,
.widget.widgetimage a:hover{
	text-decoration: none;
	display: block;
	background-repeat: no-repeat;
	background-position: top center;
}

.widget.widgetimage a.mouseoverWidget:hover{
	background-position: bottom center;
}

.widgetLT,
.widgetLB,
.widgetRT,
.widgetRB{
	position: absolute;
	width: 10px;
	height: 10px;
	background-image: url('../images/bg_widget-corner.png');
	background-position: 0px 0px;
	z-index: 1000;
}
.widgetLT{
	left: 0px;
	top: 0px;
	background-position: 0px 0px;
}
.widgetRT{
	right: 0px;
	top: 0px;
	background-position: -10px 0px;
}
.widgetLB{
	left: 0px;
	bottom: 0px;
	background-position: 0px -10px;
}
.widgetRB{
	right: 0px;
	bottom: 0px;
	background-position: -10px -10px;
}


#footer .widgetLT,
#footer .widgetLB,
#footer .widgetRT,
#footer .widgetRB{
	background-image: url('../images/bg_widget-corner_footer.png');
}
#footer .widgetLT{
	left: -1px;
	top: -1px;
}
#footer .widgetRT{
	right: -1px;
	top: -1px;
	background-position: -10px 0px;
}
#footer .widgetLB{
	left: -1px;
	bottom: -1px;
	background-position: 0px -10px;
}
#footer .widgetRB{
	right: -1px;
	bottom: -1px;
	background-position: -10px -10px;
}

#pagePicture .widgetLT,
#pagePicture .widgetLB,
#pagePicture .widgetRT,
#pagePicture .widgetRB,
.bodyWhite #page .widgetLT,
.bodyWhite #page .widgetLB,
.bodyWhite #page .widgetRT,
.bodyWhite #page .widgetRB{
	background-image: url('../images/bg_widget-corner_content.png');
}
#pagePicture.whitePagePicture .widgetLT,
#pagePicture.whitePagePicture .widgetLB,
#pagePicture.whitePagePicture .widgetRT,
#pagePicture.whitePagePicture .widgetRB{
	background-image: url('../images/bg_widget-corner_content_white.png');
	background-image: url('../images/bg_widget-corner.png');
}
#pagePicture.whitePagePicture .widgetBorder{
	position: absolute;
	left: 0px;
	top:0px;
	border: 1px solid #8d8f91;
}


.homeflash{
	height: 240px;
	width: 755px;
}	
/* ---------- */



#social{
	position: absolute;
	top: 71px;
	right: 0px;
	width: 150px;
	height: 24px;
}

#social a{
	width: 24px;
	height: 24px;
	display: block;
	float: right;
	margin-left: 5px;
	background: blue;
	overflow: hidden;
	text-decoration: none;
	background: transparent;
	background-image:url('../images/social-media_24x24.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	outline: none;
	text-indent: -1000000em;
}
#social a:hover{
	text-decoration: none;
}

#social a#socialFacebook{
	background-position: 0px 0px;
}
#social a#socialTwitter{
	background-position: -24px 0px;
}
#social a#socialLinkedin{
	background-position: -48px 0px;
}
#social a#socialYoutube{
	background-position: -72px 0px;
}
#social a#socialRss{
	background-position: -96px 0px;
}
#social a#socialFacebook:hover{
	background-position: 0px -24px;
}
#social a#socialTwitter:hover{
	background-position: -24px -24px;
}
#social a#socialLinkedin:hover{
	background-position: -48px -24px;
}
#social a#socialYoutube:hover{
	background-position: -72px -24px;
}
#social a#socialRss:hover{
	background-position: -96px -24px;
}
