/* Basic Elements */

.m_g_1, .m_g_1-add, .m_g_1b-add, .module_nieuws_archief_container b, .module_nieuws_container h5 {
	color:#ed008c; /* verander deze kleur eventueel aan kleuren van de pagina */
}

#result_box {
	width:96%;
	height:auto;
	color:#444444;
	background:#FFFCCC;
	padding:5px;
	border:1px solid #CCCCCC;
	margin:0px 0px 15px 0px;
}

form {
	margin:0 auto;
	padding:0;
}

input.formButtons {
	margin:0 auto;
	width:auto;
	height:20px;
	border-top:1px solid #FFFFFF;
	border-right:1px solid #666666;
	border-bottom:1px solid #666666;
	border-left:1px solid #FFFFFF;
	background:#CCCCCC;
	font:10px Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#000000;
}

input.formButtons:hover {
	border-top:1px solid #EEEEEE;
	border-right:1px solid #333333;
	border-bottom:1px solid #333333;
	border-left:1px solid #EEEEEE;
	background:#666666;
	color:#FFFFFF;
}

input.formFields {
	margin:3px 0px 3px 0px;
	padding:3px;
	height:auto;
	width:425px;
	border:1px solid #666666;
	background:#FFFFFF;
	font:10px Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
}

input.formFields-nosize {
	margin:3px 0px 3px 0px;
	padding:3px;
	height:auto;
	width:auto;
	border:1px solid #666666;
	background:#FFFFFF;
	font:10px Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
}

textarea {
	margin:3px 0px 3px 0px;
	padding:3px;
	height:auto;
	width:425px;
	border:1px solid #666666;
	background:#FFFFFF;
	font:10px Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
}







/* Tables */

table#module_photoalbum, table#module_guestbook {
	background:#FFFFFF;
}

table#module_guestbook tr td {
	padding:5px;
	border-bottom:1px solid #CCCCCC;
}

tr#module_photoalbum_title, tr#module_guestbook_title {
	background:#E9E9E9;
	height:25px;
}

tr#module_photoalbum_title th, tr#module_guestbook_title th {
	border-bottom:1px solid #BBBBBB;
	border-top:1px solid #BBBBBB;
	line-height:25px;
	padding:0px 5px;
	width:50%;
}

tr#module_photoalbum_title span, tr#module_guestbook_title span {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	color:#555555;
}

tr#module_photoalbum_title a:link, tr#module_photoalbum_title a:visited, tr#module_guestbook_title a:link, tr#module_guestbook_title a:visited {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	text-decoration:underline;
	text-transform:none;
	color:#555555;
}

tr#module_photoalbum_title a:hover, tr#module_guestbook_title a:hover {
	text-decoration:none;
	color:#444444;
}

table#module_guestbook_pages {
	background:#E9E9E9;
	width:100%;
	height:25px;
}

table#module_guestbook_pages tr td {
	border-bottom:1px solid #BBBBBB;
	line-height:25px;
	padding:0px 5px;
	text-align:center;
}

table#module_guestbook_pages tr td a:link, table#module_guestbook_pages tr td a:visited {
	color:#333333;
	text-decoration:underline;
}

table#module_guestbook_pages tr td a:hover {
	color:#222222;
	text-decoration:none;
}



/* Photoalbum */

.photo_container {
	font-weight:bold;
	text-transform:none;
	text-align:center;
	font-size:9px;
	margin-top:15px;
	margin-bottom:10px;
}

	.photo_container img,
	.photo_container img {
		padding:3px;
		border:1px solid #CCCCCC;
		background:#FFFFFF;
	}

	.photo_container img:hover {
		border:1px solid #888888;
		background:#BBBBBB;
	}

.photo_album_container {
	font-weight:bold;
	text-transform:none;
	text-align:center;
	font-size:9px;
	margin-top:15px;
	margin-top:10px;
}

		.photo_album_container img {
			padding:3px;
			border:1px solid #ffa912;
			background:#fff1af;
		}

		.photo_album_container img:hover {
			border:1px solid #ff8d12;
			background:#f1cd80;
		}

.photoalbum {
	width:135px;
	height:100px;
	margin:5px 0px 5px 0px;
}

.photoalbum_overlay {
	width:135px;
	height:100px;
	background:url(../images/photoalbum_overlay.gif);
	cursor:pointer;
}

.photoalbum_overlay:hover {
	background-position:0px 100px;
	cursor:pointer;
}

.photo {
	width:135px;
	height:100px;
	margin:7px 0px 7px 0px;
}

.photo_overlay {
	width:135px;
	height:100px;
	background:url(../images/photo_overlay.gif);
	cursor:pointer;
}

.photo_overlay:hover {
	background-position:0px 100px;
	cursor:pointer;
}

.photo_big {
	margin-top:10px;
	padding:3px;
	border:1px solid #666666;
	background:#E5E5E5;
}

