/*
Afbeeldingen
*/



.right {
	float:					right;
	margin-bottom:			7px;
	margin-top:				7px;
	margin-left:			7px;
}
.content {
	font-size: 12px;
	font-weight: normal;
}
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

.left {
	float:					left;
	margin-bottom:			7px;
	margin-top:				7px;
	margin-right:			3px;
}

.noborder {
	border:					0px;
}




Hieronder worden de verschillende tekststijlen als classes gedefinieerd
die er op de site gebruikt worden.
*/



h1 {
	font-size:				20px;
	font-weight:			normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 23px;
}
h1 {
	font-size:				20px;
	font-weight:			normal;
	color: #000;
	font-variant: normal;
	text-transform: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
.extra {
	font-weight: normal;
	color: #3C780C;
}
.smallboldheader {
	font-weight:			bold;
	margin:					0px;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 18px;
}
.darkgrey {
	color:					#666666;
}
.italic {
	font-style:				italic;
}
.bold {
	font-weight:			bold;
}
.underline {
	text-decoration:		underline;
}
white {
	color: #FFF;
}
a {
	color:					#CC401A;
	font-weight:			bold;
	text-decoration:		none;
}
a:hover {
	color:					#CC401A;
	text-decoration:		none;
}
a.lightgreytoblack {
	color:					#999999;
	font-weight:			bold;
	text-decoration:		none;
}
a.lightgreytoblack:hover {
	color:					#000000;
	text-decoration:		underline;
}
a.darkgreytoblack {
	color:					#666666;
	font-weight:			bold;
	text-decoration:		none;
}
a.darkgreytoblack:hover {
	color:					#000000;
	text-decoration:		underline;
}
a.darkgreytogreen {
	color:					#666666;
	font-weight:			bold;
	text-decoration:		none;
}
a.darkgreytogreen:hover {
	color:					#CC401A;
	text-decoration: none;
}
a.darkgreentolightgreen {
	color:					#CC401A;
	font-weight:			bold;
	text-decoration:		none;
}
a.darkgreentolightgreen:hover {
	color:					#CC401A;
	text-decoration:		underline;
}
.form {
	width: 350px;
	height: 400px;
}
.formbox {
	width: 175px;
	float: left;
}
.contentRight {
	font-size: 12px;
	font-weight: normal;
	float: right;
}
.contentLeft {
	font-size: 12px;
	font-weight: normal;
	float: left;
}

