/****************************************/
/* Stijlkenmerken voor de kleine foto's */
/****************************************/
body {	font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		margin:0px;
		padding:0px;
}
#klein_container{ position:absolute;
		left:320px;
		top:100px;
		width:680px;
		height:408px;
		z-index:2;
		background-color: #FFFFFF;
		overflow: auto;
		
}
#klein_container p{text-align:center
}
#klein_inhoud li
		 {width:170px;
		height:160px;
		border:solid #336699;
		border-width:0px 1px 1px 0px;
		background:#f6f6f0; /*#f6f5f0;*/
		padding:10px 0px 10px 10px;
		text-align:center; 
		position:relative; 
		float:left;
		display:inline; 
		margin:5px;
}
#klein_inhoud img { border:0;}

/****************************************/
/* Stijl kenmerken voor de grote foto's */
/****************************************/
#groot { 	background-image: url("http://www.archipelbuurt.nl/images/fontijn/achtergrond.jpg") ; 
		position: relative;
		width:220px;
                height:470px;
		bottom:10px;
/*		border:solid #336699;
		border-width:1px; */

		-moz-opacity:.20; filter:alpha(opacity=20); opacity:.20; 
}
#groot_navigatie { padding: 0px 0px 0px 0px;
		text-align:center;
}
/* De navigatie links dezelfde vorm meegeven als op rest website */
#groot_navigatie a { font-family: Arial, Helvetica, sans-serif;
		text-decoration:none;
		font-size: 12px;
		font-style: normal;
		line-height: 17px;
		font-weight: normal;
		font-variant: normal;
		color: #336699;
		display:inline;
		text-indent: 0px;
		word-spacing: 0em;
		white-space: normal;
		margin: 0px;
		padding: 0px;
}
#groot_navigatie a:link, #content a:visited{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-style: normal;
		line-height: 17px;
		font-weight: normal;
		font-variant: normal;
		color: #336699;
		display:inline;
		text-indent: 0px;
		word-spacing: 0em;
		white-space: normal;
		margin: 0px;
		padding: 0px;
}
#groot_navigatie a:hover, #content a:active{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-style: normal;
		line-height: 17px;
		font-weight: normal;
		font-variant: normal;
		color: #ffffff;
		display:inline;
		text-indent: 0px;
		background:#336699;
		word-spacing: 0em;
		white-space: normal;
		margin: 0px;
		padding: 0px;
}
#groot_inhoud {  position:absolute;
		left:240px;
		top:5px;
		border:solid #336699;
		border-width:1px 2px 2px 1px;
		background:#ffffff; /* #f6f5f0; */
		padding:5px 10px 0px 10px;
		float:left;
		margin:0px;
}
#groot_foto{ border:solid #EEE;
 		position:relative;
		border-width:0px;
		padding:5px 15px 10px 15px;
		background:#ffffff; /*#f6f5f0;*/
/*		margin:0 auto;*/
/*		width:700px;*/
}
#groot_onderschrift{ padding:5px 0px 0px 0px;
/*		margin:0 auto; */
		text-align:center;
}


