/* Site algemeen */

HTML {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	overflow-y: scroll;
}

BODY {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: url(../images/bodybg.png) 50% 50% repeat-y;
	font-family: Verdana;
	color: #444444;
	line-height: 18px;
	font-size: 12px;
}

H1 {
	font-weight: bold;
	margin-bottom: 10px;
}

P {
	font-size: 11px;
}

A {
	color: #f57921;
	text-decoration: underline;
}

A:hover, A.hover {
	color: #2f4792;
	text-decoration: underline;
}

/* Specifieke elementen */

DIV#orangebar {
	position: absolute;
	top: 100px;
	left: 0px;
	width: 100%;
	height: 174px;
	background: #f57921;
	z-index: -1;
}

DIV#container {
	width: 956px;
	height: auto;
	overflow: hidden;
	margin: 0px auto 0px auto;
}

DIV#topheader {
	height: 100px;
	width: 956px;
	overflow: hidden;
	background: white;
}


A#logo {
	display: block;
	border: 0px;
	float: left;
	width: 196px;
	height: 100px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background: #fff url(../images/logo.png) top left no-repeat;
	cursor: pointer;
}

DIV#visual {
	float: left;
	width: 564px;
	height: 90px;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 0px 20px;
	
}

DIV#smallmenu {
	float: left;
	width: 175px;
	height: 70px;
	padding: 30px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

DIV#smallmenu A {
	display: block;
	margin: 0px 0px 2px 0px;
	padding: 0px 0px 0px 0px;
}

DIV#smallmenu A IMG{
	border: 0px;
	margin: 0px 0px 0px 0px;
}

DIV#menu {
	height: 23px;
	width: 955px;
	padding: 10px 0px 0px 0px;
	overflow: hidden;
	background: #f57921;
}

DIV#menu UL {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 50px;
}

DIV#menu UL LI{
	float: left;
	margin: 0px 6px 0px 0px;
}

DIV#menu UL A{
	border: 0px;
}

DIV#menu UL IMG {
	border: 0px;
}

DIV#header {
	position: relative;
	width: 956px;
	height: 141px;
	overflow: hidden;
	margin: 0px auto 0px auto;
}

DIV#headercontacttext {
	position: absolute;
	font-size: 12px;
	line-height: 16px;
	width: 300px;
	color: #fff;
	top: 25px;
	left: 10px;
	width: 300px;
	height: 100px;
	overflow: hidden; 
}

DIV#headercontacttext A {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

DIV#headertext {
	position: absolute;
	width: 300px;
	color: #fff;
	line-height: normal;
	top: 25px;
	left: 340px;
	width: 300px;
	height: 100px;
	overflow: hidden; 
}

DIV#headertext STRONG {
	text-transform: uppercase;
}

DIV#headertext P {
	margin: 0px 0px 0px 0px;
	font-size: 12px !IMPORTANT;
}
			
DIV#contentcontainer {
	width: 956px;
	height: auto;
	overflow: hidden;
	padding: 0px 0px 15px 0px;
}

DIV#leftcolumn {
	float: left;
	width: 156px;
	height: auto;
	overflow: hidden;
	padding: 35px 30px 0px 10px;
	margin: 0px 0px 0px 0px;
}

DIV#leftcolumn P {
	margin: 10px 0px 0px 0px;
}

DIV#leftcolumn UL {
	list-style: none;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
	text-transform: uppercase;
	text-decoration: none;
}

DIV#leftcolumn UL LI {
	font-size: 11px;
}

DIV#leftcolumn UL LI.bold {
	font-size: 12px;
	font-weight: bold;
}

DIV#leftcolumn UL A {
	text-decoration: none;
	line-height: 17px;
}

DIV#leftcolumn UL A:hover, DIV#leftcolumn UL A.hover {
	color: #f57921 !IMPORTANT;
}

DIV#leftcolumn UL A.selected {
	color: #f57921 !IMPORTANT;
}

DIV#leftcolumn UL.orange A.selected {
	color: #2f4792 !IMPORTANT;
}

DIV#leftcolumn UL.orange A, DIV#leftcolumn UL.orange LI { color: #f57921;}
DIV#leftcolumn UL.red A, DIV#leftcolumn UL.red LI  { color: #e91939;}
DIV#leftcolumn UL.blue A, DIV#leftcolumn UL.blue LI  { color: #243f8f;}
DIV#leftcolumn UL.green A, DIV#leftcolumn UL.green LI  { color: #2b8b38;}
DIV#leftcolumn UL.lightblue A, DIV#leftcolumn UL.lightblue LI  { color: #00aeef;}

