body	{
	color: #000;
	background: #fff;
	margin: 25px 0 25px 0;
	padding: 0;
	}
	
.hide	{
	text-indent: -9999px;
	}
	
	
	
	/*++++++++++ CREWBELANGEN +++++++++++*/
	
	
	
		/*++++++++++ INDEXLIJSTEN +++++++++++*/
	
#index {
	
	margin-left: 300px;
}
	
	
	
			a.index:link , a.index:visited {
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
	color: #000;
	background: transparent;
	padding-right : 5px;
	padding-left : 5px;
	}

	
a.index:hover {
	font-weight: bold;
	/*text-decoration: underline overline;
	*/
	color: #fff;
	background: #000;
	/*border : 1px dashed Black;*/
}




	
	/*+++++++++++++ STEUNKLEUREN ++++++++++++++*/
	
	#kleuralgemeen {
		color: #8695C8;
	}
	
	#kleurnieuws{
		color: #FF9933;
	}
	
	#kleurorganisatie{
		color: #429A6f;
	}
	
	#kleurverzekeringen{
		color: #E93433;
	}
	
	#kleuropzoek{
		color: #0C9EE4;
	}
	
	#kleurledenservice{
		color: #F8D42E;
	}
	
	#kleurlinks{
		color: Gray;
	}
	
	#kleuraanmelden{
		color: #C863A6;
	}	
	
	#kleurinfo{
		color: #7E8BE6;
	}	
	
	#top {
		padding-bottom: 50px;
	}
	
	
	/*+++++++++++++++++++ List settings nog aanpassen ++++++++++++++ */
	
	
	ul {
	text-align: left;
	color: 000;
	list-style-position: inside;
	}
	
	li {
	text-align: left;
	/* font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
/*	font-size:  0.85em;*/
	font-size:  0.85em;
	list-style-type: square;
}


	#navigatie {
		background: Aqua;
		background-color: transparent;
	}
	
	#broodtekst {
	padding-left: 20px;
	padding-right: 10px;
	}
	
	
	#algemeen {
		background: transparent;
		background-image: url(../i/bgnav-algemeen2.gif);
		background-position: top;
		background-repeat: no-repeat;
		padding-left: 30px;
		padding-top: 130px;
		padding-bottom: 72px;
	}
	
	#nieuws {
		background: transparent;
		background-image: url(../i/bgnav-nieuws2.gif);
		background-position: top;
		background-repeat: no-repeat;
		padding-left: 30px;
		padding-top: 130px;
		padding-bottom: 72px;
	}
	
	#organisatie {
		background: transparent;
		background-image: url(../i/bgnav-organisatie.gif);
		background-position: top;
		background-repeat: no-repeat;
		padding-left: 30px;
		padding-top: 130px;
		padding-bottom: 72px;
	}
	
	
	#verzekeringen {
		background: transparent;
		background-image: url(../i/bgnav-verzekeringen.gif);
		background-position: top;
		background-repeat: no-repeat;
		padding-left: 30px;
		padding-top: 130px;
		padding-bottom: 72px;
	}
	
	#opzoek {
		background: transparent;
		background-image: url(../i/bgnav-opzoek.gif);
		background-position: top;
		background-repeat: no-repeat;
		padding-left: 30px;
		padding-top: 130px;
		padding-bottom: 72px;
	}
	
	#ledenservice {
		background: transparent;
		background-image: url(../i/bgnav-ledenservice.gif);
		background-position: top;
		background-repeat: no-repeat;
		padding-left: 30px;
		padding-top: 130px;
		padding-bottom: 72px;
	}
	
	
	#links {
		background: transparent;
		background-image: url(../i/bgnav-links.gif);
		background-position: top;
		background-repeat: no-repeat;
		padding-left: 30px;
		padding-top: 130px;
		padding-bottom: 72px;
	}
	
	
	#aanmelden {
		background: transparent;
		background-image: url(../i/bgnav-aanmelden.gif);
		background-position: top;
		background-repeat: no-repeat;
		padding-left: 30px;
		padding-top: 130px;
		padding-bottom: 72px;
	}
	
	#info {
		background: transparent;
		background-image: url(../i/bgnav-info.gif);
		background-position: top;
		background-repeat: no-repeat;
		padding-left: 30px;
		padding-top: 130px;
		padding-bottom: 72px;
	}
	
	/*++++++++++++++ CONTENT VLAKKEN MET GEKLEURDE RANDEN ++++++++++++ */
	
	#maincontent {
		background: White;
		border-right: thick solid #ccc;
	}
	
	#contentalgemeen {
		background: White;
		border-right: thick solid #8695C8;
		border-bottom: thin solid #8695C8;
	}
	
	
	#contentnieuws{
		background: White;
		border-right: thick solid #FF9933;
		border-bottom: thin solid #FF9933;
	}
	
	#contentorg{
		background: White;
		border-right: thick solid #429A6f;
		border-bottom: thin solid #429A6f;
	}
	
	
	
	
	#contentverzekeringen {
		background: White;
		border-right: thick solid #E93433;
		border-bottom: thin solid #E93433;
		
	
	}
	
		#contentopzoek {
		background: White;
		border-right: thick solid #0C9EE4;
		border-bottom: thin solid #0C9EE4;
	}
	
	
	#contentleden {
		background: White;
		border-right: thick solid #F8D42E;
		border-bottom: thin solid #F8D42E;
	}
	
	
	#contentlinks {
		background: White;
		border-right: thick solid Gray;
		border-bottom: thin solid #000;
	}
	
	
	#contentaanmelden {
		background: White;
		border-right: thick solid #C863A6;
		border-bottom: thin solid #C863A6;
	}
	
	
	#contentinfo {
		background: White;
		border-right: thick solid #7E8BE6;
		border-bottom: thin solid #7E8BE6;
	}
	
	
	/*++++++++++++++++++++++ Einde van contentvlak +++++++++++*/
	
	
	
	
	
	
	
		#headercontent {
		
		background-image: url(../i/bgnav-content2.gif);
		background-position: top;
		background-repeat: no-repeat;
		background-color: transparent;
		height: 130px;
	}
	
	
	
	
	
	
	
	