tr#photoalbum_pages_top td {
	text-align:center;
	padding:2px;
	border-bottom:1px solid #CCCCCC;
	background:#F5F5F5;
}

tr#photoalbum_pages_bottom td {
	text-align:center;
	padding:2px;
	border-bottom:1px solid #CCCCCC;
	border-top:1px solid #CCCCCC;
	background:#F5F5F5;
}

tr#photoalbum_pages_top td a:link, tr#photoalbum_pages_top td a:visited, tr#photoalbum_pages_bottom td a:link, tr#photoalbum_pages_bottom td a:visited {
	color:#444444;
	text-decoration:underline;
}

tr#photoalbum_pages_top td a:hover, tr#photoalbum_pages_bottom td a:hover {
	color:#333333;
	text-decoration:none;
}


/* Gastenboek */

tr.module_guestbook_color1 {
	background:#F5F5F5;
}

tr.module_guestbook_color2 {
	background:#FFFFFF;
}

.m_g_1 {
	width:15%;
	height:19px;
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
	line-height:19px;
	display:table;
}

.m_g_2 {
	width:85%;
	height:19px;
	float:left;
	line-height:19px;
	display:table;
}

.m_g_3 {
	float:left;
	margin:10px 0px 0px 0px;
}

.m_g_1-add {
	width:25%;
	height:30px;
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
	display:table;
}

.m_g_2-add {
	width:75%;
	height:30px;
	float:left;
	display:table;
}

.m_g_1b-add {
	width:25%;
	height:auto;
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
	display:table;
}

.m_g_2b-add {
	width:75%;
	height:auto;
	float:left;
	display:table;
}



/* Nieuws */

#module_nieuws_archief_container {
	margin:0;
	padding:0;
}

#module_nieuws_archief_container h2 {
	margin:0;
	padding:0;
}

	#module_nieuws_archief_container h2 a:link,
	#module_nieuws_archief_container h2 a:visited {
		color:#EC008C;
		font-size:16px;
		text-decoration:none;
	}

	#module_nieuws_archief_container h2 a:hover {
		text-decoration:underline;
	}

#module_nieuws_archief_container h3 {
	margin:0;
	padding:3px 0px;
	color:#142A83;
	font-size:10px;
	font-weight:normal;
	text-transform:uppercase;
}

#module_nieuws_archief_container p {
	margin:0;
	padding:0;
}

#module_nieuws_archief_container a:link,
#module_nieuws_archief_container a:visited {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration:underline;
	color:#142A83;
}

#module_nieuws_archief_container a:hover {
	text-decoration:none;
}

#module_nieuws_archief_container .line {
	width:100%;
	height:auto;
	margin:5px 0px 15px 0px;
	border-bottom:1px solid #CCCCCC;
}


.module_nieuws_container {
	margin:0px;
	padding:10px;
	border-bottom:1px solid #999999;
}

.module_nieuws_container h6 {
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:normal;
	text-transform:uppercase;
	color:#999999;
	letter-spacing:0.1em;
}

.module_nieuws_container h5 {
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	text-transform:none;
}






#product_table {
		width:auto;
		margin:0px 0px 10px 0px;
		height:auto;
		display:table;
	}

			#product_table a:link, #product_table a:visited {
				margin:4px;
				padding:3px 0px;
				width:150px;
				background:#FFFFFF;
				border:1px solid #FFFFFF;
				color:#555555;
				display:block;
				float:left;
				text-align:center;
				text-decoration:none;
			}

			#product_table a:hover {
				background:#e4f8ff;
				border:1px solid #94d4ec;
			}

				#product_table a img {
					border:1px solid #FFFFFF;
					display:block;
					margin:0 auto;
				}

				#product_table a .title {
					font-size:10px;
					font-weight:bold;
					display:block;
				}

				#product_table a:hover .title {
					text-decoration:underline;
				}

				#product_table a .price {
					font-weight:normal;
					font-size:9px;
					display:block;
				}

				#product_table a .price_amount {
					font-weight:bold;
					color:#00aeef;
				}

				#product_table .product_line {
					width:auto;
					height:auto;
					clear:both;
					display:block;
				}













#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#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;
	line-height: 0;
	}
#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(../images/lightbox_blank.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(../images/lightbox_prev.gif) left 50% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/lightbox_next.gif) right 50% no-repeat; }

/*** START : next / previous text links ***/
#nextLinkText, #prevLinkText{
color: #FF9834;
font-weight:bold;
text-decoration: none;
}
#nextLinkText{
padding-left: 20px;
}
#prevLinkText{
padding-right: 20px;
}
/*** END : next / previous text links ***/
/*** START : added padding when navbar is on top ***/

.ontop #imageData {
    padding-top: 5px;
}

/*** END : added padding when navbar is on top ***/

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

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}
#imageData #helpDisplay {clear: left; float: left; display: block; }

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	display: none;
	}


.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block;
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}