@charset "ISO-8859-1";



.headerstijl {
	font-size: 9px;
	color: #0e177c;
}



 
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	background-color: #DFDFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 0.1em;
}

a:link, a:visited
{
  text-decoration: none;
}

.thrColFixHdr #container {
	width: 980px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #DFDFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
} 






.thrColFixHdr #header {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #0E177C;
	background-color: #FFFFFF;
	height: 72px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
} 



.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}


.thrColFixHdr #sidebarlogin {
	float: left; /* since this element is floated, a width must be given */
	width: 375px; /* padding keeps the content of the div away from the edges */
	background-color: #FFFFFF;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 20px;
	top: 10px;
	position: relative;
	height: 470px;
	white-space: normal;
	display: inline;
}
.thrColFixHdr #sidebar2 {
	float:right;
	background-color: #ffffff;
	top: 10px;
	padding-left: 5px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:5px;
	position: relative;
	width: 310px;
	margin-left:0px;
	border: 1px solid #CCCCCC;

}


.thrColFixHdr #sidebarindex2 {
	float:right;
	background-color: #ffffff;
	position: relative;
	border-left: 0px solid #CCCCCC;
	width:400px;
	height: 330px;
	padding: 0px;
}


.thrColFixHdr #mainContent {
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: 160px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
} 
.thrColFixHdr #mainContentreg {
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: 400px;
	padding-top: 0;
	padding-right: 40px;
	padding-bottom: 0;
	padding-left: 10px;
	position: relative;
	top: 10px;
	width: auto;
	height: 500px;
} 



.thrColFixHdr #mainbody {
	background-color: #FFFFFF;
	position:relative;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #DFDFFF;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
} 



.thrColFixHdr #mainContentmain {
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 40px;
	padding-bottom: 0;
	padding-left: 10px;
	position: relative;
	top: 10px;
	width: auto;
	height: 120%;
} 


.thrColFixHdr #mainContentindex {
	background-color: #FFFFFF;
	margin-right: 430px;
	
	top: 10px;
} 


.thrColFixHdr #mainContentindex2 {
	background-color: #FFFFFF;
	margin-right: 420px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	position: relative;
	width: auto;
} 


.rand1 {
	border: 1px solid #cccccc;
	padding: 10px;	
	
}



.thrColFixHdr #footer {
	position: relative;
	top: 20px;
	background-color: #FFFFFF;
	border-top-width: 3px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999999;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
} 
.thrColFixHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.thrColFixHdr #mainContentsmall {
	background-color: #FFFFFF;
	margin-right: 340px;
	margin-left: 190px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	position: relative;
	top: 0px;
}
 
</style>
[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.thrColFixHdr #sidebar1 { width: 180px; }
</style>
<![endif][if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.thrColFixHdr #sidebar2, .thrColFixHdr #sidebar1 { padding-top: 30px; }
.thrColFixHdr #mainContent { zoom: 1; }



.blue10 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #3C63A2;
}
.zwart10 {
	font-size: 11px;
	color: #333333;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

.zwart10index {
	font-size: 11px;
	color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	width: 92%;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


.style2 {font-weight: bold}

.style3 {
	color: #3C63A2;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}



.style33 {
	color: #3C63A2;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
}


.zoek1{
	color: #3C63A2;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;


background-color: #dfdfff;
}

.style33 {
	color: #3C63A2;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
}



.loginwit {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
.style6 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
}
.style7 {
	color: #3C63A2;
	font-weight: normal;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.style77 {
	color: #3C63A2;
	font-weight: normal;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.blue12 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #3C63A2;
}
.footer10 {
	font-size: 10px;
	color: #333333;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.thrColFixHdr #sidebarindex {
	float:right;
	background-color: #ffffff;
	position: relative;
	width:430px;
	top: 10px;
	padding: 5px;
}
.thrColFixHdr #footerindex {
	position: relative;
	top: 10px;
	background-color: #FFFFFF;
	border-top-width: 3px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999999;
	height: 80px;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}


.wrap {
	width: 400px;
	height: auto;
	overflow: hidden;
	background: transparent url(importer/x_1.png) top left no-repeat;
}

.x_wrap { font: 8pt Tahoma, Verdana, Helvetica, sans-serif; color: #666; padding: 5px 5px 10px 5px;  background: transparent url(importer/x_2.png) bottom left no-repeat; }


.stijl13 {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

.stijl88 {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
    font-family: Geneva, Arial, Helvetica, sans-serif;

}

.stijl89 {
	font-size: 11px;
	font-weight:normal;
	color: #000000;
		font-family: Geneva, Arial, Helvetica, sans-serif;

}

#backinfo
{
	background-color:#E9EAFF;
	border: 2px double #DFDFFF;
}


#listhead {
	font-size: 12px;
	font-weight: bold;
	background-color: #E3EBF2;
	padding: 5px;
}
#listdescription {
	padding: 5px;
}
#listfooter {
	color: #666666;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
}

#listfooter1 {
	color: #666666;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 10px;
	border-top-width: 2px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
	
	
	
}.thrColFixHdr #sidebarindex3 {
	float:right;
	background-color: #ffffff;
	position: relative;
	border-left: 0px solid #CCCCCC;
	width:400px;
	padding-top: 25px;
	right: 0px;
}
.thrColFixHdr #mainContentindex3 {
	background-color: #FFFFFF;
	margin-right: 450px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0;
	padding-left: 0px;
	position: relative;
	width: auto;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #CCCCCC;
}