img {
	display: block;
	border: 0;
	}
	
a:link {
	font-weight : bold; 
	text-decoration : undeline;
	color: #888;
	background: transparent; 
	}

a:visited {
	font-weight : bold; 
	text-decoration : none;
	color: #ccc;
	background: transparent; 
	}

a:hover {
	font-weight : bold; 
	text-decoration : none;
	color: #000;
	background: Silver; 
	}

a:active {
	font-weight : bold; 
	text-decoration : none;
	color: Gray;
	background: transparent;  
	}
	
/*p, td, li, ul, ol, h1, h2, h3, h4, h5, h6	*/
	
p, td, h3, h4, h5, h6	{
		font-family: Georgia, "New Century Schoolbook", Times, serif;
		}

h1	{
	font-size: 1.2em;
	font-weight: normal;
	color: #888;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	letter-spacing: 3px;
	margin-bottom: 10px;
	}

h2	{
	font-size: 1em;
	font-weight: normal;
	color: #888;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	margin-top: 60px;
	margin-bottom: 10px;
}

h3	{
	font-weight: bold; 
	font-style: italic;
	font-size:  0.85em;
	margin-top: 20px;
	margin-bottom: 3px;
}



html p	{
	margin-top: 0;
	margin-bottom: 0.5em;
	text-align: left;
	font-size:  0.85em;
	line-height: 1.5;
	}

#footer p	{
	font-size: 10px;
	margin-top: 20px;
	margin-right: 20px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: right;
	color: Silver;
	
	}
	
/* Basic page divisions */

#primarycontent	{
	padding-left: 25px;
	padding-top: 25px;
	}
	
#content {
	/*background: transparent url(../images/arrow.gif) center bottom no-repeat;*/
	background: transparent url(../images/transbrain.gif) center bottom no-repeat;
	}

/* Sidebar display attributes */

#sidebar p	{
	font-style: italic;
	text-align: right;
	margin-top: 0.5em;
	}

#sidebar img	{
	margin: 30px 0 15px 0;
	}
	
#sidebar h2	{
	font-size: 1em;
	font-weight: normal;
	font-style: italic;
	margin: 0;
	line-height: 1.5;
	text-align: right;
	}

/* Navigation bar components */


table#nav	{
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	}

table#nav td	{
	font: 11px verdana, arial, sans-serif;
	text-align: center;
	border-right: 1px solid #000;
	border-top: 1px solid #000;
	}

table#nav td a	{
	font-weight: normal;
	text-decoration: none;
	display: block;
	margin: 0;
	padding: 0;
	}
	
#nav td a:link, #nav td a:visited {
	background: transparent url(../images/bgpat.gif) repeat;
	display: block;
	margin: 0;
	width: 100%;
	line-height: 25px;
	} 

#nav td a:hover {
	color: #f60;
	background: white url(../images/nopat.gif) repeat;
	} 

td#home a:link img, td#home a:visited img {
	color: #c30;
	background: transparent url(../images/bgpat.gif) repeat;
	width: 100%;
	height: 75px;
	} 

td#home a:hover img {
	color: #f60;
	background: white url(../images/nopat.gif) repeat;
	width: 100%;
	height: 75px;
	}
	
	
	/*TOEVOEGINGEN FEB 2007*/
	


/* pagina ankers */

	
	table#ankerlinks	{
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	}

table#ankerlinks td	{
	font: 11px verdana, arial, sans-serif;
	text-align: left;
	border-right: 1px solid #000;
	/*border-top: 1px solid #000;*/
	}

table#ankerlinks td a	{
	font-weight: normal;
	text-decoration: none;
	display: block;
	margin: 0;
	padding: 5px;
	}
	
	
#ankerlinks td a:link, #ankerlinks td a:visited {
	background: transparent url(../images/bgpat.gif) repeat;
	display: block;
	margin: 0;
	width: 100%;
	line-height: 25px;
	} 

#ankerlinks td a:hover {
	color: #f60;
	background: white url(../images/nopat.gif) repeat;
	}
	
	
	

/* good reading */

#lezen {
	background-color: #F4D8C4;
	padding: .25em;
	
}
