@charset "iso-8859-1";


/* BASISTEKST  */

BODY	{ 
		font-family: "Arial, Gillsans Regular, Verdana, Georgia";
		font-size: 90%;
		font-weight:300;
		line-height:130%;
		background color:"#fffbef";
		color:"#000000"
		}

		
/* KLEURRANDEN IN ACHTERGROND  */
		
#homezalm		
		{/* zalmrand tbv homepage */
		width:	5.1%;
		height:	800px;
		position:	absolute;
		top:	0%;
		left:	0%;
		background:	"#ffcc99"
		}
		
#homeblauw
		{ /* blauwe rand tbv homepage */
		width:	24%;
		height:	800px;
		position:	absolute;
		top:	0%;
		left:	76.5%;
		background:	"#0099CC"
		}	

#framezalm
		{ /* zalmrand tbv leftframe */
		width:	24.6%;
		height:	3500px;
		position:	absolute;
		top:	0%;
		left:	0%;
		background:	"#ffcc99"
		}	
		
#frameblauw
		{ /* blauwe rand tbv rightframe */
		width:	28.5%;
		height:	3500px;
		position:	absolute;
		top:	0%;
		left:	71.5%;
		background:	"#0099CC"
		}

#frameblauw_contact
		{ /* blauwe rand tbv rightframe */
		width:	28.5%;
		height:	800px;
		position:	absolute;
		top:	0%;
		left:	71.5%;
		background:	"#0099CC"
		}

#frameblauw_links
		{ /* blauwe rand tbv rightframe */
		width:	28.5%;
		height:	1300px;
		position:	absolute;
		top:	0%;
		left:	71.5%;
		background:	"#0099CC"
		}	
		
#frameblauw_info
		{ /* blauwe rand tbv rightframe */
		width:	28.5%;
		height:	2000px;
		position:	absolute;
		top:	0%;
		left:	71.5%;
		background:	"#0099CC"
		}		

#frameblauw_scholen
		{ /* blauwe rand tbv rightframe */
		width:	28.5%;
		height:	1700px;
		position:	absolute;
		top:	0%;
		left:	71.5%;
		background:	"#0099CC"
		}		

	
/* POSITIONERING VAN BLOKKEN TEKST EN LIJSTEN */	
	
#tekstpositie
		{	/* positie van eerste stuk tekst op elke pagina */
		position:absolute; 
		width:58%; 
		top:10%; 
		left:2%; 
		text-align:left;
		}

		
/* LINKS */		
		
A		
		{ /* knoppen op leftframe en homepage */
		text-decoration:none;
		color:#006633; /* basiskleur: groen */
		font-size: 11pt;
		font-weight:700
		}		
		
.sublink	
		{	/* kleinere sublink */
		color:#006633; /* basiskleur: groen */
		font-size: 10pt;
		}
		
.linkOpdelijn
		{	/* link naar email OpdeLijn */ 
		font-size: 9pt;
		color:"#FFFFFF"
		}
			
.neplink	
		{	/* kleinere blauwe kop tbv neplink */
		color:#0099cc;
		font-size: 11pt;
		font-weight:700
		}	

/* KOP OPMAAK */	

.KOP	{ /* oranje koppen boven tekst */
		color:#ff9933;
		font-size: 140%;
		font-weight:700
		}	
					
.KOPJE	
		{	/* kleinere oranje kop van individuele producenten en verkooppunten */
		color:#ff9933;
		font-size: 105%;
		font-weight:600
		}	
			
		


		
		

		
