/* hier definieer ik het algemene lettertype voor de site */
TD{font-family:Verdana;
		font-size:10px;
		font-weight:200;
		color:#ffffff;
		

			
		
		}
.bg {
	background-color: #000000;
}
.bg2 {
	background-color: #000000;
	background-image: url(../images/8ergrond.jpg);
	background-repeat: repeat-x;
	background-position: left center;	
}
TABLE{font-family:Verdana;
		font-size:10px;
		font-weight:200;
		color:#fea877;}
		
/* Algemene links */
a:visited {
	color:#ffffff;
	text-decoration: none;
	font-weight: 200;
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
}
		   
a:link {
	color:#ffffff;
	text-decoration: none;
	font-weight: 200;
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
}
	
a:hover {
	color:#e4be8d;
	text-decoration: none;
	font-family: Verdana;
	font-weight: 200;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	     }
		 
/* specifieke links */
a.b:visited {
	color:#000000;
	text-decoration: none;
	font-family: Verdana;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
		 }

a.b:link {color:#000000;
	text-decoration: none;
	font-family: Verdana;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
		   }

a.b:hover {color:#000000;
	text-decoration: none;
	font-family: Verdana;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
		}
a.a:visited {
	color:#474f4e;
	text-decoration: none;
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
		 }

a.a:link {color:#474f4e;
	text-decoration: none;
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
		   }

a.a:hover {color:#df7a1c;
	text-decoration: none;
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
		}
	
/* lijntje : mogelijkheden:solid,dotted,dashed*/
HR {color:#000000;height:1px;border-style:dashed;}

/* kopteksten */
H1{font-family:verdana;
		font-size:12px;
		font-weight:200;
		color:#e4be8d;padding:0px;margin:0px;}
		
H2{font-family:verdana;
		font-size:12px;
		font-weight:200;
		color:#df7a1c;padding:0px;margin:0px;}
		
H3{font-family:verdana;
		font-size:10px;
		font-weight:200;
		color:#fea877;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;}	/* witte tekstkleur */


.imgb {border-style:solid;border-color:#ffffff;border-width:1px;} /* kadertje om rond tabellen of foto's te zetten */ 


/* 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: #eeeeee;
	color:#000000;
	font-size: 11px;
	padding: 3px;
	text-decoration: none;}
	
#menu a:hover{
	display: block;
	background-color: #4DB2CF;
	color:#ffffff;
	font-size: 11px;
	padding: 3px;
	text-decoration: none;font-weight:bold;}

#menu td{
	vertical-align: middle;
	text-align: center;}
	
#fullheight{height:100%}	


	/* contactform */
		
input, select, textarea
	{
	font-family: verdana ; 
	font-size: 9px;
	color: #ffffff;
	border: solid #e4be8d;
	border-width: 1 ;
	background-color:#48491d;
	}

#CAPTCHA
{
width:80px;
}

/* verwijdert kader rond imagelinks */

a img {border: none; }


.stijl {
	background-attachment: fixed;
	background-color: #000000;
	background-image: url(../img/8ergrond.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

.scrollbar{

	overflow:auto;
	scrollbar-face-color: #48491d;
	scrollbar-base-color: #48491d;
	scrollbar-darkshadow-color: #48491d;
	scrollbar-3dlight-color: #48491d;
	scrollbar-shadow-color: #48491d;
	scrollbar-highlight-color: #48491d;
	scrollbar-arrow-color: #ffffff;
	scrollbar-track-color: #48491d;
}
