/****************************************************************************************
 * GENERIEKE STYLES
 ***************************************************************************************/

	body, td, input, textarea {
		text-align: center;
		font-size: 14px;
		font-weight: normal;
		color: #004677;
		font-family: Arial, sans-serif;
	}
	
	h1 {
		font-size: 14px;
		font-weight: bold;
		margin: 0;
	}	

	h2 { 
		font-size: 14px;
		margin-top: 0; 
		margin-bottom: 0;
	}
	
	a {
		outline: none;
	}
 
/****************************************************************************************
 * GLOBALE LAYOUT
 ***************************************************************************************/
 
	div#container {
		border: 1px solid #ccc;
		width: 955px;
		margin: 0 auto;
		text-align: left;
	}
	
	div#container * {
		text-align: left;
	}

	div#container div#header {
		height: 160px;
	}
	
	div#container div#header img {
		margin-bottom: 28px;
	}
	
	div#container div#header div#topmenu {
		width: 935px; 
		margin: 0 10px;
		padding-bottom: 5px;
		border-bottom: 1px solid #ccc;
		text-align: right;
	}
	
	div#container div#header div#topmenu a {
        color: #ccc;
        font-weight: bold;
        text-decoration: none;
	}
    div#container div#header div#topmenu a:hover {
        color: #999;
        text-decoration: underline;
    }

    div#container div#header div#topmenu a.active {
        color: #047;
        text-decoration: none;
    }

	
	div#container td#menu {
		margin-left: 10px;
		width: 155px;
		float: left;
	}

	div#container td#menu ul {
		margin: 0; 
		padding: 0;
		list-style-type: none;
	}

	div#container td#menu ul li {
		text-align: right;
		border: 1px solid #fff;
	}

	div#container td#menu ul li a, div#container td#menu ul li a:visited {
		font-size: 16px;
		font-weight: normal;
		text-decoration: none;
		color: #004677;
		display: block;
		padding-right: 10px;
		line-height: 25px;
		text-align: right;
	}


	div#container td#menu ul li.currentMenuItem>a, div#container td#menu ul li ul li.currentMenuItem>a {
		color: #fff;
		background-color: #ccc;
	}

	div#container td#menu ul li a:hover {
		text-decoration: underline;
	}

	div#container td#menu ul li li a {
		color: #004677 !important;
		font-size: 12px !important;
	}

	div#container td#menu ul li li a:hover {
		color: #004677;
		text-decoration: underline;
	}

	div#container td#menu ul li.currentMenuItem  ul {
		display: block;
	}
	
	div#container td#menu ul li ul.submenu {}
	
	div#container td#menu ul li ul.submenu li a {	
		background: #eff3f5;	
		line-height: 22px;
	}
	
	div#container td#menu ul li ul.submenu li.currentMenuItem a {
		background: #ccc;
	}

	div#container td#content {
		width: 785px;
		border-left: 1px solid #ccc;
		padding-top: 6px;
		padding-left: 10px;
		padding-right: 10px;
	}
	
	div#container td#content div.contentTekst {
		line-height: 14px;
		padding: 3px 5px;
	}
	

	div#container td#content img, .iframeborder {
		border: 4px solid #ccc;
	} 
	
	div#container td#content img:hover { 
		border: 4px solid #004677; 
	}
	

	#content a {
	    color: #004677;
	    text-decoration: underline;
	}

/****************************************************************************************
 * OVERIGE OPMAAK
 ***************************************************************************************/

	
	h1.title { 
		margin-bottom: 10px;
	}
	
	#footer {
		margin: 10px;
	}
	

	ul.albums, ul.photos { 
		/* margin: 15px 0 0 !important; */
		padding: 0;
		margin:0;
		list-style-type: none;
		width: 436px; 
		overflow: hidden; 
	}

	ul.frontfoto {
		margin: 15px 0 0 0;
	}
	
	ul.albums {
	}
	
	ul.albums li, ul.photos li.photo {
		float: left;
		position: relative;
		text-align: center;
		margin: 0 11px 0 0;
	}
	
	ul.photos li.last {
		margin-right: 0px;
	}
	
	ul.albums li a {
		color: #004677;
		text-decoration: none;
	}
	
	ul.albums li a:hover img {
		border: 4px solid #004677;
	}
	
	img#photo:hover {
		border: 4px solid #ccc !important;
	}
	
	.blauw {
		background-color: #004677;
		color: #fff;
		font-weight: bold;
		font-size: 12px;		
	}
	
	td.prijs {
		text-align: right !important;
		padding-right: 3px;
	}
	
	.grijs {
		background-color: #ccc;
		color: #003366;
		font-weight: bold;
		font-size: 12px;
	}
	
	.aanbiedingtitel {
		height: 16px;
		padding-left: 10px;
	}
	
	.aanbiedingtekst {
		padding-left: 10px;
		margin-top: 20px;
	}
	
	img.blauw {
		border: 4px solid #004677 !important;
	}
	
	img.grijs {
		border: 4px solid #ccc !important;
	}

	li.first {
		margin-left: 0 !important;
	}
	
	div.spacer, div.clear { clear: both; } 

