html, body { margin:0;padding:0;height:100%; }

.laag { position:absolute;overflow:hidden;padding:0 0 5px 0;background-color:#ffffff;border:1px solid #333333;margin-bottom:10px; }
.fade { display:none;position:absolute;width:100%;height:100%; }

.header {
	display:block;
	margin:0 10px;
	padding:6px 0;
	text-transform:uppercase;
	border-bottom:1px solid #000000;
}
H2 {
	display:inline;
	margin:0;
	padding:0;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:normal;
}
.description, .thumbview, .thumbnailtjes { display:block;line-height:18px;font-family:"Courier New",Courier,monospace;font-size:11px;color:#000000;text-decoration:none;margin:-1px 10px 0 10px;padding:2px 0 1px 0;border-bottom:1px dotted #333333; }
.description a { color:red;text-decoration:none; }
.description a:hover { background-color:red;color:white;text-decoration:none; }
.thumbview { border:0; }
.thumbnailtjes { display:block;height:45px;padding-top:7px; }
.thumbnailContainer { display:inline;float:left;padding:10px;text-align:center !important;line-height:18px;border-bottom:1px dotted #333333; }
.thumbnailContainer img { border:1px solid white; }
a.thumbLink { color:red;text-decoration:none; }
a.thumbLink:hover { color:white;text-decoration:none; }
a.thumbLink:hover img { border:1px solid white;cursor:hand; }
a.thumbLink:hover span { background-color:red !important; }


a.button { cursor:pointer;display:block;width:100%;line-height:18px;font-family:"Courier New",Courier,monospace;font-size:11px;color:#000000;text-decoration:none;padding:0 10px;margin-top:-1px; }
a.button:hover { display:block;background-color:#333333;color:#ffffff; }
a.button div { border-bottom:1px dotted #333333;padding:3px 0;margin-right:20px; }

.previewdescription { display:block;border-bottom:1px dotted #333333;padding:3px 0;margin:0; }

#lefty {
	position:absolute;
	display:none;
	z-index:1000000;
	width:32px;
	height:64px;
	background:transparent url('../images/lefty.png') no-repeat left top;
	cursor:pointer;cursor:hand;
}
#righty {
	position:absolute;
	display:none;
	z-index:1000000;
	width:32px;
	height:64px;
	background:transparent url('../images/righty.png') no-repeat left top;
	cursor:pointer;cursor:hand;
}
#lefty:hover, #righty:hover {
	background-position: right top;
}
#sluiter {
	position:absolute;
	display:none;
	z-index:1000000;
	width:11px;
	height:11px;
	background:transparent url('../images/sluit.png') no-repeat left top;
	cursor:pointer;cursor:hand;
}
#sluiter:hover {
	background-position: right top;
}
.waiter {
	position:absolute;
	width:15px;
	height:15px;
	border:0;
	margin:0 0 0 11px;
}
.thumbnail, .thumbnailactive {
	width:50px;
	height:38px;
	border:1px solid #cccccc;
	
	float:left;
	margin-right:10px;
	cursor:pointer;cursor:hand;
}
.thumbnailactive {
	border:1px solid #000000;
	cursor:default;
}
.large { margin:6px 0; }
.thumbnail:hover {
	border:1px solid #ff0000;
}