/*- Menu Tabs--------------------------- */
#tabs {
  float:left;
  width:300px;
  font-family: arial;
  font-size:10px;
  line-height:normal;
  color:#FFFFFF; 
  clear: left;
  }
#tabs ul {
	  margin:0;
	  padding:0 0 0 0;
	  list-style:none;
  }
#tabs li {
  display:inline;
  margin:0;
  padding:0;
  }
#tabs a {
  float:left;
  background:url('../images/tab_left50.gif') no-repeat left top;
  margin:0;
  padding:0 0 0 4px;
  text-decoration:none;
  width: 69px;
  line-height: 11px;
  cursor: pointer;
  }
#tabs a span {
  float:left;
  display:block;
  background:url('../images/tab_right50.gif') no-repeat right top;
  padding: 3px 5px 2px 1px;
  margin-right: 1px;
  color:#FFFFFF;
  }
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}
/* End IE5-Mac hack */
#tabs a:hover span {
  color:#FFFFFF;;
  }
#tabs a:hover {
  background-position:0% -50px;
  }
#tabs a:hover span {
  background-position:100% -50px;
  }

 #tabs .open a  {		
		background-position:0% -50px;
  }
  #tabs .open a span {
		background-position:100% -50px;
  }

.clear{
		clear:both;
	}
.noDisplay {
		display: none;
	}
.drieMaanden {
		margin: 0;
		padding: 0;
		float: left;
		width: 30%;
	}	
.container {
		width: 290px;
	}	
.tableTab {
		width: 291px;
	}
#tabDivContainer {
	clear: left;
}