html, body {
	height: 100%; /* héél belangrijk */
	font: 12px Verdana, Arial, sans-serif;
	color: #000;
	line-height:19px;
	background-color: #FFFFFF;
	text-align: center;
	background: url(../images/bg_fl.gif);
	padding:0px;
	margin:0px;
}
h1{
  margin-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 8px;
  font : 15px Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-weight: bold;
}
h2{
  margin-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 2px;
  font : 13px Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-weight: bold;
}
#container {
	width: 99%;
	margin: 0 auto;
	text-align: left;
	position: relative;
	min-height: 100%;
	height: auto !important; /* voor moderne browsers */
	height: 100%; /* voor IE */
	background: #FFFFFF;
	border-left: 0px;
	border-right: 0px;
}
#header {
	border-top: 0px;
	position: absolute;
	top: 0; /* heel belangrijk */
	background: url(../images/bg_fl.gif) #61729a;
	height:94px;
	width: 100%;
	line-height:0px;
	min-width:1000px;
}
.tekst_inspringtb{
	z-index:3;
}
#top {
  	height:25px;
  	width: 100%;
  	min-width:800px;
  	float:left;
  	background: #61729a url(../images/top.gif) repeat-x ;
		left:-10px;
		padding-top:66px;
		
}
#logo {
  	position: absolute;
  	height:94px;
  	width:430px;
  	line-height:15px;
  	top:0px;
  	text-align:right;
  	right:0px;
}
#tekst {
  	float:left;
  	padding-left:10px;
  	width:580px;
}
#fotoRechtsDiv{
	float:right;
  padding-right:0px;
  width:250px;
}
#fotoRechtsDiv1{
	float:left;
  width:130px;
}
#fotoRechtsDiv2{
	float:left;
  width:110px;
}
.tekst_inspringlrtb{
	padding:5px;
}
input.trans0{
	font-size: 10px;
	font-weight: bold;
	border : 0px;
	WIDTH: 30px;
	text-align: center; 
	color : #000000;
	background-color : #FFFFFF;	
 }
#buttons a, #logout a {
	font-family: Arial;
	font-size: 10pt;
	color : #FFFFFF;
	margin-right: 20px; 
	padding-left:15px;
	background: url(../images/button.png) 0px 3px no-repeat;
}
#buttons A:link, #buttons A:visited, #buttons A:active, #logout A:link, #logout A:visited  {
	text-decoration : none;
}
#buttons A:active, #logout A:active {
	background-position: 0px -18px;
}
#buttons A:hover, #logout A:hover  {
	text-decoration : underline;
	background-position: 0px -18px;
}

#inhoud {
  	padding: 0 2em 10px 2em;
  	overflow: auto;
  	padding-top: 130px;
}
#footer {
	border: 0px;
	position: absolute;
	bottom: 0; /* heel belangrijk */
	width: 100%;
	background: url(../images/bg_fl.gif);
	height: 16px;
	font-size:2px;
	line-height:2px;
	text-align: right;
}


div#contentDiv{
	left: 20px;
	float: left;
	width:600px;
	padding-bottom:20px;
}
div#mask{
	background: url("../images/mask.png") no-repeat;
	position:absolute;
	width:120px;
	height:120px;
	z-index:0;
}
div#masklang{
	background: url("../images/mask_lang.png") no-repeat;
	position:absolute;
	width:110px;
	height:160px;
	z-index:0;
}
div#mask90{
	background: url("../images/mask90.png") no-repeat;
	position:absolute;
	width:90px;
	height:90px;
	z-index:0;

}
table.border{ 
	border: 0px ;
	background: #FFFFFF;
}
td.border{ 
	background: #CACF8E;
	padding:10px;
	margin: 10px;
}
a:visited,a:active,a:link{
	text-decoration : none;
	color : #FF6600;
}
a:hover{
	text-decoration : underline;
}
a.button {
	font-weight: bold;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 2px 4px;
	text-align: center;
	min-width: 75px;
	border: 1px solid #FF6600;
	text-transform: uppercase
}

a.button:link,a.button:visited {
	background-color: White;
	font-size: 10px;
	color: #FF6600;
	text-decoration: none;
}

a.button:hover{
	background-color: #FF6600;
	color: White;
	text-decoration: none;
}