@charset "UTF-8";
/* CSS Document */

#buitenkans {
	background: #FFF url(back.jpg) no-repeat center bottom;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	position:fixed;
	top:30px;
	right:30px;
	z-index:10000;
	width:470px;
	border:solid 1px #000;
}
#buitenkans th {
	font-size: 1.6em;
}
#buitenkans td {
	font-size: 0.95em;
}
#buitenkans .footer {
	font-size: 1.1em;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	border: solid 1px #fff;
}
#buitenkans table tr th table tr th a {
	color: #F00;
	text-decoration: none;
}
