/*CSS by Net2view (www.net2vie.be)*/

/* 	"body" = algemene aanduiding zonder style-keuze */
/* 	"h1", "h2" en "h3" gebruiken voor titels en headers (betere positie SEM) */
/* 	".nav_link" = te gebruiken indien u gelinkte teksten niet wilt onderlijnen vb navigatie */
/* 	borders:  1)solid=lijn - 2)dotted=stippelijn - 3)line_under=onderlijning onderaan 
	4)border_line-up-under=onderlijning boven- en onderaan */
/* 	".large, .larger en .largest" = grotere lettertypes*/
/* 	".small en .smaller" = kleinere lettertypes */



/*Opsomming = Alfabetisch */

body {background-color: #FFFFFF; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #000000;}
	
a:link 		{color: #666666; text-decoration: underline;}
a:visited 	{color: #999999; text-decoration: underline;}
a:hover 	{color: #333333; text-decoration: underline;}
a:active 	{color: #000000; text-decoration: underline;}

.border {border: 1px solid #000000;}
.border_dotted {border: 1px dotted #000000;}
.border_line-under {border-bottom: 1px solid #CCCCCC;}
.border_line-up-under {border-bottom: 1px solid #CCCCCC; border-top-width: 1px; border-top-style: solid; border-top-color: #CCCCCC;}

.large 	{font-size: 12px;}
.larger	{font-size: 13px;}
.largest{font-size: 14px;}
	
h1 {font-size: 15px;}
h2 {font-size: 13px;}
h3 {font-size: 11px;}

.nav_link {text-decoration: none;}
nav_link a:link 	{color: #666666; text-decoration: underline;}
nav_link a:visited 	{color: #999999; text-decoration: underline;}
nav_link a:hover	{color: #333333; text-decoration: underline;}
nav_link a:active 	{color: #000000; text-decoration: underline;}

.small 		{font-size: 10px;}
.smaller 	{font-size: 9px;}

	

