/*
	------------------------------------------------------------------
	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...
*/

#description{
	padding: 0 10px 10px 0;
	width: 100%;
	float: left;
	height: auto;
	font-size: 100%;
	font-weight: bold;
}

#content {
	text-align:left;
	padding: 0px; 
	margin: 0px;
	color: #333333;		
}

#content a {
	color: #666666;
	text-decoration: underline;
}

#content a:hover  {
	color: #999;
	}

#content .category img {
	background: #fff;
	padding: 5px; /* 7px */
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #FFFFFF;
	float:right
}

#content .category {
	margin: 30px 0px 25px 0px; /* 60 0 50 0 */
	padding: 0px; /* 30 0 10 0 */
	clear:both;
	height:auto;
}

.imageborderlarge {
	padding: 2px;
	margin: 2px;
	border: 1px solid #333399;
	background: #FFFFFF;
}

.unvisible { 
	display: none;
 }

.thumbnail { /* div */
    background-color: #fff;
	vertical-align: middle;
	float: left;
	font-size: 90%;
	width: 143px; /* max Bildbreite 135px plus maximal moegliche 8px Rand */
	height: 98px; /* Bildhoehe 90px plus 8px Rand */
	}
	
.thumbnail img{  /* div */
	margin: 0 auto;
	padding: 2px; /* padding um einzelnes Bild */
	display:block;
}

.thumbnail a { /* div */
	color:#999999;
	text-decoration: none;
}

a.thumbnailhover{ /* div a */
	border: 1px solid #ccc; /* fixer Rahmen um Bild, falls gewuenscht. Sonst Farbe #fff */
	display:block;
	width: 139px; /* max Bildbreite 135px plus 2 x 2px padding = 139px - bleiben 2 x 2px margin zur .thumbnail Breite */
	height: 94px; /* Bildhoehe 90px plus 2 x 2px padding = 94px - blieben 2 x 2 px margin zur .thumbnail Hoehe */
}

a.thumbnailhover:hover{  /* div a */
	border-color: #536BAA;
}



/* non IE  hover 
div.thumbnail:hover{
	background: #fff;
	color: #999;
}

*/


a img {
border:none;

}

#gallerycontainer{
	position: relative;
	text-align:center;
}

