body
{
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	text-align: center;
}

h1
{
	font-size: 16px;
}

h2
{
	font-size: 13px;
	color:#555555;
}

table
{
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
}

a:link,a:visited,a:active
{
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}

a:hover
{
	font-family: Verdana;
	font-size: 11px;
	color: #999999;
	text-decoration: none;
}

input
{
	font-family: verdana;
	color: #000000;
	font-size: 11px;
}

submit
{
	font-family: verdana;
	color: #000000;
	font-size: 11px;
}

textarea
{
	font-family: verdana;
	color: #000000;
	font-size: 11px;
}

select
{
	font-family: verdana;
	color: #000000;
	font-size: 11px;
}

td.content_head1
{
	background-image:url('../images/bg_content_loop.gif');
	text-transform:uppercase;
	font-weight:bold;
	color:#f4f4f4;
	font-size:11px;
	padding-left:5px;
}

td.content_head2
{
	background-image:url('../images/bg_content_corner.gif');
	width:24px;
}


div.menu
{
	position: absolute;
	visibility: hidden;
	text-align:left;
}

a.WinItem
{
	background-color: #f4f4f4;
	border: 1px solid;
	border-color: #cccccc #cccccc #cccccc #cccccc;
	cursor: default;
	display: block;
	padding: 3px 1em;
	text-decoration: none;
}

a.WinItem:hover
{
	background-color: #ebebeb;
	border: 1px solid;
	border-color: #cccccc #cccccc #cccccc #cccccc;
	display: block;
	padding: 3px 1em;
	color: #333333;
	cursor: hand;
}

div.WinItemlijntje
{
	border: 1px solid #666666;
}

div.stand
{
	display: none;
}

#container 
{
	width: 1004px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

#gallery {
	text-align:left;
	margin:0 auto;
	width:100%;
}
#gallery .navigator {
	margin:0 0 20px 0;
	background-color:#ebebeb;
	padding:3px 10px;
	font-size:1.2em;
	color:#000;
}
#gallery .navigator a {
	text-decoration:none;
	color:#000;
	background-color:inherit;
}
#gallery .navigator a:hover {
	text-decoration:underline;
}
#gallery ul.thumbs {
	list-style-type:none;
	margin:0;
	padding:0;
}
#gallery ul.thumbs img {
	border:1px solid #ccc;
	padding:3px;
}
#gallery ul.thumbs li {
	margin:0 15px 10px 0;
	display:block;
	float:left;
}
#gallery ul.thumbs li.dir {
	width:83px;
	height:83px;
	background:transparent url(../images/gthumb.png) no-repeat scroll top center;
}
#gallery ul.thumbs li.dir a {
	text-decoration:none;
	color:#000;
	background-color:inherit;
	display:block;
	padding:70px 0 0 0;
}
#gallery ul.thumbs li.dir a:hover {
	text-decoration:underline;
}
#gallery .preview {
	position:relative;
}
#gallery .preview img {
	border:1px solid #ddd;
	padding:5px;
}
#gallery .preview ul {
	list-style:square inside none;
	margin:0;
	padding:5px;
	position:absolute;
	right:0;
	top:0;
	border:1px solid #ddd;
	background-color:#eee;
	color:#000;
}
#gallery .preview .caption {
	font-size:1.3em;
	font-family:Georgia, Times, serif;
	margin:10px 0 0 20px;
}
#gallery .credit {
	clear:left;
	text-align:right;
	margin:20px 0 0 0;
	padding:3px 5px;
	background-color:#ebebeb;
	color:#000;
}
#gallery .credit a {
	color:#000;
	background-color:inherit;
}
#gallery .credit a:hover {
	text-decoration:none;
}