DIV#centercolumn {
	position: relative;
	float: left;
	width: 556px;
	height: auto;
	overflow: hidden;
	padding: 0px 30px 0px 0px;
	margin: 0px 0px 0px 0px;
	background: url(../images/block_repeat_home.png) top right repeat-y;
}

DIV#centercolumn P {
	font-size: 12px;
}

DIV#centercolumn P STRONG{
	display: block;
}

IMG#logos {
	width: 191px;
	height: 67px;
	float: right;
	margin: 10px 45px 0px 0px;
}

DIV#centercolumn IMG#dot {
	position: absolute;
	right: 0px;
	bottom: 0px;
	z-index: 1000;
}

DIV.visitortyperow {
	margin: 0px auto 0px auto;
	padding: 10px 0px 0px 0px;
	width: 501px;
	height: 174px;
	overflow: hidden;
}

DIV.visitortyperow DIV {
	float: left;
	overflow: hidden;
	width: 238px;
	height: 174px;
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 0px 0px;
	cursor: pointer;
}

DIV.visitortyperow DIV DIV {
	display: block;
	margin: 12px auto 0px auto;
	width: 213px;
	height: 151px;
	overflow: hidden;
	text-decoration: none;
}

DIV.visitortyperow DIV DIV:hover,  DIV.visitortyperow DIV DIV.hover{
	display: block;
	margin: 0px auto 0px auto;
	width: 234px;
	height: 170px;
}

DIV.visitortyperow DIV H2 {
	display: block;
	width: 203px;
	height: 28px;
	overflow: hidden;
	line-height: 28px;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
}

DIV.visitortyperow DIV DIV P {
	display: block;
	color: #444;
	font-style: normal;
	font-size: 11px;
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
}

DIV.visitortyperow DIV DIV:hover H2, DIV.visitortyperow DIV DIV.hover H2 {
	width: 234px;
}

DIV.visitortyperow DIV DIV.orange {
	border: 2px solid #f57921;
}

DIV.visitortyperow DIV DIV.orange H2 {
	background: #f57921;
}

DIV.visitortyperow DIV DIV.blue {
	border: 2px solid #243f8f;
}

DIV.visitortyperow DIV DIV.blue H2 {
	background: #243f8f;
}

DIV.visitortyperow DIV DIV.lightblue {
	border: 2px solid #00aeef;
}

DIV.visitortyperow DIV DIV.lightblue H2 {
	background: #00aeef;
}

DIV.visitortyperow DIV DIV.red {
	border: 2px solid #e91939;
}

DIV.visitortyperow DIV DIV.red H2 {
	background: #e91939;
}

DIV.visitortyperow DIV DIV.green {
	border: 2px solid #2b8b38;
}

DIV.visitortyperow DIV DIV.green H2 {
	background: #2b8b38;
}

DIV#centercolumn H1 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 587px;
	height: 35px;
	line-height: 35px;
	text-transform: uppercase;
	text-align: center;
	font-size: 12px;
	color: #fff;
}

DIV#centercolumn.orange H1{
	background: #f57921;
}

DIV#centercolumn.blue H1{
	background: #243f8f;
}

DIV#centercolumn.lightblue H1{
	background: #00aeef;
}

DIV#centercolumn.red H1{
 	background: #e91939;
}

DIV#centercolumn.green H1{
	background: #2b8b38;
}

DIV#rightcolumn {
	float: left;
	width: 142px;
	height: auto;
	overflow: hidden;
	padding: 35px 20px 0px 10px;
	margin: 0px 0px 0px 0px;
}

DIV#rightcolumn P{
	margin: 10px 0px 0px 0px;
}

UL.newsitems {
	list-style: none;
}

div#contentcontainer div.center_login {
float:left;
height:auto;
margin:0;
overflow:hidden;
padding:0 10px 0 0;
position:relative;
width:750px;
background: #fff7f0;
}

div#contentcontainer div.center_login  h1{
width:750px; 
}

iframe {
background: #fff7f0;
}

input#_ctl0__ctl0_btnLogin {
float: left;
}

 /* begin tooltip */

form fieldset fieldset legend span a.tooltip:hover {background:#ffffff; text-decoration:none;} /*BG color is a must for IE6*/

form fieldset fieldset legend span a.tooltip span {display:none; padding:2px 3px; margin-left:8px; width:130px;}

form fieldset fieldset legend span a.tooltip:hover span{display:block; position:absolute; left: 400px; width: 300px; background:#ffffff; border:1px solid #cccccc; color:#6c6c6c;}

form fieldset fieldset legend span a.tooltip:hover span.tooltip2{display:block; position:absolute; top: -40px; left: 400px; width: 300px; background:#ffffff; border:1px solid #cccccc; color:#6c6c6c;}
