/* 0902 template CSS file */

.tFotobrowser {
	/* blok het mapinfo en thumbs */
	margin-left:  150px;
	margin-right: 10px;
	margin-top:   10px;
}

#tWinkelmandje {
	/* vak met geselecteerde foto's */
	top:  10px;
	left: 5px;
}

#tFotodetailpositie {
	/* positie van de 'popup' met de uitvergrote foto */
	/* eventueel is deze te verkleinen naar top:0 en left:0 */
	top:  40px;
	left: 155px;
}

body {
	/* achtergrondkleur */
	background: #FFFFFF;
	margin: 0px 0px 0px 0px;
}

body, td, th, h3 {
	color: #FFF;
	font-family:tahoma,verdana;
	font-size: 11px;
}

.tKaderbody {
	/* infokaders */
	background: #CCCCCC;
}
.tFotomappenindex li div {
	/* submappen */
	color:#000
}
#tKaderfotograaf, #tKaderfotograaf td {
	/* infokader fotograaf */
	color:#000
}

/* fotothumbs */
#tResultaat .tThumbs li {background:#eeeeee; border:1px dotted #666;}
#tResultaat .tThumbs li:hover {border:1px dotted #999; background:#cccccc}
#tWinkelmandje .tThumbs li {border:1px dotted #666;}
#tWinkelmandje .tThumbs li:hover {border:1px dotted #999;}

/*foto detail popup */
.highslide-html {
	background:#CCCCCC !important;
}
#tFotodetail #tFoto {
	background:#CCCCCC !important;
}

#PixxerPhoto img {
	border: 1px solid black !important;
}


/*
#tFotodetail {
	background:#eee;
}
#PixxerPhoto img {
	border: 1px solid black;
}
*/


