@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	background-color:#00487f;
}
table {
	padding: 0px;
	margin: 0px;
	border: 0px;
}
td {
	border: 0px;
	border-spacing: 0px;
}
td.kimio {
	background-color: #009ee0;
	text-align: center;
}
td.nijntje {
	background-color: #ff5b10;
	text-align: center;
}
div.foreign {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #FFF;
	text-align: center;
	width: 100%;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
}
a, a:hover {
	color: #FFF;
}
div.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	text-align: center;
	width: 100%;
	margin-top: 100px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
}
#nijntje_comment, #kimio_comment {
	background-image: url('../img/bg_comment.png');
	width: 265px;
	height: 145px;
	position: absolute;
	left: 0px;
	top: 450px;
	z-index: 1;
}
#nijntje_comment div, #kimio_comment div {
	margin: 8px 15px 15px 8px;
	font-size: 17px;
	color: #555;
	text-align: center;
}
#nijntje_comment div img, #kimio_comment div img {
	border: 1px solid #ccc;
	border-left: 1px solid #333;
	border-top: 1px solid #333;
	margin-top: 4px;
}