/* CSS Document */
p {
margin:0;
width:80%;	
}
body {
	font:11px Arial, Helvetica, sans-serif;
	color:white;
	/*background:url(/images/texel.jpg) #938d77 no-repeat;*/
}

#content-wrapper {
	margin:0em auto;
	width:900px;	
	z-index:100;
}

#content{ 
	margin:0em auto; 
	background-color:rgba(0,0,0,0.65);
	width:820px; 	
	text-align:left; 
	float:left;
	padding:30px;  
}

	#content p{
		width:550px;
	}  

.googlemenu {
	float:left;
	width:870px;	
	background-color:#76b8fb;
	margin-top:5px;
	padding:5px;
}
.menu {
	float:left;
	width:880px;	

}
/*
	.menu ul {
		float:left;
		margin:0;
		padding:0;
		list-style:none;	
	}
	
		.menu ul li {
			margin:0;
			padding:0;
			float:left;
		}
		
		.menu ul li a {
			float:left;
			padding:5px;
			padding-left:10px;
			padding-right:10px;
			display:block;
			border-right:1px dotted #fff;
			background-color:#409fff;
			color:white;
			font-weight:bold;
		}
		
		.menu ul li a:hover {
			background-color:#042d56;
		}

	*/	
.webcam {
	width:550px;
	float:left;		
}

.kolom {
	float:left;	
	width:175px;
	margin-left:95px;
	padding-top:40px;
}

.footer {
	float:left;
	width:880px;;
	clear:both	;
	text-align:center;
	background-color:#042d56;
}

.footer h1 {
	font-size:13px;
	margin:0;
	padding:2px;	
}

.delen {
	float:right;
	height:135px;	
	background-color:#21262b;
	opacity:0.8;filter:alpha(opacity=80);
	width:180px;
	
}
.sharekop {
	width:170px;
	background-color:#162a3d;
	color:white;
	padding:5px;
	font-weight:bold;
	border-bottom:1px dotted white;
}
.addthis_toolbox {
	padding:8px;	
}
.addthis_default_style {
	margin-left:10px;	
	width:150px;
}

	.addthis_default_style a {
		margin-top:5px;		
		margin-bottom:5px;
		width:150px;		
	}
	
	#___plusone_0 {
		margin-bottom:8px;
	}

h1 {
	margin-bottom:30px;		
}

h2 {
	margin-top:15px;	
	text-transform: uppercase;
}


h3 {
	margin-bottom:5px;	
}


/*agenda*/
.agenda_item {
	padding-bottom:10px;	
	margin-bottom:10px;	
	border-bottom:1px dotted white;
	margin-top:10px;	
}
	.datum {
		color:	#409fff;
	}
	a.agendalink {
		font-weight:bold;	
	}
	.intro {
		line-height:16px;
	}
	

/* HOMEPAGE*/
.home_blok {
	width:220px;
	height:210px;
	float:left;
}
	.home_blok img {
		border:2px solid white;
		margin-left:2px;	
	}
	
	.home_blok ul {
		margin-left:15px;	
	}
	

	.homepage h2 {
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:17px;
		color:#409fff;
		margin:0;
		margin-bottom:5px;
	}
	
	.home_blok h2, .homepage .sharekop {
		background-color:#162a3d;
		padding:3px;
		width:214px;
		font-size:12px;
		color:white;
		border-bottom:1px dotted white;
	}
	
	.homepage #content{ 
		padding:0;
		width:880px;
		background-color:#007ac2;
	}
	
	
	
/* SLIDER 	*/
#slider {
	float:left;
	width:880px;
	height:300px;
	position:relative;	
	overflow:hidden;
}
#mask-gallery {
	
	overflow:hidden;	
}

#gallery {
	
	/* Clear the list style */
	list-style:none;
	margin:0;
	padding:0;
	
	z-index:0;
	
	/* width = total items multiply with #mask gallery width */
	width:900px;
	overflow:hidden;
}

	#gallery li {

		
		/* float left, so that the items are arrangged horizontally */
		float:left;
	}


#mask-excerpt {
	
	/* Set the position */
	position:absolute;	
	top:0;
	left:0;
	z-index:500;
	
	/* width should be lesser than #slider width */
	width:300px;
	overflow:hidden;	
	

}
	
#excerpt {
	/* Opacity setting for different browsers */
	filter:alpha(opacity=60);
	-moz-opacity:0.6;  
	-khtml-opacity: 0.6;
	opacity: 0.6;  
	
	/* Clear the list style */
	list-style:none;
	margin:0;
	padding:0;
	
	/* Set the position */
	z-index:10;
	position:absolute;
	top:0;
	left:0;
	
	/* Set the style */
	width:300px;
	background-color:#000;
	overflow:hidden;
	font-family:arial;
	font-size:11px;
	color:#fff;	
}

	#excerpt li {
		padding:5px;
	}
	


.clear {
	clear:both;	
}


a{
	color:#8FC2FF;
	text-decoration: none;
	outline: none;
}
img{
	border:none;
}

/*SCHEVENINGEN*/
#outerdiv
{
width:556px;
height:500px;
overflow:hidden;
position:relative;
}

#inneriframe
{
position:absolute;
top:-988px;
left:-429px;
width:1180px;
height:1900px;
} 
/* WIJK AAN ZEE*/
#outerdiviframewijk
{
width:750px;
height:500px;
overflow:hidden;
position:relative;
}

.iframewijk
{
position:absolute;
top:-60px;
left:-190px;
width:1180px;
height:1900px;
} 

