body {
	margin: 0;
	padding: 0;
	background-color: white;
}


a {
	text-decoration: none;
}

.clear {
	clear: both;
}

@font-face {
    font-family: 'HillSans';
    src: url('/includes/ttf/hill-sans-webfont.eot');
    src: url('/includes/ttf/hill-sans-webfont.eot?#iefix') format('embedded-opentype'),
         url('/includes/ttf/hill-sans-webfont.woff') format('woff'),
         url('/includes/ttf/hill-sans-webfont.ttf') format('truetype'),
         url('/includes/ttf/hill-sans-webfont.svg#HillSansMTCondensedCnBd') format('svg');
    font-weight: normal;
    font-style: normal;

}


.arial13 {
	font-size: 13px;
	line-height: 16px;
}

.arial14 {
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
}

.grey {
	color: grey;
}

#wrapper {
	margin: 0px auto;
	width: 980px;	
}

#content {
	position: relative;	
}


#timeline-date {
	position: fixed;
	top: 42%;
	left: 0px;
	right: 0px;
	text-align: center;
	font-size: 48px;
	display: none;
	z-index:100;
	width: 100%;
}

.dash {
	border-bottom: 1px solid red;
	margin-bottom: 7px;
	height: 20px;
	width: 20px;
	display: inline-block;
	margin-left: -7px;
	margin-right: -7px;
}

.day {
	display: inline-block;
	margin: 0px;
	padding: 0px;
}

.month {
	display: inline-block;
	margin: 0px;
	padding: 0px;	
}

.year {
	display: inline-block;
	margin: 0px;
	padding: 0px;
}


#top-navigation {
	position: fixed;
	left: 0px;
	right: 0px;
	top: 0px;
	padding-top: 10px;
	text-align: center;
	z-index: 200;
}

#navigation {
	position: fixed;
	left: 0px;
	right: 0px;
/* 	bottom: 0px; */
	top: -66px;
	padding-top: 15px;
	text-align: center;
	z-index: 200;
}

#navigation div#menu {
	background-color: rgb(252,252,252);
	display: inline-block;
	padding: 5px;
	box-shadow: 0px 2px 5px rgb(230,230,230);

	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#E6E6E6')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#E6E6E6');
}

#navigation ul {
	padding: 0px;
	margin: 0px;
}

#navigation ul li {
	display: inline-block;
	padding: 6px;
	background-color: none;
	margin: 0;
}

#navigation ul li.selected span {
	padding-bottom: 4px;
	border-bottom: 1px solid red;
}




.eyewitness {
	box-shadow: 0px 2px 2px rgba(0,0,0,0.15);
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#E6E6E6')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#E6E6E6');	
	height: auto;
	width: 280px;
	float: left;
	margin:18px;
	margin-bottom: 36px;
	padding-bottom: 36px;
	background-color: rgb(252,252,252);
}

.eyewitness .name {
	font-family:Arial,sans-serif;
	font-weight: bold;
	padding:20px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-top: 15px;

	border-bottom:1px solid red;
	font-size: 14px;
	margin-left:20px;
	margin-right:20px;
	text-align: center;
}

.eyewitness .image {
/*
	margin-top: 20px;
	margin-right: 20px;
*/
	text-align: left;
}

.eyewitness .video {
	float: right;
	width: 200px;
	height: 120px;
	background-color: black;
	margin-top: 20px;
}

.eyewitness .image {
	float: right;
	width: 200px;
	height: 120px;
	margin-top: 20px;
	text-align: right;
}


.eyewitness .text {
	padding-left:20px;
	padding-top: 20px;
	font-size: 13px;
	line-height: 17px;
}

.item {
	font-size: 14px;
	line-height: 18px;
	padding-top: 9px;
	padding-bottom: 36px;
	box-shadow: 0px 2px 2px rgba(0,0,0,0.15);
	
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#E6E6E6')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#E6E6E6');
		
	background-color: rgb(252,252,252);
	margin-bottom: 15px;
	padding-left: 18px;
	padding-right: 18px;
	margin-bottom: 72px;
	width: 360px;
	float: left;
}

.item .date {
	font-size:13px;	
	text-align:center;
}

.item .date {
	padding-bottom: 3px;
}

.item .title {
	text-align:center;
	margin-bottom:6px;
	margin-top:6px;
		
}

