/* linkjes */
a {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #AB0D13;
	text-decoration: none;
}
a:hover {
	color: #323232;
	text-decoration: underline;
}

/* hoofdmenu */
.menu {
	font-size: 11px;
	color: #FFF;
	font-weight: bold;
	padding: 0px 9px 0px 8px;
}
.menu a:link {
	font-size: 11px;
	color: #FFF;
	font-weight: bold;
	padding: 0px 9px 0px 8px;
}
.menu a:hover {
	font-size: 11px;
	color: #FFA21D;
	font-weight: bold;
	text-decoration: none;
	background: url(img/orange_arrow.gif) no-repeat left;
	padding: 0px 9px 0px 8px;
}
.menu_active {
	font-size: 11px;
	color: #FFA21D;
	font-weight: bold;
	text-decoration: none;
	background: url(img/orange_arrow.gif) no-repeat left;
	padding: 0px 9px 0px 8px;
}
/* content */
.content {
	font-size: 11px;
	color: #333333;
}
.content02 {
	font-size: 11px;
	color: #FFF;
	font-weight: bold;
}
.content03 {
	font-size: 11px;
	color: #FFA21D;
	font-weight: bold;
}
.content04 {
	font-size: 11px;
	color: #AB0D13;
}
.leesmeer {
	font-size: 11px;
	color: #AB0D13;
	font-weight: normal;
	margin-left: 110px;
	background: url(img/grey_arrow.gif) no-repeat left;
	padding-left: 8px;
}
.introtekst {
	font-size: 11px;
	font-weight: bold;
	color: #323232;
}
.introtekst02 {
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
}
.kopje {
	font-size: 12px;
	font-weight: bold;
	color: #AB0D13;
}
.textfield {
	width: 165px;
	border: 1px solid;
	border-color: #323232;
	background-color: #FFF;
	font-size: 12px;
}
.textfield02 {
	border: 1px solid;
	border-color: #323232;
	background-color: #FFF;
	font-size: 11px;
}
.button {
	border: 1px solid;
	border-color: #323232;
	font-size: 11px;
	color: #AB0D13;
	font-weight: bold;
}
.bedankt {
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
}
/* images */
.img02 {
	margin-right: 10px;
	margin-bottom: 10px;
}
.img03 {
	margin-right: 10px;
}
/* horizontale lijnen */
hr {
	border-style: dotted;
	color: #A0A0A0;
}
/* lijst */
ul {
	font-size: 11px;
	font-weight: bold;
	color: #AB0D13;
	margin-left: -20px;
	*margin-left: 16px; 
	_margin-left: 16px; 
}
li {
	list-style-image: url(img/grey_arrow.gif);
	margin-top: 3px;
}
/* footer copyright */
.copyright {
	font-size: 10px;
	color: #FFF;
	margin: 10px 10px 10x 10px;
}
/* menu in footer */
.menu02 {
	font-size: 10px;
	color: #FFF;
}
.menu02 a:link {
	font-size: 10px;
	color: #FFF;
	font-weight: normal;
}
.menu02 a:hover {
	font-size: 10px;
	color: #FFA21D;
	text-decoration: none;
}
.menu02_active {
	font-size: 10px;
	color: #FFA21D;
	text-decoration: none;
}

/* submenu */
.submenu {
	font-size: 11px;
	font-weight: bold;
	color: #323232;
	padding: 5px 0px 5px 10px;
	display: block;
	border-bottom: 1px solid #323232;
	width: 200px;
	margin-left: 15px;
}
.submenu a:link {
	font-size: 11px;
	font-weight: bold;
	color: #323232;
	display: block;
	padding: 5px 10px 5px 10px;
	border-bottom: 1px solid #323232;
	width: 200px;
	margin-left: 15px;
}
.submenu a:hover {
	font-size: 11px;
	font-weight: bold;
	color: #FFA21D;
	padding: 5px 10px 5px 10px;
	border-bottom: 1px solid #323232;
	width: 200px;
	display: block;
	margin-left: 15px;
	text-decoration: none;
	background: url(img/orange_arrow.gif) no-repeat left;
}
.submenu_active {
	font-size: 11px;
	font-weight: bold;
	color: #FFA21D;
	border-bottom: 1px solid #323232;
	width: 190px;
	display: block;
	margin-left: 15px;
	text-decoration: none;
	background: url(img/orange_arrow.gif) no-repeat left;
	padding: 5px 10px 5px 10px;
}

.td02 {
	width: 210px;
	height: 1px;
	background-color: #323232;
	border: 0px;
	margin-left: 15px;
}
