html {
	padding: 0px;
	height: 100%;
}

body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	height: 100%;
}



.maintable {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
}
.name {
	color: #ffffff;
	font-size: 34px;
	position: relative;
	top: 30px;
}
.maintableheader {
	width: 1000px; 
	height: 139px;
	background: url(images/img_headerbg2.gif) repeat-x top left;
}
.maintableheaderleft {
	background: url(images/img_headerbg.jpg) repeat-x top left;
}
.maintableheaderright {
	background: url(images/img_headerbg.jpg) repeat-x top left;
}
.contenttable {
	width: 850px;
/*	background: url(images/img_headerbg.jpg) repeat-x top left;*/
	background: url(images/img_backgroundtop.gif) no-repeat top left;
}
.maintablefooterleft {
 	background: url(images/img_footerbg.jpg) repeat-x top left;
	font-family: Arial;
	font-size: 12px;
	color: #ffffff;
/*	padding-top: 5px;*/
}
.maintablefooterleft a:link,
.maintablefooterleft a:active,
.maintablefooterleft a:visited {
	text-decoration: none;
	color: #ffffff;
}
.maintablefooterleft a:hover {
	text-decoration: none;
	color: #ffffff;
}
.maintablefooterright {
	background: url(images/img_footerbg.jpg) repeat-x top left;
}
.maintablefooter {
 	background: url(images/img_footerbg.jpg) repeat-x top left;
	font-family: Arial;
	font-size: 12px;
	color: #ffffff;
/*	padding-top: 5px;*/
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
.orange {
	color: #ff9911;
}
input.searchbutton {
	width: 237px;
	height: 44px;
	background: url(images/img_searchbutton.jpg) no-repeat;
	outline: none;
	border: none;
	cursor: pointer;
}

/* Login-boxje rechtsboven */
#loginbox {
  position: absolute;
  right: 20px;
  top : 2px;
  font-size: 11px;
  color: white;
  height: 100px;
  padding-left: 5px;
  padding-right: 5px;
  margin-left: -5px;
  z-index: 1000;
/*  float: right;
  margin-right: 20px;
  font-size : 11px;
  color: white;
  padding-left:25px;
  padding-right:5px;
  height: 100px;
  margin-bottom: -20px; /* IE6 zet nog 'iets' (lege regel ?) onder de loginbox waardoor de opmaak in de soep loopt.*/
} 

#loginbox * {
  font-size : 11px;
  color: white;
}

#loginbox a {
  color:white;
  text-decoration: underline;
}

#loginbox input {
  color: black;
}

#loginbox th {
  text-align: left;
}