.item .title span {
	margin-bottom: 1em;
	font-weight: bold;
	padding-bottom: 3px;
	border-bottom: 1px solid black;
}

.item .text {

	padding-bottom: 10px;
/*
	border-bottom: 1px solid red;
*/
}


.item .text a {
	text-decoration: underline;
}

.item .video {
	margin-top:50px;
	margin-left:70px;
	width:250px;
	height:140px;
	background-color:rgb(200,200,200);
	position:absolute;
	margin-bottom:-110px;
	box-shadow: 1px 2px 2px rgba(0,0,0,0.15);	
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#E6E6E6')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#E6E6E6');
}

.item .images_left {
	position:absolute;
	left:-380px;
	width:300px;
	text-align: right;
}

.item .images_right {
	position:absolute;
	left:445px;
	width:300px;
}


	.item .images_left img, .item .images_right img {
		margin-right: 6px;
		margin-bottom: 6px;
		vertical-align: top;
		opacity: 0.65;
		cursor: pointer;
	}
	
	.item .images_left img:hover, .item .images_right img:hover {
		opacity: 1;
	}
	
	.item .images_left span small, .item .images_right span small {
		display: none;
	}

.item .videos {
	position:absolute;
	right:-350px;
}

.item .files {
	position:absolute;
	left:-350px;
	top:-200px;
}





.educatie-item {
	font-size: 14px;
	line-height: 18px;
	padding-top: 9px;
	padding-bottom: 36px;
	box-shadow: 0px 2px 2px rgba(0,0,0,0.15);
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#E6E6E6')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#E6E6E6');	
	background-color: rgb(252,252,252);
	margin-bottom: 15px;
	padding-left: 18px;
	padding-right: 18px;
	margin-bottom: 48px;
}

.educatie-item .download {
	text-align:center;
	font-weight:bold;
}

.educatie-item .title {
	text-align:center;
	margin-bottom:6px;
	margin-top:6px;
	font-family:Arial,sans-serif;
	font-weight: bold;
	padding-bottom: 6px;	
	border-bottom:1px solid red;
	font-size: 14px;
	margin-left:20px;
	margin-right:20px;
}

.educatie-item .title span {
	margin-bottom: 1em;
	font-weight: bold;
	padding-bottom: 3px;
	border-bottom: 1px solid black;
}

.educatie-item .text {
	padding-bottom: 10px;
}

.educatie-item .video {
	text-align: center;
}

.educatie-item .target-group {
	text-align: center;
}





.eyewitness-video {
	display:inline-block;
	vertical-align:top;
	margin-bottom:20px;
	padding-left:10px;
	padding-right:10px;
}

.previd {
	width:250px;
	height:140px;
	display:inline-block;
	margin:5px;
	cursor: pointer;
	background-color: white;
}

.eyewitness-video .not-loaded {
	border: 1px solid rgb(200,200,200);
}

.eyewitness-video .loaded {
	border: 1px solid rgb(200,200,200);
}

.previd-caption {
	width: 250px;
}

#show_route {
	position: fixed;
	right: 20px;
	bottom: 20px;
	color: red;
	cursor: pointer;
}

#route_canvas {
	display: none;
}

.item_keyword {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 1px solid red;
	color: black;
	display: inline-block;
	padding-left: 3px;
	padding-right: 3px;
	margin-right: 6px;
	margin-bottom: 6px;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.1);
	
	cursor: pointer;
}

	.item_keyword a {
		color: black;
	}

#bg_image {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 300;
    cursor: pointer;
    display: none;
    background-color: rgba(200,200,200,0.95);  
}

#popup-caption {
	z-index: 310;
	position:fixed;
	bottom:30px;
	left:30px;
	height:auto;
	background-color:white;
	padding: 16px;
	width: 300px;
	line-height: 16px;	
}


#popup-close {
	z-index: 310;
	position:fixed;
	top:15px;
	right:15px;
	height:auto;
	background-color:rgba(255,255,255,0.5);
	padding: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
	width: auto;
	line-height: 16px;	
}

#popup-close:hover {
	background-color:rgb(255,255,255);
}


#texel-image {
	position: absolute;
	top: 0;
	z-index: -2;
	width: 100%;
}

#texel-image img {
	opacity: 0;
}


#title-image {
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 10;
}

#title-image img {
	opacity: 0;
}


#filter-list {
	width: 800px;
	line-height: 20px;
}

