body {
	background-color: White;
	background-image: url(images/body_bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}

body, td, th, p {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

a {
	color: #0099CC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: none;
}

a:hover {
	color: #0099CC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: underline;
}

table.header {
	height: 73px;
	width: 960px;
}

table.header td.logo {
	text-align: center;
}

table.main {
	background-color: White;
	width: 960px;
}

table.main td.top_left {
	background-image: url(images/main_top_left.jpg);
	height: 30px;
	width: 30px;
}

table.main td.top {
	background-image: url(images/main_top.jpg);
	height: 30px;
}

table.main td.top_right {
	background-image: url(images/main_top_right.jpg);
	height: 30px;
	width: 30px;
}

table.main td.bottom_left {
	background-image: url(images/main_bottom_left.jpg);
	height: 30px;
	width: 30px;
}

table.main td.bottom {
	background-image: url(images/main_bottom.jpg);
	height: 30px;
}

table.main td.bottom_right {
	background-image: url(images/main_bottom_right.jpg);
	height: 30px;
	width: 30px;
}

table.main td.left {
	background-image: url(images/main_left.jpg);
	vertical-align: top;
	width: 30px;
}

table.main td.right {
	background-image: url(images/main_right.jpg);
	vertical-align: top;
	width: 30px;
}

table.main td.content {
	text-align: left;
	vertical-align: top;
}

table.main td.content td.menu {
	background-image: url(images/menu_bg.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	height: 36px;
	vertical-align: middle;
}

table.main td.content td.menu td.menu_left {
	background-image: url(images/menu_detail_left.jpg);
	height: 36px;
	width: 10px;
}

table.main td.content td.menu td.menu_right {
	background-image: url(images/menu_detail_right.jpg);
	height: 36px;
	width: 10px;
}

table.main td.content td.menu td.menu {
	text-align: left;
	vertical-align: top;
}

table.main td.content td.menu table.menu {
	height: 25px;
	padding-top: 5px;
}

table.main td.content td.menu table.menu td.item_selected_left {
	background-image: url(images/menu_item_selected_left.jpg);
	height: 25px;
	width: 12px;
}

table.main td.content td.menu table.menu td.item_selected {
	background-image: url(images/menu_item_selected.jpg);
	height: 25px;
	text-align: center;
	vertical-align: middle;
}

table.main td.content td.menu table.menu td.item_selected_right {
	background-image: url(images/menu_item_selected_right.jpg);
	height: 25px;
	width: 12px;
}

table.main td.content td.menu table.menu td.item_not_selected_left {
	height: 25px;
	width: 12px;
}

table.main td.content td.menu table.menu td.item_not_selected {
	height: 25px;
	text-align: center;
	vertical-align: middle;
}

table.main td.content td.menu table.menu td.item_not_selected_right {
	height: 25px;
	width: 12px;
}

table.main td.content td.menu table.menu td.item_selected a {
	color: White;
	font-weight: bold;
	text-decoration: none;
}

table.main td.content td.menu table.menu td.item_selected a:hover {
	color: Black;
	font-weight: bold;
	text-decoration: none;
}

table.main td.content td.menu table.menu td.item_not_selected a {
	color: Black;
	font-weight: bold;
	text-decoration: none;
}

table.main td.content td.menu table.menu td.item_not_selected a:hover {
	color: #0099CC;
	font-weight: bold;
	text-decoration: none;
}

td.left_menu_container {
	width: 170px;
}

table.left_menu {
	width: 170px;
}

td.left_menu {
	background-color: #d7e9f3;
	background-image: url(images/left_menu_bg.gif);
	background-position: right;
	background-repeat: repeat-y;
}

td.left_menu_top {
	background-image: url(images/left_menu_top_bg.gif);
	height: 21px;
	vertical-align: middle;
}

td.left_menu_top td {
	color: #666666;
}

td.frame_left_top {
	background-image: url(images/frame_left_top.gif);
	height: 10px;
	width: 10px;
}

td.left_menu_item_not_selected {
	height: 18px;
}

td.left_menu_item_selected {
	background-color: #003a62;
	background-image: url(images/left_menu_plus.gif);
	background-position: left;
	background-repeat: no-repeat;
	height: 18px;
}

td.left_menu_item_not_selected a {
	color: #003A62;
	font-weight: bold;
	margin-left: 13px;
}

td.left_menu_item_selected a {
	color: White;
	font-weight: bold;
	margin-left: 13px;
}

td.frame_right_top {
	background-image: url(images/frame_right_top.gif);
	height: 10px;
	width: 10px;
}

td.frame_right_bottom {
	background-image: url(images/frame_right_bottom.gif);
	height: 10px;
	width: 10px;
}

td.frame_left_bottom {
	background-image: url(images/frame_left_bottom.gif);
	height: 10px;
	width: 10px;
}

td.frame_top {
	background-image: url(images/frame_dot.gif);
	background-position: top;
	background-repeat: repeat-x;
}

td.frame_right {
	background-image: url(images/frame_dot.gif);
	background-position: right;
	background-repeat: repeat-y;
}

td.frame_bottom {
	background-image: url(images/frame_dot.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

td.frame_left {
	background-image: url(images/frame_dot.gif);
	background-position: left;
	background-repeat: repeat-y;
}

th.frame {
	color: #0099CC;
	font-size: 11pt;
	font-weight: bold;
	text-align: left;
}

td.footer {
	color: #999999;
	font-size: 8pt;
}

td.footer a {
	color: #999999;
	font-weight: bold;
	text-decoration: none;
}

td.footer a:hover {
	color: #0099CC;
	font-weight: bold;
	text-decoration: none;
}

td.authors {
	color: #999999;
	font-size: 8pt;
}

td.authors a {
	color: #999999;
	font-size: 8pt;
	text-decoration: none;
}

td.authors a:hover {
	color: #0099CC;
	font-size: 8pt;
	text-decoration: none;
}

th.title {
	color: #0099CC;
	font-size: 13pt;
	font-weight: bold;
	text-align: left;
}

th.subtitle {
	color: #666666;
	font-size: 12pt;
	font-weight: bold;
	text-align: left;
}

td.verzekeren_auto {
	background-image: url(images/icon_auto.jpg);
	background-position: top;
	background-repeat: no-repeat;
	height: 120px;
	text-align: center;
	width: 74px;
}

td.verzekeren_auto_oldtimer {
	background-image: url(images/icon_auto_oldtimer.jpg);
	background-position: top;
	background-repeat: no-repeat;
	height: 120px;
	text-align: center;
	width: 74px;
}

td.verzekeren_motor {
	background-image: url(images/icon_motor.jpg);
	background-position: top;
	background-repeat: no-repeat;
	height: 120px;
	text-align: center;
	width: 74px;
}

td.verzekeren_motor_oldtimer {
	background-image: url(images/icon_motor_oldtimer.jpg);
	background-position: top;
	background-repeat: no-repeat;
	height: 120px;
	text-align: center;
	width: 74px;
}

div.product {
	border-style: none;
	float: left;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	text-align: center;
	width: 80px;
}