/* --- sidebar.css - Laat je raken --- */

				
/* --- sideBar --- */

#sideBar {
	float: right;
	width: 180px;
	padding: 0 0 25px 10px;
	margin-top:-15px;
}

* + html #sideBar {
    margin-top:0;
}

* html #sideBar {
    margin-top:0;
}

	#sideBar .frame {
		position: relative;
		top: -10px;
		left: -10px;
		padding: 5px 10px 7px;
	}
	
	#sideBar .blank {
		background-color: #ffffff;
	}
	
	#sideBar h2 {
		margin-bottom: 4px;
	}
	* + html #sideBar #selectedVacancies h2{
		font-size:2.20em;
		height:21px;
	}
    * html #sideBar #selectedVacancies h2{
		font-size:2.20em;
		height:21px;
	}


	
	#sideBar h2.cntVacSelected {
		font-size:1.95em;
	}
	
	#sideBar p, #sideBar ul, #sideBar ol, #sideBar dl, #sideBar table, #sideBar blockquote {
		margin: 0 0 0.6em;
	}
	
/* --- sbrBanner --- */

#sideBar .sbrBanner .frame {
	font-size: 1.2em;
	padding: 0;
}

	.sbrBanner a {
		display: block;
		position: relative;
	}
	
		.sbrBanner a span {
			display: block;
			position: absolute;
			right: 0;
			bottom: 10px;
			width: 22px;
			height: 17px;
			background: url(/Images/Campaign/ico_link_banner.gif) transparent no-repeat right top;
			cursor: pointer;
		}
		
/* --- sbrText --- */

.sbrText p, .sbrText ul {
	font-size: 1.2em;
}
#sideBar .sbrText h2{
	font-size:1.7em;
}
		
/* --- sbrTextVisual --- */

.sbrTextVisual .image {
	padding: 3px 0 4px;
}

.sbrTextVisual p, .sbrTextVisual ul {
	font-size: 1.2em;
}
		
/* --- sbrActueel --- */

.sbrActueel ol {
	font-size: 1.2em;
	list-style-type: none;
}

	.sbrActueel li {
		margin: 0;
	}
	* html .sbrActueel li { margin: 0; }
	*:first-child+html .sbrActueel li { margin: 0; }

		#sideBar .sbrActueel .date {
			font-size: 1.1em;
			font-weight: bold;
			margin: 0;
		}
			
/* --- sbrEmployers --- */

.sbrEmployers {
	
}

	.sbrEmployers .filterProp {
		font-size: 1.2em;
	}
		
		#sideBar .sbrEmployers .filterProp p {
			margin: 0;
		}
			
			.sbrEmployers p span {
				font-size: 1.1em;
				font-weight: bold;
			}
			
	#sideBar .sbrEmployers ul {
		font-size: 1.2em;
		list-style-type: none;
		margin: 0 0 0.6em;
	}
	* html #sideBar .sbrEmployers ul { margin: 0 0 0.6em; }
	*:first-child+html #sideBar .sbrEmployers ul { margin: 0 0 0.6em; }
	
		.sbrEmployers li {
			margin: 1.6em 0 0;
		}
		* html .sbrEmployers li { margin: 1.6em 0 0; }
		*:first-child+html .sbrEmployers li { margin: 1.6em 0 0; }
	
			#sideBar .sbrEmployers li p {
				font-size: 1.1em;
				font-weight: bold;
				margin: 0;
			}
			
				.sbrEmployers li p a {
					font-size: 0.9em;
					font-weight: normal;
				}

