﻿/*
	------------------------------------------------------------------
	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...
*/




#title h1  {
	color: #003366;
	letter-spacing: 1px;
	padding: 5px;
	margin: 10px;
	font: bold 18px Arial, Tahoma, Times, serif;
	}

#description{
	background: #CCCCCC;
	border: 1px solid #333333;
	padding: 10px;
	margin: 5px;
	width: 90%;
	float: left;
	height: auto;
	font-weight: bold;
}



	

.imageborderlarge {
	padding: 7px;
	margin: 5px 0px;
	border: 1px solid #CCCCCC;
	background: #CCCCCC;
}


.unvisible { 
	display: none;
 }








.thumbnail {
	float: left;
	margin: 5px;
	padding: 8px;
	text-align: center;
	color: #CCCCCC;
	width: 166px;
	height: 175px;
	}


.thumbnailhover{
	background:  #CCCCCC;	
	display:block;
	width: 166px;
	height: 175px;
}

a.thumbnailhover:hover{
		background-color:#FFFFFF;	

	display:block;
	width: 166px;
	height: 175px;
		color: #003366;
	font-weight: bold;

	
}


.thumbnail img{
	background: #CCCCCC;
	padding: 7px;
	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;
padding:5px;

}


	
