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

body,html {
	padding: 0;
	margin: 0;
	text-align: center;
	background-color:#ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}

.container {
	padding: 0;
	margin: 0 auto;
	width: 900px;
	background-color: #ffffff ;
	text-align: left;
	border-left: 1px solid #cecece;
	border-right: 1px solid #cecece;
}
.header {
	float: left;
	width: 900px;
	text-align:center;
}
.kolom {
	float: left;
	margin-top: 10px;
	margin-left: 8px;
	width: 170px;
	color:#000;
}
.kolom2 {
	float: left;
	margin-top: 10px;
	margin-left: 8px;
	width: 882px;
	color:#000;
}
.kolom2 ul{
	list-style-type:none;
	margin: 0px;
	padding: 0px;
	border: 1px solid #cecece;
	text-align: left;
	height: 175px;
}
.kolom2 ul li{
	float:left;
	width: 175px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	height: 30px;
	margin-bottom: 3px;
	text-align: left;
}

.kolom a, .kolom2 a {
	color:#000000;
	font-size:12px;
	margin-left: 10px;
}
.kolom ul li{
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	height: 30px;
	margin-bottom: 3px;
}
.kolom ul{
	list-style-type:none;
	margin: 0px;
	padding: 0px;
	height: 620px;
	border: 1px solid #cecece;
	text-align: left;
}
.kolomtitel-1 {
	display: block;
	height: 24px;
	background-image: url(images/blue-small-header.gif);
	background-repeat:repeat-x;
	text-align:center;
	border-top: 1px solid #cecece;
	border-left: 1px solid #cecece;
	border-right: 1px solid #cecece;
}
.kolomtitel-2 {
	display: block;
	height: 24px;
	background-image:url(images/green-small-header.gif);
	background-repeat:repeat-x;
	text-align:center;
	border-top: 1px solid #cecece;
	border-left: 1px solid #cecece;
	border-right: 1px solid #cecece;
}
.kolomtitel-3 {
	display: block;
	height: 24px;
	background-image:url(images/orange-small-header.gif);
	background-repeat:repeat-x;
	text-align:center;
	border-top: 1px solid #cecece;
	border-left: 1px solid #cecece;
	border-right: 1px solid #cecece;
}

.kolomtitel-1 h3, .kolomtitel-2 h3, .kolomtitel-3 h3{
	font-family: Arial, Helvetica, sans-serif;
	color: #555555;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	padding-top: 5px;
}

.kolombottom {
	display: block;
	height: 23px;
	background-image:url(images/kolombottom.gif);
	background-repeat:no-repeat;
}
.spel {
	margin-bottom: 5px;
}
.spellen {
	float: left;
	width: 900px;
	margin-bottom: 5px;
	text-align: center;
}

.spellenkolom {
	margin-top: 3px;
	margin-left: 3px;
	float: left;
	width: 219px;
	border: 1px #CC0000 solid;

}
.footer {
	font-size: 12px;
	text-align: center;
	color:#000000;
}