/*	Algemene onderdelen	*/
BODY {
	margin: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	font-color: #000000;
	background-color: #FAF7F3;
	background-image: url(bg_main.gif);
	background-repeat: repeat-x;
	background-position: top;
}
TABLE, TD {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	font-color: #000000;
}
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #D1280E;
	text-decoration: none;
}
.bgbottom {
	background-image: url(bg_bottom.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
.headerbalk {
	background-color: #E2E3E5;
}
.rechtsmidden {
	background-image: url(bg_rechts_midden.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
.balkrechts {
	background-image: url(bg_balk_rechts.gif);
	background-repeat: repeat-y;
}

a.menu:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a.menu:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a.menu:hover {
	color: #DCA115;
	text-decoration: none;
	font-weight: bold;
}
TD.menu {
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 8px;
	padding-top: 4px;
	padding-bottom: 4px;
}

a.menuover:link {
	color: #DCA115;
	text-decoration: none;
	font-weight: bold;
	padding-left: 8px;
	padding-top: 3px;
	padding-bottom: 3px;
}
a.menuover:visited {
	color: #DCA115;
	text-decoration: none;
	font-weight: bold;
}
a.menuover:hover {
	color: #DCA115;
	text-decoration: none;
	font-weight: bold;
	padding-left: 8px;
	padding-top: 3px;
	padding-bottom: 3px;
}
TD.menuover {
	color: #DCA115;
	text-decoration: none;
	background-color: #000000;
	padding-left: 5px;
	padding-right: 14px;
	padding-top: 4px;
	padding-bottom: 4px;
}
.contentcell {
	padding: 10px;
	margin: 10px;
	background-image: url(images/bg_main.jpg);
	background-repeat: repeat-y;
}
.H1 {
	font-size: 24px;
	font-weight: normal;
	text-transform: uppercase;
}
.H2 {
	font-size: 12px;
	font-weight: bold;
}
.invoer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 100%;
}
.hometable {
	border: 1px solid #025F57;
	background-color: #00574E;
}
.hometableover {
	border: 1px solid #EA7A38;
	background-color: #89A09E;
	cursor: hand;
}
.hometablekop {
	color: #FFFFFF;
}
TD.succes {
	font-weight: bold;
	padding: 2px 2px 2px 50px;
	background-image: url(images/succes.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border-top: 2px dashed #14792C;
	border-right: 2px #14792C;
	border-bottom: 2px dashed #14792C;
	border-left: 2px #14792C;
	height: 45px;
	color: #14792C;
}
TD.error {
	font-weight: bold;
	color: #E2522E;
	padding: 2px 2px 2px 50px;
	height: 45px;
	border-top: 2px dashed #E2522E;
	border-right: 2px #E2522E;
	border-bottom: 2px dashed #E2522E;
	border-left: 2px #E2522E;
	background-image: url(images/error.gif);
	background-repeat: no-repeat;
	background-position: left;
}
.error {
	font-weight: bold;
	color: #E2522E;
}
