/* The CSS for the index page  */

html, body 
{
	text-align: center;
	background-color: #003366;
	font-family: "Courier New", Courier, monospace;
	line-height: 1.3em;
	font-weight: bold;
	color: #003366;
}


/*links*/
table.rij td a {color: #003366} 
table.rij td a:link {text-decoration: none}     /* unvisited link */
table.rij td a:visited {text-decoration: none}  /* visited link */
table.rij td a:hover {text-decoration: underline}   /* mouse over link */
table.rij td a:active {text-decoration: underline}   /* selected link */ 

a.cnts {color: #FFFFFF; text-decoration: none; }




/*tabel*/
table
{
margin: 0px auto 0px auto
}

table.rij
{
	text-align: left;
	width: 800px;
	height: 300px;
	border-collapse: collapse;
	margin-top: 0px;
}

table.rij td
{
padding: 25px 20px;
border: 16px solid #003366;
background-color: white;
vertical-align: top;
}

table.rij td.blue
{
background-color: #003366;
}

table.rij td.green
{
background-color: #669933;
vertical-align: bottom
}

table.rij td.white
{
	background-color: #ffffff;
	vertical-align: middle;
	text-align: center;
	padding: 0px;
}

/*Breedtes*/

.tweehonderd
{
width: 180px
}

.tweehonderdvijftig
{
width: 230px
}

.zeshonderd
{
width: 580px
}

/* Extra elementen */

img {
border: none
}

div.current {
	width: 200px;
	float: left;
	padding-right: 20px;
	padding-left: 5px;
}

.pictogram {
	display: inline;
	top: 8px;
	position: relative;
}

.pub {
	font-size: small;
	text-transform: capitalize;
	margin-left: 15px;
}
.updated {
	color: #336600;
	font-size: xx-small;
	width: 792px;
	text-align: right;
	position: relative;
	margin: auto;
	padding-right: 8px;
}

.demo {
	margin-left: 15px;
	text-align: center;
}

