html {
	overflow-y:scroll;
}
body {	
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	float: left;
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/* base.css, part of YUI's CSS Foundation */
h1 {
	/*18px via YUI Fonts CSS foundation*/
	font-size:138.5%;  
}
h2 {
	/*16px via YUI Fonts CSS foundation*/
	font-size:123.1%; 
}
h3 {
	/*14px via YUI Fonts CSS foundation*/
	font-size:108%;  
}
h1,h2,h3 {
	/* top & bottom margin based on font size */
	margin-top:					0px;
	margin-bottom:				0px;
}
h1,h2,h3,h4,h5,h6 {
	/*bringing boldness back to headers and the strong element*/
	font-weight:				normal; 
}

strong {
	font-weight:				700;	
}	
abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
} 
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
blockquote,ul,ol,dl {
	/*giving blockquotes and lists room to breath*/
	/*margin:1em;*/
}
ol,ul,dl {
	/*bringing lists on to the page with breathing room */
	margin-left:2em;
}
ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;	
}
ul li {
	/*giving UL's LIs generated disc markers*/
	list-style: disc outside;
}
dl dd {
	/*giving UL's LIs generated numbers*/
	margin-left:1em;
}
th, td {
	vertical-align:top;
}
th {
	/*distinguishing table headers from data cells*/
	font-weight:bold;
}
caption {
	/*coordinated marking to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}
p,fieldset {
	/*so things don't run into each other*/
	margin-bottom:1em;
}

/* speciefiek voor website vanaf hier.... */

body {
	font-family: arial;	
	font-size: 12px;
	line-height: 20px;	
	color: #343434;
	width: 100%;
}	

a {
	text-decoration: none;	
}	

a:hover {
	text-decoration: underline;	
}
p {
	display: block;
	padding: 0px;
	margin: 0px;
}

#body {
	position: relative;
	width: 960px;
	margin:	0px auto 0px auto;
}

#header {
	display: inline;
	position: relative;
	float: left;
	width: 960px;
}

#header_left {
	display: inline;
	float: left;
	width: 418px;
	min-height: 42px;
	_height: 42px;
	background-repeat: repeat-x;
}

#logo {
	display: inline;
	float: left;
	margin-top: 75px;
	height: 137px;
}

a.logo_link {
	display: block;
	font-family: Arial Black;
	font-size: 48px;
	margin-top: 6px;
	color: #b9b9b9;	
}

a.logo_link:hover {
	text-decoration: none;	
}	

#header_right {
	display: inline;
	float: left;
	width: 541px;
	background-repeat: repeat-x;
	margin-left: 1px;
}

.menu {
	display: inline;
	float: left;
	min-width: 138px;
	_width: 138px;
	border-right: 1px solid #ffffff;
	background-repeat: no-repeat;
	background-color: #ffffff;
	background-position: 0px 42px;
}

.menuitem {
	display: inline;
	float: left;
}	

.menuitem span {
	display: block;
	font-size: 19px;
	min-width: 98px;
	_width: 98px;
	padding-top: 11px;
	padding-bottom: 11px;
	padding-left: 20px;
	padding-right: 20px;
	color: #ffffff;
	text-align: center;
}	

.menu ul {
	clear: both;
	float: left;
	margin: 0px;
	padding: 0px;
	margin-top: 11px;
	margin-left: 17px;
}

.menu ul li {
	list-style-type: none;
}

.menu ul li a {
	display: block;
	padding-left: 20px;
}

.menu_tdg ul li a {
	color: #083D84 !important;	
}	

.menu_tdi ul li a {
	color: #006DB4 !important;	
}	

.menu_wbi ul li a {
	color: #52C0E8 !important;	
}	

#content {
	display: inline;
	float: left;
	width: 960px;
	margin-top: 30px;
}

#banner {
	display: inline;
	float: left;
	width: 960px;
}

#submenu {
	display: inline;
	float: left;
	width: 960px;
	margin-top: 1px;
	background-color: #666666;
}

#submenu ul {
	float: left;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;	
}	

#submenu ul li {
	float: left;
	margin-right: 1px;
	list-style-type: none;
}

#submenu ul li a {
	display: block;
	text-decoration: none;
	padding-top: 3px;
	padding-left: 13px;
	padding-right: 13px;
	padding-bottom: 3px;
	background-color: #0070b8;
	color: #ffffff;
}

#submenu ul li a:hover,
#submenu ul li a.active {
	background-color: #666666;
}	

#cp {
	display: inline;
	float: left;
	width: 960px;
	margin-top: 22px;
}

#footer {
	display: inline;
	float: left;
	width: 100%;
	margin-top: 33px;
	border-top: 1px solid #cacaca;
}

#footer_menu {
	width: 960px;
	margin:	0px auto 0px auto;
	margin-top: 11px;
	padding-bottom: 25px;
}

#footer_menu_block {
	display: inline;
	float: left;	
	width: 820px;
}	

.footer_menu {
	display: inline;
	float: left;
	padding-right: 111px;	
}

.footer_menu_tdi {
	display: inline;
	float: left;
	padding-right: 95px;	
}

.footer_menu h1 {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	line-height: 24px;
	font-weight: 700;
	color: #cccccc;	
}

.footer_menu_wbi h1 {
	margin: 0px;
	padding: 0px;
	padding-left: 22px;
	font-size: 14px;
	line-height: 24px;
	font-weight: 700;
	color: #cccccc;	
}

.footer_menu ul {
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;	
}	

.footer_menu ul li {
	list-style-type: none;
}

.footer_menu_wbi ul li {
	list-style-type: none;
}

.footer_menu ul li a {
	display: block;
	font-size: 11px;
	color: #cccccc;
}

.footer_menu_wbi ul li a {
	display: block;
	font-size: 11px;
	color: #cccccc;
	padding-left: 23px;
}

#footer_logo {
	float: left;
	width: 140px;	
}	

#footer_logo img {
	float: right;
}

.clear {
	clear: both;
}