/* styles voor de homepage */

.home a, .home a:link, .home a:visited, .home a:active {
	text-decoration: none; 
	color: #D68812;
} 

.home a.menubtn:hover, .home a.actief {
	text-decoration: none; 
	color: #D68812 !important;
}

.home a:hover {
	text-decoration: underline; 
	color: #D68812;
}

.home h1 {
	color: #D68812;
}

.home .menu {
	background: url(images/img-home.jpg) repeat-y;	
}

.home .pad {
	background: url(images/bg-home.jpg) repeat-y;	
}

/* styles voor de checklist */

.checklist a, .checklist a:link, .checklist a:visited, .checklist a:active {
	text-decoration: none; 
	color: #8963C5;
} 

.checklist a.menubtn:hover, .checklist a.actief {
	text-decoration: none; 
	color: #8963C5 !important;
}

.checklist a:hover {
	text-decoration: underline; 
	color: #8963C5;
}

.checklist h1 {
	color: #8963C5;
	font-weight: bold;
}

.checklist h3 {
	font-size: 12px;
	color: #8963C5;
	font-weight: normal;
	margin: 0px;
}

.pop {
	width: 300px;
	margin: 10px 5px 10px 10px;
}

.pop p {
	margin: 0px 0px 18px 0px;
}

.checklist .menu {
	background: url(images/img-checklist.jpg) repeat-y;	
}

.checklist .pad {
	background: url(images/bg-checklist.jpg) repeat-y;	
}

/* styles voor de toelichting */

.toelichting a, .toelichting a:link, .toelichting a:visited, .toelichting a:active {
	text-decoration: none; 
	color: #EE150F;
} 

.toelichting a.menubtn:hover, .toelichting a.actief {
	text-decoration: none; 
	color: #EE150F !important;
}

.toelichting a:hover {
	text-decoration: underline; 
	color: #EE150F;
}

.toelichting h1 {
	color: #EE150F;
}

.toelichting .menu {
	background: url(images/img-toelichting.jpg) repeat-y;	
}

.toelichting .pad {
	background: url(images/bg-toelichting.jpg) repeat-y;	
}

/* styles voor de contact */


.contact a, .contact a:link, .contact a:visited, .contact a:active {
	text-decoration: none; 
	color: #315496;
} 

.contact a.menubtn:hover, .contact a.actief {
	text-decoration: none; 
	color: #315496 !important;
}

.contact a:hover {
	text-decoration: underline; 
	color: #315496;
}

.contact h1, .contact h2 {
	color: #315496;
}


.contact .menu {
	background: url(images/img-contact.jpg) repeat-y;	
}

.contact .pad {
	background: url(images/bg-contact.jpg) repeat-y;	
}


/* gevolgd pad */

.pad a, .pad a:link, .pad a:visited, .pad a:active {
	text-decoration: none; 
	color: #FFF;
} 

.pad a:hover {
	text-decoration: underline; 
	color: #FFF;
}

/* checklist box */


.beslisboom a, .beslisboom a:link, .beslisboom a:visited, .beslisboom a:active {
	text-decoration: none; 
	color: #000;
	font-weight: normal;
} 

.beslisboom a:hover {
	text-decoration: underline; 
	color: #000;
	font-weight: normal;	
}

.stapterug {
	color: #999;
}

.beslisboom .stapterug a, .beslisboom .stapterug a:link, .beslisboom .stapterug a:visited, .beslisboom .stapterug a:active {
	text-decoration: none; 
	color: #999;
	font-weight: normal;
} 

.beslisboom .stapterug a:hover {
	text-decoration: underline; 
	color: #999;
	font-weight: normal;	
}

.stap td {
	vertical-align: top;
	text-align: center;	
}


