body {
  font-family: Corbel, Tahoma, Arial, Helvetica, sans-serif;
  font-size: 75%;
  color: #333;
  padding: 0px;
}
#mainWrapper {
	border: solid 0px #000;
	background-color: #CBD2D5;
}
#header {

}
#col1 {
  background: #BDC3C6;
}
#col2 {
  background: #BDC3C6;
}
#col3 {
  background: #BDC3C6;
}
#col4 {
  background: #BDC3C6;
}
#col5 {
  background: #BDC3C6;
}
#col234 {
  background: #BDC3C6;
}
.colInner {
  background: #FEFEFE;
}
#bottom {

}
#footer {
  font-family : arial;
  font-size :8pt;
  color: #666666;
}
.tabeltitel_blue {
	background-image : url(pics/layout/blue.gif); 
	background-repeat : repeat-x;
	font-family : verdana;
	font-size :9pt;
	font-weight=400;
	height: 22px;
	text-align: center;
	clear: none;
	color: white;
	line-height: 16pt;
	padding-left:5px;
	padding-right:5px;
}
.tabeltitel_pink {
	background-image : url(pics/layout/pink.gif); 
	background-repeat : repeat-x;
	font-family : verdana;
	font-size :9pt;
	font-weight=400;
	height: 22px;
	align: center;
	clear: none;
	color: white;
	line-height: 16pt;
	padding-left:5px;
	padding-right:5px;
	text-align: center;
}
.tabeltitel_red {
	background-image : url(pics/layout/red.gif); 
	background-repeat : repeat-x;
	font-family : verdana;
	font-size :9pt;
	font-weight=400;
	height: 22px;
	align: center;
	clear: none;
	color: white;
	line-height: 16pt;
	padding-left:5px;
	padding-right:5px;
	text-align: center;
}
.tabeltitel_green {
	background-image : url(pics/layout/green.gif); 
	background-repeat : repeat-x;
	font-family : verdana;
	font-size :9pt;
	font-weight=400;
	height: 22px;
	text-align: center;
	clear: none;
	color: white;
	line-height: 16pt;
	padding-left:5px;
	padding-right:5px;
}
.tabeltitel_yellow {
	background-image : url(pics/layout/yellow.gif); 
	background-repeat : repeat-x;
	font-family : verdana;
	font-size :9pt;
	font-weight=400;
	height: 22px;
	align: center;
	clear: none;
	color: white;
	line-height: 16pt;
	padding-left:5px;
	padding-right:5px;
	text-align: center;
}
.tabeltitel_blue {
	background-image : url(pics/layout/blue.gif); 
	background-repeat : repeat-x;
	font-family : verdana;
	font-size :9pt;
	font-weight=400;
	height: 22px;
	align: center;
	clear: none;
	color: white;
	line-height: 16pt;
	padding-left:5px;
	padding-right:5px;
	text-align: center;
}
.tabel {
	align: left;
	clear: none;
	padding-left:5px;
	padding-right:1px;
	padding-top:3px;
	padding-bottom:6px;
}
.tekst {
	align: left;
	clear: none;
	padding-left:5px;
	padding-right:5px;
	padding-top:6px;
	padding-bottom:5px;
}
.tekstje {
	align: left;
	clear: none;
	padding-left:5px;
	padding-right:5px;
	padding-top:10px;
	padding-bottom:5px;
	line-height: 13px;
}
.tekst2 {
	align: left;
	clear: none;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:5px;
}
.iconText {
	padding-left: 10px;
	vertical-align: middle;
}
.icon {
	margin: -15x 0 0 0;
}
a {
	text-decoration: none;
	color:#005B91;
	cursor:hand;
}
a:hover  {
	text-decoration: underline;
	color: #005B91;
	cursor:hand;
}
/* basic architecture */

body {
  margin: 0px;
  padding: 0px;
  background-color: #CBD2D5;
}
#mainWrapper {
  position: absolute;
	left: 50%;
	width: 968px;
	margin-top: 2px;
	margin-left: -484px;
	/*padding: 15px;*/
}
#header {
}
#logo {
margin-left: auto; 
margin-right: auto;
width: 700px;
overflow: hidden;
}
#menuContainer {
  clear: both;
  height: 34px;
  overflow: hidden;
}
#colContainer {
  margin-left: 4px;
  _margin-left: 0px; /* needed for IE 6 */
}
#col1 {
  float: left;
  width: 186px;
  margin: 3px;
}
#col2 {
  float: left;
  width: 186px;
  margin: 3px;
}
#col3 {
  float: left;
  width: 186px;
  margin: 3px;
}
#col4 {
  float: left;
  width: 186px;
  margin: 3px;
}
#col5 {
  float: left;
  width: 186px;
  margin: 3px;
}
#col234 {
  float: left;
  width: 570px;
  margin: 3px;
}
#col12345 {
  float: left;
  width: 960px;
  margin: 3px;
}
.colInner {
  margin: 0px; /* set to 0 for remove the borders */
}
#bottom {
  clear: left;
  height: 30px;  /* can be removed or set to auto if it has content */
}
#footer {
  clear: both;
  height: 60px;
  margin-left: auto; 
  margin-right: auto;
  width: 180px;
  overflow: hidden;
  vertical-align: middle;
}
