html, body {height:100%}
/* hier definieer ik het algemene lettertype voor de site */
body {font-family:Verdana;
		color:#000000;
		background-position:top;
		background-repeat:no-repeat;
		background-color:#58000c;
		}
form td{
	font-size:11px;
	color:#ff9905;
	font-weight:bold;
	}		

/* Algemene links */
a:visited {color:#999999;
           text-decoration: underline;}
		   
a:link {color:#FF0000;
        text-decoration: none;}
	
a:hover {color:#FF0033;
         text-decoration: underline;
	     }
		 
/* specifieke links */
a.b:visited {color:#3c3c3c;
           text-decoration: none;
		 }

a.b:link {color:#666666;
           text-decoration: none;
		   }

a.b:hover {color:#3c3c3c;
           text-decoration: underline;
		}

a.c:visited {color:#CCCCCC;
           text-decoration: none;
		 }

a.c:link {color:#ffffff;
           text-decoration: none;
		   }

a.c:hover {color:#CCCCCC;
           text-decoration: underline;
		}
		
	
/* lijntje : mogelijkheden:solid,dotted,dashed*/
HR {color:#ffffff;height:1px;border-style:solid;}

/* kopteksten */

		
H2{font-family:verdana;
		font-size:12px;
		font-weight:600;
		color:#FF9900;
		padding:0px;margin:0px;}
		
H3{font-family:verdana;
		font-size:18px;
		font-weight:600;
		color:#000000;padding:0px;margin:0px;}

/*lijst stijl met image, je kan ook gewoon li{list-style:square;} of circle of disc gebruiken}*/
li {list-style-image:URL(pijl.gif);} 
	
/* classes */	
	
.wh{color:#ffffff;
	font-size:10px;}	/* witte tekstkleur */

.content{
		 vertical-align:top;
		 padding:10px 5px 5px 10px;
		 font-size:12px;
		 color:#FF9900;}		 
.footer{padding:20px 10px 10px 10px;
		text-align:center;
		font-size:10px;} 
.footer a{color:#FFFF00;}
.footer a:hover{color:#666666;}
.footer a:visited{color:#333333;}

.imgb {border-style:solid;border-color:#FF9900; border-width:1px;} /* kadertje om rond tabellen of foto's te zetten */ 

.left{padding-left:6px;
		font-size:11px;
		color:#FF9900;
		text-align:center;}
.left a{color:#ffffff; text-decoration:none;}
.left a:visited{color:#ffffff; text-decoration:none;}
.left a:hover{color:#FFFFFF; text-decoration:underline;}

.contact{font-size:10px;}
/* id's */

#footer{padding:10px 5px 5px 5px;
		vertical-align:top;
		color:#FFFFFF;
		text-align:center;
		font-size:11px;}
		
#small {font-family:verdana;font-size:10px;} /* kleine tekstgrootte */
#assortiment{text-decoration:none;
				color:#FFFFFF;}

/* scrolling div'ke */
div
{ 
font-size:11px;
}

#list_left{
width:185px;
overflow:auto;
height:375px;
scrollbar-arrow-color:#5a7447; 
scrollbar-track-color:#86aa6c; 
scrollbar-face-color:#7b9a57; 
scrollbar-highlight-color:#7b9a57; 
scrollbar-3dlight-color:#F2F2FF; 
scrollbar-darkshadow-color:#B3B3FF; 
scrollbar-shadow-color:#B3B3FF; 
}

/* definieer kleuren, lettertype enz. voor horinzontaal of vertikaal menu, je kan ook een afbeelding als achtergrond gebruiken -> background-image:url(image.gif);  */

#list a:link{
	color:#3d5519;
	font-size: 11px;
	padding: 3px;
	text-decoration: none;}
	
#list a:hover{
	color:#eea407;
	font-size: 10px;
	padding: 3px;
	text-decoration: none;font-weight:bold;}
	
#list a:visited{color:#eea407;
				text-decoration:none;}

#menu td{
	vertical-align: middle;
	text-align: center;}
	
.form{font-size:10px;
	  color:#006633;
	  font-family:Verdana, Arial, Helvetica, sans-serif;}
	  
#Info td,tr{color:#FF9900; font-size:12px;}
