td.menuitem
{
	background-image: 	url( '../images/menuitem.png' ) ;
	background-repeat:	no-repeat ;
	width:			114px ;
	height:			27px ;
	padding: 		0px ;
	margin:			0px ;
	cursor:			pointer ;
}

td.menuitem:hover
{
	background-image: 	url( '../images/menuitem_on_hover.png' ) ;
}

a.menuitem
{
	text-decoration:	none ;
	color:			#F3DB83 ;
	font-size:		12px ;
	font-weight:		bold ;
}

img.thumb
{
        border-width: 1px ;
	border-style: outset ;
	padding: 2px ;
	cursor: pointer ;
}

img.thumb:hover
{
	border-style: inset ;
}

div.shade
{
	position:		absolute ;
	background-color:	#031200 ;
	width:			100% ;
	left:			0px ;
	top:			0px ;
	z-index:		1 ;
	visibility:		hidden ;
}

fieldset.zoomer
{
	position:		absolute ;
	background-color:	#53a142 ;
	z-index:		2 ;
	padding:		0px ;
	visibility:		hidden ;
}

div.titel
{
	text-align:	center ;
}

p.titel
{
	padding:	0px ;
	margin:		0px ;
	color:		#FFFFFF ;
}

div.image
{
	padding:	0px ;
}

div.navigatie
{
	padding:	2px ;
}

td.next
{
	background-image: url('../images/rightarrow.jpg') ;
	background-repeat: no-repeat ;
	height: 33px ;
	width: 100px ;
	cursor: pointer 
}

td.next:hover
{
	background-image: url('../images/rightarrow_onhover.jpg') ;
	background-repeat: no-repeat 
}

td.previous
{
	background-image: url('../images/leftarrow.jpg') ;
	background-repeat: no-repeat ;
	height: 33px ;
	width: 120px ;
	cursor: pointer 
}

td.previous:hover
{
	background-image: url('../images/leftarrow_onhover.jpg') ;
	background-repeat: no-repeat 
}

div.content
{
	font-size:	12px ;
	margin-left: 	250px ;
	margin-right: 	20px ;
	text-align: 	left ;
	min-height:	500px ;
}

h3
{
	color:		#FF9933 ;
}

div.footer
{
	text-align:	center ;
	font-size:	10px ;
	color:		#635E5E ;
}
