body {
	margin: 0px 0px 0px 0px;
	background: url(img/nl/bg.jpg) #FFFFFF;
	background-position: center top;
	background-repeat: no-repeat;
}
body, table, tr, td {
	font-family: Arial;
	font-size: 12px;
	line-height: 1.5;
	color: #333333;
}
a,a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}
a.b,a:visited.b {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover.b {
	color: #FFFFFF;
	text-decoration: underline;
}
a.c,a:visited.c {
	color: #333333;
	text-decoration: none;
}
a:hover.c {
	color: #D1D044;
	text-decoration: none;
}
a.d,a:visited.d {
	color: #D1D044;
	text-decoration: none;
}
a:hover.d {
	color: #D1D044;
	text-decoration: none;
}
a.darkgreen,a:visited.darkgreen {
	color: #115107;
	text-decoration: none;
}
a:hover.darkgreen {
	color: #115107;
	text-decoration: underline;
}
input, textarea, select, submit {
	font-family: Arial;
	font-size: 12px;
	color: #333333;
	background: #FFFFFF;
	border: thin solid #9A9A9A;
	border: 1px solid #9A9A9A;
	padding:3px;
	font-weight:bold;
}
hr {
	border: 1px solid #333333;
	background: #333333;
}

/* IRREGULAR FONTS */
.buttom {
	color: #333333;
}
.bigtitle {
	font-family: Arial;
	font-size: x-large;
	font-weight: bold;
	color: #333333;
}
.title,h1 {
	font-family: Arial;
	font-size: medium;
	color: #D73C3A;
	font-weight: bold;
	letter-spacing: 1px;
}
.smalltitle {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #D73C3A;
}
.whitetitle {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.highlight {
	color: #FF0000;
}
.white {
	color: #FFFFFF;
	font-family: Arial;
	font-size: 12px;
}
.standard {
	color: #333333;
}
.small {
	font-size: 10px;
	letter-spacing: 1px;
}
.offertebalk {
	font-size: 10px;
	letter-spacing: 1px;
	color: #FFFFFF;
}
.error {
	color: #FF0000;
}
.green {
	color: #C5C821;
	font-weight: bold;
	font-size: 10px;
}
.darkgreen {
	color: #115107;
	font-size: 11px;
}

/* FLOATS */
#afgeprijsd1 {
	float: left;
	width: 160px;
	height: 214px;
	margin: 55px 8px 2px 8px;
	padding: 5px 5px 2px 10px;
}
#afgeprijsd2 {
	float: left;
	width: 160px;
	height: 214px;
	margin: 55px 5px 2px 5px;
	padding: 5px 5px 2px 5px;
}
#afgeprijsd3 {
	float: left;
	width: 160px;
	height: 214px;
	margin: 55px 5px 2px 10px;
	padding: 5px 5px 2px 5px;
}


/* CMS */
.front {
	font-size: x-small;
}
#front {
	position: absolute;
	z-index: 14;
	top: 5px;
	right: 5px;
	background: url(img/cms/front_bg.png);
	background-repeat: no-repeat;
	width: 133px;
	height: 181px;
	color: #FFFFFF;
	font-size: xx-small;
	font-family: Lucida Sans Unicode, Lucida Sans, Arial;
}

/* IMG */
a.linkopacity img {
filter:alpha(opacity=50);
-moz-opacity: 0.5;
opacity: 0.5;
-khtml-opacity: 0.5;}

a.linkopacity:hover img {
filter:alpha(opacity=100);
-moz-opacity: 1.0;
opacity: 1.0;
-khtml-opacity: 1.0; }