@charset "utf-8";
@import url("reset.css");
@import url("typography.css");

@import url("tabs.css");

#container {
	position: relative;
	margin: 0 auto;
	width: 900px;
	position: relative;
	z-index: 10;
	xbackground:  url(../images/gijs_schoon.gif) no-repeat  center center;
	padding: 15px 0;
	
}
#header {
	position:absolute;
	left: 0px;
	top: 65px;
	border: solid 1px #000;
	border-right: solid 1px #FFF;
	width: 179px;
	z-index: 15;
	padding: 10px;
	text-align: right;
	background-color: #FFF;
}
	.home #header, .home .contentheader {
		display:none;
	}
	#header h1 {
		margin: 0px;
		font-size: 1.8em;
		text-transform: uppercase;
		font-weight: bold;
		padding: 0 0 4px 0;

	}
		#header h1 a {
			text-decoration: none;
			color: #000;
		}
	#header p {
		margin: 0px;
		text-transform: uppercase;
	}
#navigation {
	position:absolute;
	left: 0px;
	top: 130px;
	width: 200px;
	z-index: 15;
}
	#navigation ul {
		margin:20px 0;
		padding: 0;
	}
	#navigation ul li {
		text-align: right;	
		list-style-type:none;
		padding: 0 10px 0 0;
		text-transform:uppercase;
		font-size: 1.15em;
		margin: 15px 0;
		line-height: 120%;
	}
	#navigation ul li a {
		display:block;
		width:100%;
		height: 100%;
		color: #000;
		text-decoration: none;
	}
	#navigation ul li a:hover {
		text-decoration: underline;
	}
	#navigation ul li a.deze {
		color: #00adda;
	} 
#tabs {
	z-index: 15;
	position: absolute;
	right: 0px;
	top: 40px;
}
#maincontent {
	position: relative;
	margin: 0px 34px 40px 200px;
	border: solid 1px #000;
	z-index: 10;
	min-height: 620px;
	line-height: 140%;
	font-size: 1.3em;
		background-color: #FFF;
}
* html #maincontent {
	height: 620px;
}
#footer {
	position: relative;
}
h2.pagetitle {
	font-size: 1.4em;
	text-transform: uppercase;
	margin:10px 0 0 0;
}
h3.subtitle {
	font-size:0.8em;
	text-transform: uppercase;
	margin: 0 0 15px 0;
}
.content {
	padding: 10px 40px 10px 80px;
}
.moveout {
	margin: 0 -20px 10px -60px;
	padding: 10px 0 10px 0;
	border-top: solid 1px #000;
}
	.bijschrift {
		font-size: 0.85em;
	}
	.bijschrift p {
		margin: 0px;
	}
.margincontent {
	margin: 0 -20px 10px 0px;
	padding: 10px 0 10px 0;
	width: 200px;
	font-size: 0.85em;
	border-top: 1px solid #000;
}	
	.margincontent h3 {
		font-weight: normal;
		margin: 0;
		text-transform: uppercase;
	}
	.margincontent ul {
		margin: 0;
	}
	.margincontent ul li {
		font-size: 1.1em;
	}
.contentheader {
	height: 40px;
}

