@charset "utf-8";
/* CSS Document */

*
{
	margin: 0;
	padding: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #003f7c;
}

body
{
	background: url('/images/background.png') repeat-x #fff;
}
img { border: none; }
hr { width: 98%; margin: 0 auto; border: 1px solid #c4cdcc; margin-bottom: 15px; }
h1 { font-size: 22px; padding-bottom: 12px; font-weight:bold;}
h2 { font-size: 18px; padding-bottom: 12px; }
h3 { font-size: 14px; padding-bottom: 12px; }
#contentwrap
{
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	background: url('/images/contentbg.png') repeat-y;
}
#content
{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	min-height: 500px;
}
#header
{
	background: url('/images/header.png');
	width: 960px;
	height: 200px;
}

#header #flash
{
	width: 960px;
	height: 160px;
	padding-top: 8px;
	z-index: -1;
}

#headknop
{
	width: 319px;
	height: 111px;
	float: left;
	position: absolute;
	top: 30px;
	margin-left: 20px;
	z-index: 10;
	background: url('/images/logo.png') no-repeat;
	
}
#terugbel
{
	margin-top: 2px;
	float: right;
	width: 292px;
}
#terugbel input
{
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #003f7c;
}
#terugbel #tbnaam
{
	width: 128px;
	height: 13px;
	padding: 5px;
	margin-right: 5px;
	border: 0;
	background: url('/images/tbnaam.png') no-repeat;
}
#terugbel #tbtelefoon
{
	width: 101px;
	height: 13px;
	padding: 5px;
	border: 0;
	background: url('/images/tbtelefoon.png') no-repeat;
}
#terugbel #tbsubmit
{
	width: 27px;
	height: 23px;
	border: 0;
	background: url('/images/tbsubmit.png') no-repeat;
}
#menu
{
	height: 30px;
	width: 960px;
	background: url('/images/menu.png') repeat-x bottom;
	margin-left: auto;
	margin-right: auto;
}
#menu ul
{
	display: block;
	height: 30px;
	margin-left: 10px;
	list-style: none;
}
#menu ul li
{
	display: block;
	height: 30px;
	float: left;
	position: relative;
	list-style: none;
}
#menu ul li:hover
{
	background: url('/images/menuhover.png') repeat-x bottom;
	cursor: pointer;
}
#menu ul li a
{
	color: #003f7c;
	text-decoration: none;
	font-size: 10px;
	display: block;
	height: 20px;
	padding-top: 10px;
	padding-left: 8px;
	padding-right: 8px;
	text-transform:uppercase;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
}
#menu ul li ul
{
	display: none;
	position:absolute;
	left: 0px;
	top: 30px;
	float: left;
	margin: 0;
	padding: 0;
	height: auto;
	background: none;
}
#menu ul li ul li
{
	position: relative;
	line-height: 10px;
	height: auto;
	width: 120px;
	margin: 0px;
	background: url('/images/submenu.gif') 5px 11px no-repeat #d9ecfb;
	border-bottom: 1px solid #fff;
}
#menu ul li ul li:hover a
{
	color: #FFFFFF;
}
#menu ul li ul li:hover
{
	background: none;
	background: url('/images/submenuhover.gif') 5px 11px no-repeat #6292c0;
}
#menu ul li ul li a
{
	display: block;
	color: #003f7c;
	line-height: 15px;
	text-transform: none;
	height: auto;
	padding: 6px;
	padding-left: 15px;
	font-size: 10px;
	font-weight: bold;
}
#menu ul li:hover ul
{
	display: block;
}

#main
{
	clear: both;
	border-bottom: 2px solid #c4cdcc;
	padding: 20px;
	font-size: 12px;
	min-height: 300px;
	line-height: 16px;
}

#blocks td, #blocks th
{
	width: 220px;
	padding-left: 15px;
	padding-right: 5px;
	vertical-align: top;
	text-align: left;
	font-weight: bold;
	border-left: 2px solid #c4cdcc;
}
#blocks th
{
	border-left: none;
}
#blocks thead td, #blocks thead th
{
	text-transform:uppercase;
	font-size: 18px;
	line-height: 22px;
	font-family: "Verdana";
}

#blocks .orangerow *
{
	color: #c72d34;
	font-weight: bold;
}

#blocks tfoot a
{
	margin-top: 3px;
	text-align: center;
	color: #FFF;
	display: block;
	width: 179px;
	height: 16px;
	padding-top: 8px;
	padding-bottom: 8px;
	background-image: url('/images/button_orange.png');
}

#blocks .orangerow td em, #blocks .orangerow th em
{
	text-transform:uppercase;
}

#footer
{
	color: #003f7c;
	font-size: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 14px;
	width: 950px;
}
#footer a
{
	color: #003f7c;
	margin-left: 10px;
	text-decoration: none;
}
#footer #left
{
	width: 600px;
	float: left;
	margin-left: 10px;
}
#footer #right
{
	width: 300px;
	float: right;
	text-align: right;
	margin-right: 10px;
}
#footer #center
{
	float: left;
	width: 990px;
	margin-top: -18px;
	padding-bottom: 10px;
	text-align: center;
}

#footer #center a
{
	text-decoration: underline;
}

#footer #right .pdf
{
	height: 16px;
	background: url('/images/icon_pdf.png') no-repeat;
	display: block;
	width: 80px;
	padding-left: 20px;
	padding-top: 2px;
	float: right;
}
#footer #right .doc
{
	height: 16px;
	background: url('/images/icon_doc.png') no-repeat;
	display: block;
	width: 80px;
	padding-left: 20px;
	padding-top: 2px;
	float: right;
}

#footersub
{
	float: left;
	height: 135px;
	width: 272px;
	background: url('/images/footerbg.png') no-repeat;
	text-align: center;
	padding: 20px;
	padding-top: 30px;
	margin-top: 10px;
	margin-right: 4px;
	font-size: 12px;
}

#footersub h2 { color: #ce171f; }
#footersub div { height: 80px; }
#footersub a
{
	float: right;
	font-size: 10px;
}

.whitetd
{
	background-color: #fff;
	vertical-align: top;
}