/* ####################  Body  #################### */
    a {
          	color: #bddaa9;
}
	 
    body	{
			background-repeat: repeat
			background-color: #070f08;
			font-family: verdana, arial;
			color: #bddaa9;
          	font-size: 12px;
			line-height: 150%;							
}
    
	td		{
			color: #bddaa9; 
          	font-size: 12px;	
			line-height: 150%;		
}
    
	a:link	{
          	color: #ddffc5;	
}
	
    a:visited	{
          	color: #ddffc5;
}
	
	A:active {
			color: #FFFFFFF;	 
}	
	
    a:hover	{
          	color: #FFFFFF;	 
}

	h3
{
          	font-size: 10px;
			color: #FFFFFF;	
}	
	hr 
{
	  		border: 0;
	 		width: 90%;
 			color: #112011;
			background-color: #112011;
			height: 1px;
}
		 
/* ####################  Quick Menu  #################### */

	.quickmenu_table {
}

	.quickmenu_font {
			font-size: medium;
}


/* ####################  Main Table  #################### */

	.hoofd_table {
}
	  
/* ####################  Left Menu  #################### */

a.menuLink:link, a.menuLink:visited {
display: block;
background: url(layout/button1.gif) no-repeat;
height: 30px;
width: 140px;
vertical-align: middle;
font-size: 12px;
font-weight: bold;
color: #7caa7d;
text-align: left;
padding-top: 5px;
padding-left: 18px;
text-decoration: none; }

a.menuLink:hover { 
display: block;
background: url(layout/button2.gif) no-repeat;
height: 30px;
width: 140px;
vertical-align: middle;
font-size: 12px;
font-weight: bold;
color: #bddaa9;
text-align: left;
padding-top: 5px;
padding-left: 18px;
text-decoration: none; }

  


	.category_table {
}

	.top10_table {
}

	.menu_headertop10 {
	color: #ff0000;
}

	.zoek_table {
}

	.detail_table {
}

/* ####################  Images  #################### */
/*
.thumb
{
	border-color: #ff8080;
	border-width:1px;
}
*/
.thumb img{
border: 2px solid #ff8080;
}

.thumb:hover img{
border: 2px solid red;
}

.thumb:hover{
color: red; /* Dummy definition to overcome IE bug */
}