.contentheader .crumb {
	margin: 5px;
	padding: 0;	
	float: right;
	
}
.contentheader .crumb li {
	margin: 0 4px 0 0;
	padding: 0 8px 0 0;
	float: left;
	list-style-type: none;
	text-transform: uppercase;
	text-align: right;
	font-size: 0.8em;
	background: url(images/dash_tiny.gif) no-repeat right 7px;
}
.contentheader .crumb li.last {
	background: none;
	padding-right: 0px;
}
.contentheader .crumb li a {
	text-decoration:none;
	color: #000
}
.contentheader .crumb li a:hover {
	text-decoration:underline;
	color: #000
}
.subnav {
	margin: 10px 0;
}
.subnav ul {
	margin: 0;
	padding: 0;
	clear: both;
	height: 20px;
}
.subnav ul li {
	margin: 0 7px 0 0;
	padding: 0 7px 2px 0;
	list-style-type: none;
	float: left;
	border-right: solid 1px #000;
	line-height: 80%;
}
.subnav2 ul {
	
	height: auto;
}
.subnav2 ul li {
	border: none;
	line-height: 140%;
	float: none;
}
.subnav ul li.last {
	border-right: none;
}
.subnav ul li a {
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 0.85em;
}
.subnav ul li a:hover {
	color: #00ADDA;
	text-decoration: underline;

}
.paging {
	position: fixed;
	top: 52px;
	left: 0px;
	z-index: 5;
	width: 100%;
}
* html .paging {
	position: absolute;
}
.paging ul {}
.paging ul li {
	position: absolute;
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 50%;
}
.paging ul li.previous {
	left: 0px;
	top:0px;
	background: url(images/roodwit.gif) repeat-x right center;
	height: 40px;
}

.paging ul li.next {
	right: 0px;
	top:0px;
	background: url(images/zwartgeel.gif) repeat-x right center;
	height: 40px;
}

.paging ul li a {
	
}
.paging ul li.next a {
	background: #FFF url(images/next_page.gif) no-repeat left center;
	text-indent: -9000px;
	display: block;
	height: 100%;
	float: right;
	width: 30px;
}

.paging ul li.previous a {
	background: #FFF url(images/prev_page.gif) no-repeat right center;
	text-indent: -9000px;
	display: block;
	height: 100%;
	width: 43px;
}

.paging ul li ul {
	position: absolute;
	width: 130px;
	display: none;
	top: 25px;
	background-color: #FFF;
	padding: 5px;
	border: solid 1px #000;
}
.paging ul li.next ul {
	right: 5px;
}
.paging ul li.prev ul {
	left: 8px;
}
.paging ul li ul li {
	position: relative;
	clear:both;
	width: 100%;
	float: left;
	
}
.paging ul li.next ul li {
text-align: right;
}
.paging ul li.previous ul li {
text-align: left;
}
.paging ul li.next ul li a,
.paging ul li.previous ul li a  {
	text-indent: 0;
	background: #FFF none;
	width: 125px;
	color: #000;
	text-decoration:none;
	border-bottom: 1px solid #CCC;
	padding: 2px;
}
.paging ul li.next ul li a:hover,
.paging ul li.previous ul li a:hover  {
	text-decoration: underline;
}
#gmaps_container{
	width: 300px;
	height: 600px;
	margin: 20px auto 0 auto; 
	color: #000;
	text-align: left !important;
}
.widthA {
width:625px !important;
height:650px !important;
}
.widthB {
width:330px !important;
float: left;
height:650px !important;
margin-top: 8px !important;
}

.homeknop {
	font-size: 1.3em;
	text-transform: uppercase;
	margin: 20px 0 10px 0;
	font-weight:bold;
}
.homeknop a {
	color: #000;
	text-decoration: none;
}
.homeknop a:hover {
	color: #00ADDA;
	text-decoration: none;
}
.homeknop span.suboptocht {
	font-size: 0.65em;
	text-transform: uppercase;
	font-weight: normal;
	display:block;
}
.homeknop span.date {
	font-size: 0.7em;
	text-transform: none;
	font-weight: normal;
	display: block;
}
.helponsdragen {
	position: absolute;
	left: 0px;
	top: 320px;
	width: 195px;
	height: 280px;
	background:url(images/rozet.gif) no-repeat left top;
		text-transform:uppercase;
		z-index: 5;
		text-align: center !important;
		margin: -20px 0 0 30px;
		z-index: 20;
}


.helponsdragen  h2 {
	margin: 5px 0 0 0;
	padding: 23px 0 3px 0 ;
	font-size:1.5em;
	font-weight: bold;
}
.helponsdragen .dragers {
	position: absolute;
	top: 47px;
	height: 160px;
	overflow: hidden;
	width: 195px;
	margin: 0;
	padding: 0;
	left: 0px;
}

