/* global style reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, 
big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend, caption, tfoot, thead { 

}

html,
body {
	height:100%;
	background:#FFF;
	font-size:12px;
	line-height:16px;
	font-family: Lucida Grande, Geneva, Arial, sans-serif;
	padding:0px;
	padding-bottom: 40px;
	margin:0px;
	color:#555;
	text-align:center;
}
/* Container */

#container { 
min-height: 100%;
width: 1004px; 
height: auto !important; 
height: 100%;
text-align: center;
margin: 0 auto -40px; /* the bottom margin is the negative value of the footer's height */ 
} 

/* Pages */

#page {
	position: absolute;
	z-index: 2;
	width: 970px;
	font-family: Lucida Grande, Geneva, Arial, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#555;
	line-height:20px;
	text-align:center;
	top: 20%;
	/* margin:0px auto; */
	margin-bottom: 60px;
	}

#page h1 {
	font-family: Lucida Grande, Geneva, Arial, sans-serif;
	font-size:11px;
	line-height:18px;
	font-weight:normal;
	color:#888;
	}
	
#page h2 {
	font-family: Lucida Grande, Geneva, Arial, sans-serif;	
	font-size:11px;
	line-height:15px;
	font-weight:normal;
	color:#EEE;
	padding:0px 0px;
	margin:0px auto;
	}

#page h3 {
	font-family: Lucida Grande, Geneva, Arial, sans-serif;	
	font-size:11px;
	line-height:20px;
	font-weight:normal;
	color:#444;
	padding:0px 0px;
	margin:0px auto;
	}

#page h4 {
	font-family: Lucida Grande, Geneva, Arial, sans-serif;	
	font-size:14px;
	font-weight:normal;
	color:#ff000a;
	line-height:22px;
	}
	

#page h5 {
	font-family: Lucida Grande, Geneva, Arial, sans-serif;	
	font-size:14px;
	font-weight:normal;
	line-height:26px;
	color:#333;
	}

#page h6 {
	font-family: Lucida Grande, Geneva, Arial, sans-serif;	
	font-size:20px;
	font-weight:normal;
	line-height:34px;
	color:#ff000a;
	}
	
#page h7 {
	font-family: Lucida Grande, Geneva, Arial, sans-serif;	
	font-size:9px;
	color:#000;
	}

	
#page a {
	color:#ff000a;
	}
#page a:hover { color: #222; }

#page a.logo {
	color:#cccccc;
	}
#page a.logo:hover { color: #ff000a; }

#page a.menu {
	color:#888;
	}
#page a.menu:hover { color: #ff000a; }
		
		
/* header search field */
#header {
	position: relative;
	z-index: 2;
	height:39px;
	top: 0px;
	text-align: center;
	background-image:url(afbeeldingen/bgheader.jpg);
	padding:0px 0px;
	margin:0px auto;
	color:#abde91;
}

#header img {
	border: 0px;
}	
	
	/* safari */
	body:last-child:not(:root:root) #header input.submit { 
		text-indent:0;
		width:auto;
}

/* jump stations */

#jumpstations {
	width:970px;
	position:relative;
	z-index:2;
	top:50%;
	left:0;
	z-index:2;
	margin-top:-75px;
}
body.jsready #jumpstations { top:50%; }
	#jumpstations .item {
		position:relative;
		text-align: left;
		width:210px;
		height:68px;
		float:right;
		margin:0 7px 0 13px;
	}
		#jumpstations .item .top {
			display:block;
			height:10px;
			overflow:hidden;
			background:url("../images/boxes/jumpst-shadow-top.png") 50% 0 repeat-y;
		}		
		#jumpstations .item .bottom {
			display:block;
			height:12px;
			overflow:hidden;
			background:url("../images/boxes/jumpst-shadow-bottom.png") 50% 0 repeat-y;
		}
		#jumpstations .inner {
			position:relative;
			background:url("../images/boxes/jumpst-shadow.png") 50% 0 repeat-y;	
		}
		body.jsready #jumpstations .inner {
			overflow:hidden;
		}
			#jumpstations .item .head {
				position:relative;
				text-align: left;
				z-index:200;	
				min-height:68px;
				margin:0 0px 0 10px;
				padding:0px 0px 0px 10px;
				background:#FFF;
				border:6px solid #E3E3E3;
			}
			body.jsready #jumpstations .item .head { cursor:pointer; }
			#jumpstations .item .body {
				width:168px;
				margin:0 10px 0 10px;
				padding:10px 10px 5px 10px;
				background:#FFF;
				border:solid #E3E3E3;
				border-width:0 6px 6px 6px;
				overflow:hidden;
			}
			body.jsready #jumpstations .item .body { 
				display:none; 
				position:relative;
				z-index:100;
			}
			body.jsready #jumpstations .item.opened .body { display:block; }