/**************************************************************
 * FOTOALBUM
 **************************************************************/
 
	ul#catList {
		list-style: none;
		margin: 0 0 10px 0;
		padding: 0;
	} 
	
	ul#catList li {
		display: inline;
	}
	
	ul#catList li a {
		display: block;
		white-space: nowrap;
		position: relative;
		float: left;
		font-size: 14px;
		color: #004671;
		padding: 0 0px 2px 0px;
		margin-right: 30px;
		margin-bottom: 10px;
		text-decoration: none;
	}
	
	ul#catList li a.active {
		border-bottom: 1px solid #004671;
	}
	
	div#albumPopup {
		position: absolute;
		width: 810px;
		background: #fff;
		border: 1px solid #999;
		overflow-x: hidden;
		overflow-y: hidden;
		position: absolute;
		left: 50%;
		margin-left: -405px;
		z-index: 999;
		top: 100px;
	}
	
	div#albumPopup div#closer {	
		position: absolute;
		top: 1px;
		right: 1px;
		width: 16px;
		height: 16px;
		background: #44688D;
		color: #fff;
		text-align: center;
		line-height: 16px;
		cursor: pointer;
		overflow: hidden;
		background: url(/img/popupclose.gif) no-repeat left top;
	}
	
	div#albumPopup div.leftColumn {
		float: left;
		position: relative;
		width: 450px;
		height: 350px;
		text-align: left;
		overflow-y: auto;
	}
	
	div#albumPopup div.leftColumn h2.title {
		margin: 20px;
	}
	
	div#albumPopup div.leftColumn div.description {
		margin: 20px;
	}
	
	div#albumPopup div.rightColumn div.thumbnails { margin-bottom: 20px;height:90px;}
	
	div#albumPopup div.rightColumn div.thumbnails ul.photos li a {
		display: block;
		border: 4px solid #ccc;		
		padding: 0;
		width: 90px;
		height: 90px;
		overflow: hidden;
	}
	
	div#albumPopup div.rightColumn div.thumbnails ul.photos li a img {	
		border: 0;
		margin: 0;
	}
	
	div#albumPopup div.rightColumn div.thumbnails ul.photos li a:hover {
		border: 4px solid #004677;
	}
	
	div#albumPopup div.rightColumn {
		float: right;
		position: relative;
		width: 330px;
		margin-top: 16px;
		margin-right: 18px;
		text-align: right;
		overflow: hidden;
	}
	
	div#albumPopup div.rightColumn div.largePhoto {}
	
	div#albumPopup div.rightColumn div.largePhoto img {
		border: 4px solid #ccc;
	}	
	
	div#albumPopup div.rightColumn div.navigation {
		position: absolute;
		bottom: 2px;
		left: 0;
		text-align: right;
		padding: 1px 0 2px;width: 325px;
	}
	
	div#albumPopup div.rightColumn div.navigation a {	
		text-decoration: none;
		color: #024771;
	}
	
	div#albumPopup div.rightColumn div.navigation a.prev {
		float: left;
		position: relative;
		margin-left: 5px;
	}
	
	div#albumPopup div.rightColumn div.navigation a.next {
		float: right;
		position: relative;
	}
	
	div#albumPopup ul.photos {
		/*
		position: absolute;
		left: 20px;
		bottom: 15px; width: 430px;
		*/
	}
	
	div.photoPage {
		margin-top: 68px;
	}


/*****( LIGHTBOX )***********************************************************************************************/

#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
}

#lightbox a img { border: none; }

#outerImageContainer {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}

#imageContainer {
	padding: 10px;
}

#loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
}

#hoverNav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav { left: 0;}
#hoverNav a { outline: none;}

#prevLink, #nextLink {
	width: 49%;
	height: 100%;
	background: transparent url(/img/zerobyte.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
}
#prevLink { left: 0; float: left; }
#nextLink { right: 0; float: right; }
#prevLink:hover, #prevLink:visited:hover { background: url(/img/prev.gif) left 53%; background-repeat:no-repeat;}
#nextLink:hover, #nextLink:visited:hover { background: url(/img/next.gif) right 53%; background-repeat:no-repeat;}


#imageDataContainer {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	height: 38px;
}

#imageData {
	padding:0 10px;
}

#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold; color: #000;	}
#imageData #numberDisplay{ display: block; clear: left;	color: #000;}			
#imageData #bottomNavClose{ width: 36px; float: right;	}	
		
#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	/*filter:alpha(opacity=60);*/
	-moz-opacity: 0.2;
	opacity: 0.2;
}   

.hidden {
	visibility: hidden;
}