.helponsdragen  .up,
.helponsdragen  .down{
	position: absolute;
	left: 0px;
	top: 40px;
	width: 195px;	
		height: 80px;
	
		z-index: 10;
		background: url(images/up.png) no-repeat center top;
}
.helponsdragen  .down {
	background: url(images/down.png) no-repeat center bottom;
	top: 132px;

}
.helponsdragen ul {
	width: 195px;	
	margin: 0 !important;
	padding: 0 !important;
}
.helponsdragen li {
	text-align: center !important;
	width: 195px;	
	margin: 0 !important;
	padding: 0 !important;
	text-transform: none !important;
	font-size: 1.1em !important;
	list-style-type: none;

}

.helponsdragen p {
	position: absolute;
	bottom: -2px;
	width: 195px;
	font-size: 1.4em;
	font-weight: bold;
	left: 0px;
	
}
.helponsdragen a {
	color: #000;
	
}
.volgendepunt {
	text-align:right;
	display: block;
	background:url(images/moreonmap.gif) no-repeat right center;
	padding-right: 21px;
	font-size: 1em;
	text-decoration: none !important;
	color: #000 !important;

}
.deelnemerslijst {
	width: 170px;
	float: left;
	margin-right: 30px;
	margin-left: 15px;
	position: relative;
}
.lastlijst {
	margin-right: 0px;
}
.deelnemerslijst li li {
	list-style-type: circle;
}
.hoofd {
	position: relative;

}
.dropdown {
	display: none;
	position: absolute;
	right: 0px;
	top: 8px;
	background-color: #fafdfe;
	padding: 4px;
	border: solid 1px #CCC;
	z-index: 10;
}
.hoofd:hover .dropdown,
.sfhover .dropdown {
	display: block;
}
.dropdown li {
	padding: 1px  3px !important;
	float: none !important;
	white-space: nowrap;
	background: none !important;
	font-size: 1em !important;
	margin: 1px 2px !important;
}
.dropdown li.deze a  {
	color:#00ADDA;
}

#map  {
color:#000000;
margin:20px auto 0;
text-align:left !important;
float:left;
height:630px !important;
margin-top:8px !important;
width:330px !important;
overflow: hidden;
}

.animatieknoppen {
	list-style-type: none;
	margin: 0;
	padding:0;
}
.animatieknoppen li{
	list-style-type: none;
	float:right;
	padding-left: 0px !important;
}

.button { 
	
	border: 1px Solid #565;
	background-color:#F5F5F5; 
	margin: 2px;
	padding: 3px;
	text-decoration: none;
	text-align:center;
	font-size:smaller;
}
.button:hover {
	background-color: white;
}



.infowindow {
font-size:1em;
text-align: left;
}
.flickr {
	position:relative;
	display:none;
	margin-bottom: 0px;
}
#gallery-flickr {
	margin: 0 18px;
	position:relative;
	background:url(images/flickrslides.gif) no-repeat center 29px;
	
}
#gallery-flickr li {
	margin: 2px 5px;
	height: 80px;
}
a.prev, a.next {
	display:block;
	width:18px;
	position: absolute;
	top:35px;
	background:url(images/prev_page.gif) no-repeat left top;
	text-indent: -9000px;
	cursor: hand;
	cursor: pointer;
}
a.prev {
	left: 0px;
}
a.next {
	right: 0px;
	background:url(images/next_page.gif) no-repeat left top;
}
#gallery-flickr ul li .lat,
#gallery-flickr ul li .long,
#gallery-flickr ul li .date {
	display: none;
}
#crowdsound-activate-popup {
	z-index: 1000;
	position: absolute;
	top: 28px;
	left: 115px;
	
	padding: 4px 8px;
	font-size: 1.2em;
	font-weight: bold;
	background-color: #000;
	color: #FFF;
	text-transform: uppercase;	
	
}
 iframe {
	z-index: 100;
}