#jumpstations .item h2 { text-align: left; font-family: Lucida Grande, Geneva, Arial, sans-serif;	font-size:20px; font-weight:normal; line-height:34px; color:#4A4A4A; }
#jumpstations .item .head p { margin:0; }				
	
#jumpstations .item .body h2 {
	font-family: Lucida Grande, Geneva, Arial, sans-serif;	
	font-size:11px;
	line-height:15px;
	font-weight:normal;
	color:#888;
	padding:0px 0px;
	margin:0px auto;
}
#jumpstations .item .body a {
	font-family: Lucida Grande, Geneva, Arial, sans-serif;	
	font-size:11px;
	line-height:15px;
	font-weight:normal;
	color:#333;
	padding:0px 0px;
	margin:0px auto;
	text-decoration: none;
}
#jumpstations .item .body a:hover {
	font-family: Lucida Grande, Geneva, Arial, sans-serif;	
	font-size:11px;
	line-height:15px;
	font-weight:normal;
	color:#ff000a;
	padding:0px 0px;
	margin:0px auto;
	text-decoration: none;
}
#jumpstations .item .body img {
	border: 2px solid #CCC;
	 width:50px;
}
#jumpstations .item .body img:hover {
	border: 2px solid #ff000a;
	 width: 50px;
}
#jumpstations .item .body h3 a { text-decoration:none; }

/* page footer */
#footer { position: absolute; z-index: 2; bottom: 0px; font-size: 11px; line-height:24px; font-weight:normal; color: #ffffff; background-color:#bbb; height: 40px; width: 100%; border: 0px solid #FFF;
}

#footer h1 { margin: 0px auto; text-align: left; font-size: 10px; color: #AFB4B6;}
#footer h2 { margin: 0px auto; text-align: right; font-size: 10px; color: #AFB4B6;}
#footer a { margin: 0 0px; text-decoration: none; color:#fff; }
#footer a:hover { color:#333; }

#footer_normal { position: relative; z-index: 2; margin: 0px auto; bottom: 0px; text-align: left; font-size: 11px; line-height:24px; font-weight:normal; color: #ffffff; background-color:#bbb; height: 40px; width: 100%;
}
#footer_normal h1 { margin: 0px auto; text-align: left; font-size: 10px; color: #AFB4B6;}
#footer_normal h2 { margin: 0px auto; text-align: right; font-size: 10px; color: #AFB4B6;}
#footer_normal a { margin: 0 0px; text-decoration: none; color:#fff; }
#footer_normal a:hover { color:#333; }

/* subrandom flickr picture */

#flickr-background {
	position:absolute;
	z-index:1;
	top:0;
	left:0;
	width:100%;
	min-width:1002px;
	height:100%;
	overflow:hidden;
}
	#flickr-background img {
		display:block;
		width:100%;
		height:auto;
		border:0;
	}
		#flickr-link {
			display:block;
			position:absolute;
			right:10px;
			bottom:2.5em;
			background:url('../images/icons/flickr-logo-homepage.png') no-repeat;
			width:54px;
			height:21px;
			text-indent:-3000em;
			overflow:hidden;
			z-index:100;
		}
