html
{
	background: #eee;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

header
{
	text-align: center;
	padding: 25px 275px;
	border-bottom: 1px solid #bbb;
	background: #ddd;
}

ol
{
	padding-left: 50px;
}

ol li
{
	list-style: decimal;
	line-height: 125%;
}

h1
{
	font-size: 2em;
}

h2, legend
{
	font-size: 1.5em;
	margin-bottom: 15px;
}

p, h2, h3, ol, ul
{
	margin-bottom: 10px
}

header p + p
{
	font-size: 80%;
}

.matrix, section
{
	background: #fff;
	width: 700px;
	margin: 35px auto;
	position: relative;
	font-size: .8em;
}	.matrix
	{
		height: 700px;
	}
	section
	{
		padding: 25px;
	}

.matrix a
{
	display: block;
	position: absolute;
	background: rgba(150,150,150,.25);
	text-align: center;
	color: #333;
	border-radius: 50%;
	margin: -11px;
	padding: 10px;
	
	transition: .2s;
}	.matrix a.ICTU_app
	{
		background: rgba(50,150,200,.25);	
	}
	.matrix a.eigen_app
	{
		background: rgba(200,150,50,.25);	
	}

.verdeling a
{
	background: rgba(150,150,150,.05);
}

.matrix a span
{
	display: none;
	position: absolute;
	bottom: 25%;
	left: 75%;
	padding: 5px 10px;
	border-bottom: 1px solid #666;
    white-space: nowrap;
}

.matrix a:hover, .matrix a:focus
{
	background: rgba(200,100,150,.4);
	outline: none;
}

.matrix a:hover span, .matrix a:focus span
{
	display: block;
}

.xas
{
	width: 100%;
	height: 50%;
	border-bottom: 1px solid #999;
	position: absolute;
}

.yas
{
	width: 50%;
	height: 100%;
	border-right: 1px solid #999;
	position: absolute;
}

.xas span, .yas span
{
    width: 100px;
    background: #BDB;
    text-align: center;
    padding: 10px;
    margin: -18px -60px;
    color: #333;
	position: absolute;
}

.xas span
{
	bottom: 0;
	left: 0;
}
.xas span + span
{
	left: auto;
	right: 0;
}

.yas span
{
	top: 0;
	right: 0;
}
.yas span + span
{
	top: auto;
	bottom: 0;
}

.lijst li
{
    white-space: nowrap;
    border-bottom: 2px solid #eee;
    background: yellow;
}

.lijst + form
{
    position: fixed;
    right: -1px;
    background: #eee;
    padding: 25px;
    top: 75px;
    width: 200px;
	border: 1px solid #ccc;
}

label
{
	display: block;
	padding: 15px;
	background: #ddd;
	border: 1px solid #fff;
	margin: -1px;
}

label input
{
	float: right;
}
