html, body {
	height: 100%;
}
#fullscreentabel {
	height: 100%;
}
body	{
	margin: 0px;
	color: #0080C0;
	font-family:verdana;
	background-color: #FFF8DC;
}
.iframe {
  width: 100%;
}
#tabelkader {
	height: 100%;
	width: 100%; 
}
td.midden {
/*	background-repeat: no-repeat;
	background-position: center center;*/
}
td.kaderlinksboven {
	width: 158px;
	height: 90px;
	vertical-align: top;
	background-image: url('images/kader_links_boven.jpg');
	background-repeat: no-repeat;
}
td.kaderboven {
	height: 90px;
	text-align: center;
	vertical-align: top;
	background-image: url('images/kader_centraal_boven.jpg');
	background-repeat: repeat-x;
	background-position: top left; 
	font-size: 9pt;
	color: #fff000;
}
td.kaderrechtsboven  {
	width: 158px;
	height: 90px;
	vertical-align: top;
	text-align: right;
	background-image: url('images/kader_rechts_boven.jpg');
	background-position: top right;
	background-repeat: no-repeat;
}
td.kaderlinks {
	width: 158px;
	background-repeat: repeat-y;
	background-image: url('images/kader_links_midden.jpg');
}
td.kaderrechts {
	width: 158px;
	text-align: right;
	background-repeat: repeat-y;
	background-image: url('images/kader_rechts_midden.jpg');
	background-position: top right;
}
td.kaderlinksonder {
	width: 158px;
	height: 40px;
	background-image: url('images/kader_links_onder.jpg');
	background-position: bottom left;
	background-repeat: no-repeat;
}
td.kaderonder {
	height: 40px;
	text-align: center;
	vertical-align: bottom;
	background-image: url('images/kader_centraal_onder.jpg');
	background-repeat: repeat-x;
	background-position: bottom left; 
	font-size: 9pt;
	color: #fff000;
}
td.kaderrechtsonder {
	width: 158px;
	height: 40px;
	background-image: url('images/kader_rechts_onder.jpg');
	background-position: bottom right;
	background-repeat: no-repeat;
}
.copy a {
	font-size: 7pt; 
	color: #FFF000; 
	text-decoration: none;
}
.klein  {
	color: #FFF000; 
	font-size: 10pt;
	text-decoration: none;
}
.klein:hover {
	color: #FFF000;
	text-decoration: underline;
}
#widget {
	width: 140px;
	margin-left: 11px;
	text-align: left;
	/*color: #f89828;*/
	color: #FFF000;
	/*
	background-image: url('images/bg_widget.gif');
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #12a3eb;
	*/
	font-size:x-small;
}
#widget h1 {
	font-size: small;
	margin: 0px;
	color: #00ff00;
}
