body
{
	background-color: #000000;
	color: #990000;
	font-family: Verdana;
}

a:link,a:active,a:visited
{ 
	color: #990000; 
	text-decoration: none;
}

a:hover
{
	color: #CCCC00; 
	text-decoration: none;
}

a.normal:link
{ 
	color: #0000FF; 
	text-decoration: underline;
} 

a.normal:hover
{
	color: #CCCC00; 
	text-decoration: underline;
}

table
{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

table.thumbs
{
	width: 540px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	/*
	border-spacing: 10px;
	--> beter, maar nog niet ondersteund door IE
	*/
}

table.info
{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

p.info
{
	color:#FFFFFF;
}

td.info
{
	padding: 6px;
	color:#FFFFFF;
	font-size: large;
}

td.cat
{
	width: 135px;
	height: 135px;
	/*text-align: center;*/
	padding: 6px; 										/*beter cellspacing,maar dan problemen met IE en CSS*/
}

td.links
{
	font-size: small;
	font-style:italic;
	color:#FFFFFF;
}

img
{
	border: none;
}

hr
{
	color: #660000;									/*voor IE*/	
	background-color: #660000;						/*voor Netscape/Opera/Mozilla/Firefox*/
	/*width: 800px;*/
	height: 1px;										/*zou probs kunnen geven in Opera, but who cares 'bout retarded browsers?*/
	border: 0;											/*sommige browsers tekenen anders borders rond de lijn*/
	
}

#tdinfo
{
	height: 60px;
	text-align: center;
	vertical-align: bottom;
}

div.tabpos
{
	text-align:center;
}

p.prijs
{
	color:#99CC00;
}
