/* groen=008000 */
/* creme=FDF4D3 */

#container { 
width:100%; 
top:100px; 
left:0; 
position:absolute; 
} 
#wrapper { 
width:920px; /*Breedte van je site*/ 
top:100px; 
left:50%; 
margin-left:-460px; /*Helft v/d breedte van je site*/ 
position:absolute; 
} 

.borderbold_lt {border-left: 4px solid #008000; border-right: 4px solid #008000; border-top: 4px solid #008000; border-bottom: none}
.borderbold_rt {border-left: none; border-right: 4px solid #008000; border-top: 4px solid #008000; border-bottom: none}
.borderbold_lm {border-left: 4px solid #008000; border-right: 4px solid #008000; border-top: none; border-bottom: none}
.borderbold_rm {border-left: none; border-right: 4px solid #008000; border-top: none; border-bottom: none}
.borderbold_lb {border-left: 4px solid #008000; border-right: 4px solid #008000; border-top: none; border-bottom: 4px solid #008000}
.borderbold_rb {border-left: none; border-right: 4px solid #008000; border-top: none; border-bottom: 4px solid #008000}

.bordernormal_lt {border-left: 1px solid #008000; border-right: 1px solid #008000; border-top: 1px solid #008000; border-bottom: none}
.bordernormal_rt {border-left: none; border-right: 1px solid #008000; border-top: 1px solid #008000; border-bottom: none}
.bordernormal_lm {border-left: 1px solid #008000; border-right: 1px solid #008000; border-top: 1px solid #008000; border-bottom: none}
.bordernormal_rm {border-left: none; border-right: 1px solid #008000; border-top: 1px solid #008000; border-bottom: none}
.bordernormal_lb {border-left: 1px solid #008000; border-right: 1px solid #008000; border-top: 1px solid #008000; border-bottom: 1px solid #008000}
.bordernormal_rb {border-left: none; border-right: 1px solid #008000; border-top: 1px solid #008000; border-bottom: 1px solid #008000}

.bordernormal {border-left: 1px solid #008000; border-right: 1px solid #008000; border-top: 1px solid #008000; border-bottom: 1px solid #008000}

table {	border: 0px solid black;}
table td { border: 0px solid black;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	}

div, i, u, p, br, li, body {
	font-family:Comic Sans MS,Arial;
	font-size: 16px;
	color: #008000;
	background-color: #FDF4D3;
	font-weight: normal;
}   
td, th, table {
	font-family:Comic Sans MS,Arial;
	font-size: 16px; 
	color: #008000;
	font-weight: normal;
} 


.email		{color: blue; text-decoration: underline; font-weight: normal}
.email:hover	{color: blue; text-decoration: underline; font-weight: bold}
.venster     { 	scrollbar-face-color: #008000; 
		scrollbar-arrow-color: #FDF4D3; 
		scrollbar-track-color: #00D000;
		scrollbar-shadow-color: #007000; 
               	scrollbar-highlight-color: #00F000; 
		scrollbar-3dlight-color: #00ff00; 
		scrollbar-darkshadow-color: #000000; 
             }

#footer {
	font-size: 11px; 
	font-weight: bold;
}

#kop1	     	{ font-family:Comic Sans MS,Arial; font-size: 48px; font-weight: normal; text-align: center }
#kop2	     	{ font-family:Comic Sans MS,Arial; font-size: 32px; font-weight: normal; text-align: center }
#kop3	     	{ font-family:Comic Sans MS,Arial; font-size: 20px; font-weight: normal; text-align: center }
#koponderstreeptrood3	{ font-family:Comic Sans MS,Arial; font-size: 20px; font-weight: normal; text-align: center; color: red; text-decoration: underline}
#onderschrift	{ font-family:Comic Sans MS,Arial; font-size: 14px; font-weight: normal; text-align: center}
#vet  		{ font-weight: bold }
#vetonderstreept{ font-weight: bold; text-decoration: underline}
#standaard     	{ font-size: 16px; font-weight: normal }
#cursief	{ font-weight: normal; font-style:italic }
#rood		{ font-weight: normal; font-style:italic; color: red; text-align: center}
#rodelijst 	{ color: red; } 
#klein  	{ font-size:11px }
#kleinvet  	{ font-size:11px; font-weight: bold }

body         { 	scrollbar-face-color: #008000;  /* knopvlakken*/
		scrollbar-arrow-color: #FDF4D3; /* driehoekje op knop */
		scrollbar-track-color: #EDE5C4; /* schuikbalk */
		scrollbar-shadow-color: #007000; 
               	scrollbar-highlight-color: #00F000; 
		scrollbar-3dlight-color: #ffffff; /* schaduw boven rand schuifknop */
		scrollbar-darkshadow-color: #000000; 
             }

A 		{color: green; text-decoration: underline }
A:hover 	{text-decoration: underline; font-weight: bold }
A:visited 	{color: #00A000; text-decoration: none }
A:visited:hover	{color: #00A000; text-decoration: underline }
A:LINK    	{color: green }
A:ACTIVE 	{color: green; font-weight: bold }
A.link2 	{color: blue }

#window      { 	scrollbar-face-color: #008000; 
		scrollbar-arrow-color: #FDF4D3; 
		scrollbar-track-color: #00D000;
		scrollbar-shadow-color: #007000; 
               	scrollbar-highlight-color: #00F000; 
		scrollbar-3dlight-color: #00ff00; 
		scrollbar-darkshadow-color: #000000; 
             }
window       { 	scrollbar-face-color: #008000; 
		scrollbar-arrow-color: #FDF4D3; 
		scrollbar-track-color: #00D000;
		scrollbar-shadow-color: #007000; 
               	scrollbar-highlight-color: #00F000; 
		scrollbar-3dlight-color: #00ff00; 
		scrollbar-darkshadow-color: #000000; 
             }

.xlink A	{ cursor:pointer;
		  cursor:hand;
		  cursor:-moz-zoom-in;
		  cursor:-webkit-zoom-in;
		  cursor:url(images/zoom-in.cur);
		}

.ylink A	{  cursor:pointer }

#muishand	{ cursor: pointer;
		  cursor: hand }

/*

 Some styles used by the "Cascading Popup Menus" script.
 Consult a CSS reference (a good clear one is at www.ncdesign.org) for syntax and tweaking ideas.
 You can delete the ones you're not using in your ItemStyles, or add more if you want.

 Font settings -- change your font, colour, alignment etc.
 Insert 'font-weight: bold;' or 'font-style: italic;' without quotes if you want.
 Note that items contain <A HREF> tags, so if your other stylesheets style anchor tags,
 these may inherit the rules. I've styled all the variations of links here as one.
*/

.lowText, a.lowText:link, a.lowText:visited, a.lowText:active, a.lowText:focus {
 color: #FF0000;
 font: 12px Comic Sans MS, Arial, sans-serif;
 text-align: left;
 text-decoration: none;
}

.highText, a.highText:link, a.highText:visited, a.highText:active, a.highText:focus {
 color: #FFCC99;
 font: 12px Comic Sans MS, Arial, sans-serif;
 text-align: left;
 text-decoration: none;
}

/* Borders used by some items */

.itemBorder {
 border: 1px solid #666666;
}
.itemBorderBlank {
 border: 1px solid #CCCCDD;
}

/* The "button" demo menu styles, as used by the "File-Reopen" menu. Delete if not using */

.buttonText, a.buttonText:link, a.buttonText:visited, a.buttonText:active, a.buttonText:focus {
 text-decoration: none;
 color: #008000;
 font-family:Comic Sans MS,Arial;
 font: 16px ;
 border: 3px ridge;
}

.buttonHover, a.buttonHover:link, a.buttonHover:visited, a.buttonHover:active, a.buttonHover:focus {
 text-decoration: none;
 color: #008000;
 font-family:Comic Sans MS,Arial;
 font: 16px ;
 font-weight: bold;
 border: 3px groove;
 cursor: pointer;
 cursor: hand;
}

.buttonBorder {
 border: 1px outset #000000;
}

.buttonBorderOver {
 border: 1px inset #008000;
}

.bestelknop { background: #036 url(../plaatjes/bestelpijltje.jpg) no-repeat left center; color: #FFF; padding-left: 1em; font-weight: bold; } 

.bestelknophover { background: #FFF url(../plaatjes/bestelpijltje-neg.jpg) no-repeat center left; color: #003; padding-left: 1em; font-weight: bold; } 

a.knop 
{ 
   display: inline-table; 
   width: 135px; 
   height: 25px; 

   padding: 5px 5px 5px 5px ; 
   background-color: #0065FF; 
    
   color: white; 
   text-decoration: none; 
   font-weight: bold; 
   font-family: Tahoma; 
   font-size: 18px; 

   border-left:   3px solid #79B6F5; 
   border-top:    3px solid #79B6F5; 
   border-right:  3px solid #00235F; 
   border-bottom: 3px solid #00235F;    
} 

a.knop2 
{
 text-decoration: none;
 color: #008000;
 font-family:Comic Sans MS,Arial;
 font: 16px ;
 border: 1px inset #008000;
 padding: 1px;
 border: 1px inset #FFFFFF;
 border: 1px outset #0F0000;
 border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
 border-color: ButtonShadow ButtonShadow ButtonShadow ButtonShadow;
}
