
/* hier definieer ik het algemene lettertype voor de site */
TD{font-family:arial;
		font-size:12px;
		font-weight:500;
		color:#000000;}
TABLE{font-family:arial;
		font-size:12px;
		font-weight:500;
		color:#000000;}
		
/* Algemene links */
a:visited {color:#191970;
           text-decoration: underline;}
		   
a:link {color:#191970;
        text-decoration: underline;}
	
a:hover {color:#3366FF;
         text-decoration: none;
	     }
		 
/* specifieke links */
a.b:visited {color:#ffffff;
           text-decoration: none;
		 }

a.b:link {color:#ffffff;
           text-decoration: none;
		   }

a.b:hover {color:#592b3f;
           text-decoration: underline;
		}

	
/* lijntje : mogelijkheden:solid,dotted,dashed*/
HR {color:#ffffff;height:1px;border-style:solid;}

/* kopteksten */
H1{font-family:verdana;
		font-size:12px;
		font-weight:600;
		color:#592b3f;padding:0px;margin:0px;}
		
H2{font-family:verdana;
		font-size:12px;
		font-weight:600;
		color:#3366FF;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 */


.imgb {border-style:solid;border-color:#ffffff;border-width:5px;} /* kadertje om rond tabellen of foto's te zetten */ 
.foto {border-style:none;border-width:0px;background-image:url(http://www.traiteurcarl.be/top.jpg); background-position:bottom; background-repeat:no-repeat;}
}
/* id's */


#small {font-family:verdana;font-size:10px;} /* kleine tekstgrootte */


/* scrolling div'ke */
div#content
{ 
overflow:auto;
width:500;
height:300;
}


/* definieer kleuren, lettertype enz. voor horinzontaal of vertikaal menu, je kan ook een afbeelding als achtergrond gebruiken -> background-image:url(image.gif);  */

#menu a:link, #menu a:visited{
	display: block;
	background-color: #ffffff;
	color:#000000;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 3px;
	text-decoration: none;
	text-align:left;
	}
	
	
#menu a:hover{
	display: block;
	background-color: none;
	color:#592b3f;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 3px;
	text-decoration: none;
	font-weight:bold;
	text-align:left;
	}

#menu td{
	vertical-align: middle;
	text-align: center;}