/*
	------------------------------------------------------------------
	created by 		: Paul van Roekel
	date			: july 2006	
	------------------------------------------------------------------	
	You're welcome to use any code in this file for your own projects
	the used images however are copyrighted and not for use 
	on other sites! Want to contact me? Use the form on this website...
*/

body {
	margin: 0px;
	padding: 0px;
	font: 12px/24px Calibri, "Times New Roman", Times, serif;
	background-color: #FFFFFF;
}

.onderschrift {
font: 11px Calibri, "Times New Roman", Times, serif;
	background-color: #FFFFFF;
}

html{
	margin: 0px;
	padding: 0px;
}


#container {
	background: #ffffff repeat-x left top;
    line-height: 5px;
	margin: 5px auto;
}


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

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

#content a:hover  {
	color: #000000;
	text-decoration: underline;
	background: #CCCCCC;
	border-bottom: 1px solid #ffffff;
	}


#content .category img {

	padding: 0px;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	float:right
}



#content .category {
	margin: 10px 0px 10px 0px;
	padding: 10px 0px 10px 0px;
	clear:both;
	height:auto;
}

.imageborderlarge {
	margin: 0px 0px;
	border: 4px solid #f2f2f2;
	background: #FFFFFF;
}


.unvisible { 
	display: none;
 }








.thumbnail {
	float: left;
	margin: 5px;
	padding: 5px;
	text-align: center;
	}


.thumbnailhover{
	background:  none;	
	display:block;
	width: 150px;

}

a.thumbnailhover:hover{
	display:block;
	color: #000000;
	font-weight: normal;

	
}


.thumbnail img{
	background: #FFFFFF;
	padding: 30px;
	margin: auto;
	display:block;
}



.thumbnail a {
	color:#999999;
	text-decoration: none;
}

/* non IE  hover 
div.thumbnail:hover{
	background: #000;
	color: #76B41C;
	font-weight: bold;
}

*/




a img {
border:none;

}

#gallerycontainer{
	padding: 0px;
	text-align:center;
}




	
