﻿/* pastelgroen */
/* GENERAL */
h1, h1 span
{
	font-size:14px;
	font-weight: bold;
	color: #B0D076;
	display: inline;
	height:24px;
}

.withBgColor
{
	background-color: #B0D076;
}

.withBgColorLight
{
	background-color: #EFF6E4;
}

/* BREAD CRUMB */
#broodkruimel,
#broodkruimel a, 
#broodkruimel a:active, 
#broodkruimel a:visited
{
	color: #FFFFFF;
}

/* PAGE TOOLS */
#printDiv
{
	background-image:url('../Images/icon_print3.gif');
	background-repeat:no-repeat;
	background-position:right;
	width:16px;
	height:l7px;
}

#toTopDiv
{
	background-image:url('../Images/icon_toTop3.gif');
	background-repeat:no-repeat;
	width:8px;
	height:12px;
}

a.toTopLink,
a.toTopLink:visited,
a.toTopLink:active,
a.toTopLink:hover
{
	color: #B0D076;
}

/* button alternate style */
.buttonAlt
{
	color: #000000;
	background-color: #EFF6E4;
	border: solid 0px #000000;
	font-weight: bold;
	height:24px;
}