* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Georgia, serif;
	color: #333;
	font-size: 14px;
	background-color: #FFF;
}
small a,
a {
	color: #666666;
	text-decoration: none;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	outline: none;
}

small a:hover,
small a.selected,
	a:hover,
	a.selected {
	color: #333333;
	outline: none;
	}

h1,h2,h4,h5,h6 {
	text-align: center;
	color: #666;
	text-shadow: #cccccc 1px 1px 2px;
	margin-bottom: 5px;
}
	h1 {
		font-size: 18px;
	}
	h2 {
		font-size: 14px;
	}
	
	#header {
	display: block;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	text-align: center;
	font-size: 24px;
	margin-top: 25px;
	width: 800px;
	color: #666;
	text-shadow: #cccccc 1px 1px 2px;
	}
.sociales {
	text-align: center;
	margin-bottom: 20px;
}

	#timeline {
	width: 800px;
	height: 2500px;
	overflow: hidden;
	position: relative;
	background: url('../images/dot.gif') left 45px repeat-x;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 100px;
	margin-left: auto;
	}
		#dates {
	width: 800px;
	height: 100px;
	overflow: hidden;
		}
			#dates li {
	list-style: none;
	float: left;
	width: 145px;
	height: 50px;
	font-size: 24px;
	text-align: center;
	background: url('../images/biggerdot.png') center bottom no-repeat;
			}
				#dates a {
					line-height: 38px;
					padding-bottom: 10px;
				}
				#dates .selected {
			        font-size: 38px;
				}
		
#timeline #dates li .gebeurtenis {
	font-size: 12px;
	margin-top: 5px;
	font-weight: bold;
	color: #666666;
	text-shadow: #cccccc 1px 1px 2px;
}
#timeline #dates li .plaats {
	font-size: 12px;
	margin-top: 5px;
	color: #666666;
	text-shadow: #cccccc 1px 1px 2px;
}		
		
		
		#issues {
	width: 800px;
	height: auto;
	overflow: visible;
		}	
			#issues li {
				width: 800px;
				height: 350px;
				list-style: none;
				float: left;
			}
				#issues li img {
					float: left;
					margin: 10px 30px 10px 50px;
				}
				#issues li h1 {
	color: #333333;
	font-size: 52px;
	margin: 20px 0;
	text-shadow: #cccccc 1px 1px 2px;
				}
				#issues li p {
	font-size: 14px;
	margin-right: 70px;
	font-weight: normal;
	line-height: 22px;
	text-shadow: #cccccc 1px 1px 2px;
	margin-left: 336px;
				}
#issues li h3 {
	font-size: 14px;
	margin-right: 70px;
	font-weight: bold;
	line-height: 30px;
	text-shadow: #cccccc 1px 1px 2px;
	margin-left: 336px;
	color: #000;
	text-decoration: none;
	outline: none;
	width: 450px;
}
		
		#grad_left,
		#grad_right {
			width: 100px;
			height: 350px;
			position: absolute;
			top: 0;
		}
			#grad_left {
		        left: 0;
		        background: url('../images/grad_left.png') repeat-y;
			}
			#grad_right {
		        right: 0;
		        background: url('../images/grad_right.png') repeat-y;
			}
		
		#next,
		#prev {
			position: absolute;
			top: 0;
			font-size: 70px;
			top: 170px;
			width: 22px;
			height: 38px;
			background-position: 0 0;
			background-repeat: no-repeat;
			text-indent: -9999px;
			overflow: hidden;
		}
			#next:hover,
			#prev:hover {
				background-position: 0 -76px;
			}
			#next {
				right: 0;
				background-image: url('../images/next.png');
			}
			#prev {
				left: 0;
				background-image: url('../images/prev.png');
			}
				#next.disabled,
				#prev.disabled {
					opacity: 0.2;
				}
#accordion div p img {
	float: left;
	display: block;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
}
#foto {
	width: 450px;
	margin-left: 285px;
	display: block;
	float: left;
}
#documents {
	width: 450px;
	margin-left: 336px;
	font-size: 14px;
	font-weight: normal;
	line-height: 22px;
	text-shadow: #cccccc 1px 1px 2px;
	float: left;
}


#foto .imagedropshadow {
	padding: 5px;
	border: solid 1px #EFEFEF;
	opacity:0.6;
	filter:alpha(opacity=60); /* For IE8 and earlier */
	margin-right: -25px;
	
	
}
#foto a:hover img.imagedropshadow {
	border: solid 1px #CCC;
	-moz-box-shadow: 1px 1px 5px #999;
	-webkit-box-shadow: 1px 1px 5px #999;
        box-shadow: 1px 1px 5px #999;
		opacity:1.0;
filter:alpha(opacity=100); /* For IE8 and earlier */

}

#documents .imagedropshadow {
	width: 16px;
	margin-left: 0px;
	font-size: 14px;
	font-weight: normal;
	line-height: 22px;
	text-shadow: #cccccc 1px 1px 2px;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 2px;
	margin-bottom: 0px;
	opacity:0.4;
	filter:alpha(opacity=40); /* For IE8 and earlier */
	padding-right: 5px;
	margin-right: 0px;
}
#documents a:hover img.imagedropshadow {
	
		opacity:1.0;
filter:alpha(opacity=100); /* For IE8 and earlier */
}
