body {
    /*background-color: #181818;*/
    background-color: #101010;
    margin-top: 3px;
    font-family: "Trebuchet MS";
    font-size: 14px;
    /*font-style: normal;*/
    font-variant: normal;
    font-weight: 100;
    text-transform: uppercase;
    color: #C7C7C7;
    letter-spacing: 3px;
    }

.uitleg{
	
    font-variant: normal;
	letter-spacing: normal;
}

.uitleg a:hover{
    letter-spacing: normal;
    color: #FFAFAF;
	cursor: pointer;
}
.uitleg a:link{
    color: #FFFFFF;
}

.uitleg a:visited{
    color: #FFFFFF;
	font-variant: normal;
}

.uitleg table{
    line-height: normal;
}

.uitleg th{
    line-height: 120%;
}
.allcaps{
	text-transform: uppercase;
	letter-spacing: 2px;
}


/** LINK OPMAAK **/
a:link {
    color: #FDFDFD;
    text-decoration: none;
    font-style: normal;
    font-weight: 100;
    font-size: 16px;
}

a:visited {
    text-decoration: none;
    color: #FFFFFF;
    font-variant: normal;
    font-weight: lighter;	
}

a:hover {
    text-decoration: none;
    color: #FFEBEB;
    letter-spacing: 4px;
    font-weight: bold;
}

a:active {
	/*color: #EAEAEA;*/
	font-family: "Trebuchet MS";
	font-size: 18px;
	font-style: normal;
	font-weight: lighter;
}

/** TABEL OPMAAK **/
th{
    font-weight: 100;
    line-height: 100%;
}

/* opmaak **/
.centreer{
    align-content: center;
}


.gordijn{
    background-image: url("IMAGES/filmpje03onder.jpg");
    background-repeat: no-repeat;
}

/*table{
    line-height: 80%;
    font-weight: 100;
}*/

.verberg{
    visibility: hidden;
}