#filter-list span {
	cursor: pointer;
	padding-right:8px;
}

#filter-submit {
	cursor: pointer;
}

.red {
	color: red;
}

ul.ui-autocomplete {
	list-style-type: none;
	background-color rgb(250,250,250);
}

ul.ui-autocomplete li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	cursor: pointer;
}

#ui-active-menuitem {
	background-color: rgb(245,245,245);
	margin: 0;
	padding: 0;	
}


.ui-autocomplete {
		max-height: 200px;
		width: 200px;
		overflow-y: scroll;
		overflow-x: hidden;
		padding-right: 20px;
}


* html .ui-autocomplete {
	height: 100px;
}
	
#popup-caption:hover {
	opacity: 0.1;
}

h1.page-title {
	font-family: HillSans;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 1.5em;
	font-size: 22px;
	font-weight: normal;
}

.item-container {
	width: 980px;
/* 	border: 1px dotted grey; */
	margin-bottom: 70px;
}

.item-container .item {
	float: left;
}

.content-left {
	float: left;
	width: 242px;
	margin-right: 50px;
	text-align: right;
	margin-bottom: 40px;
}

.content-right {
	float: left;
	width: 242px;
	margin-left: 50px;
	text-align: left;
	margin-bottom: 40px;
	overflow: hidden;
}


	.content-left  img, .content-right img {
		margin-right: 6px;
		margin-bottom: 6px;
		vertical-align: top;
		opacity: 0.65;
		cursor: pointer;
		padding: 5px;
	}
	
	.content-left img:hover, .content-right img:hover {
		opacity: 1;
	}
	
	.content-left span small, .content-right span small {
		display: none;
	}
	

.eyewitness-container {
	text-align:center;
	width:980px;
	background-color:none;
	box-shadow:0;
	margin-bottom:60px;
}

.video-container {
	text-align:center;
	width:980px;
	background-color:none;
	box-shadow:0;
	margin-bottom:60px;
	margin-top:-30px;
	clear: both;
}

.video-container .video {
	display:inline-block;
	vertical-align:top;
	margin-bottom:20px;
	padding-left:10px;
	padding-right:10px;
	width: 210px;
	height: 112px;
}


.eyewitness-container .title {
	margin-bottom: 2em;
}

.video-loader {
	padding-top: 60px;
}


#zoek {
	position:fixed;
	top:0px;
	right:0px;
	background-color: rgb(252,252,252);
	height:25px;
	width:auto;
	padding:6px;
	padding-bottom:7px;
	z-index:250;
	padding-right:10px;
	box-shadow: 0px 2px 5px rgb(230,230,230);
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#E6E6E6')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#E6E6E6');	
}

#zoek img {
	vertical-align:middle;
	padding-bottom:3px;
	padding-right:6px;
	padding-left:3px;
}


#jump {
	position:fixed;
	top:41px;
	right:0px;
	background-color: rgb(252,252,252);
	height:25px;
	padding:6px;
	padding-bottom:7px;
	z-index:250;
	padding-right:10px;
	box-shadow: 0px 2px 5px rgb(230,230,230);
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#E6E6E6')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#E6E6E6');	
	width:233px;
}

#jump .title, #jump .icon, #zoek .icon {
	cursor: pointer;
}

#jump img {
	vertical-align:middle;
	padding-bottom:3px;
	padding-right:6px;
	padding-left:5px;
}

#jump-close {
	padding-top: 6px;
	display: none;
	cursor: pointer;
}


#jump-years {
	text-align: center;
	display: none;
	margin-top: 2em;
}

#jump-years ul {
	list-style: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#jump-years li {
	padding: 0;
	margin: 0;
	margin-bottom: .5em;
	cursor: pointer;
	width: 180px;
	display: inline-block;
}

#jump-years li:hover {
	background-color: rgb(242,242,242);
}

.centered-title {
	text-align:center;
	margin-bottom:6px;
	margin-top:6px;
	font-family:Arial,sans-serif;
	font-weight: bold;
	padding-bottom: 6px;	
	border-bottom:1px solid red;
	font-size: 14px;
	margin-left:20px;
	margin-right:20px;
}

.inp_submit {
	background-color: white;
	padding-left: 6px;
	padding-right: 6px;
}

#vote {
	position:fixed;	
	left: 25px;
	top: 15px;
	z-index: 500;
}