<?
session_start();
header('Content-type: text/css; charset=UTF-8');
?>
/* CSS Document */

li {
}
#programma {
	padding: 2px;
	margin: 10px;
	float:left;
	width: 60px;
	height: auto;
}

#programma #titel{
	font-size: 10px;
	color: #000000;
	text-align: center;
	width: 60px;
}

.clear{
	clear:both;
}
#inhoud{
	clear:both;
}

#subnav{
	width: 550px;
}

.active{
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #a1b9ac;
	border-right-color: #a1b9ac;
	border-bottom-color: #a1b9ac;
	border-left-color: #a1b9ac;
}
.inactive{
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}