body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(pic/backgr.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 20px;
}
.backgr_left {
	background-image: url(pic/backgr_left.jpg);
	background-repeat: repeat-x;
	background-position: right top;
}
.backgr_menu {
	background-image: url(pic/menu.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.defaultfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 20px;
}
.titelfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FF0000;
}

.titelfontgrijs {
	font-size: 16px;
	color: #333333;
	text-decoration: none;
}
a:link.titelfontgrijs {
	color: #333333;
	text-decoration: none;
}
a:visited.titelfontgrijs {
	color: #333333;
	text-decoration: none;
}
a:hover.titelfontgrijs {
	color: #333333;
	text-decoration: underline;
}
a:active.titelfontgrijs {
	color: #333333;
	text-decoration: none;
}

.menufont {
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}
a:link.menufont {
	color: #000000;
	text-decoration: none;
}
a:visited.menufont {
	color: #000000;
	text-decoration: none;
}
a:hover.menufont {
	color: #FF0000;
	text-decoration: underline;
}
a:active.menufont {
	color: #000000;
	text-decoration: none;
}

.copyright {
	font-size: 10px;
	color: #333333 ;
	text-decoration: none;
}
a:link.copyright {
	color: #333333;
	text-decoration: none;
}
a:visited.copyright {
	color: #333333;
	text-decoration: none;
}
a:hover.copyright {
	color: #333333;
	text-decoration: underline;
}
a:active.copyright {
	color: #333333;
	text-decoration: none;
}

a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: underline;
}

hr {
	height: 1px; border: none; color: #F9A914; background-color: #F9A914;
}