a:link
{
	text-decoration: none;
	color: #CCCCCC;
}

a:visited
{
	text-decoration: none;
	color: #CCCCCC;
}

a:hover
{
	text-decoration: none;
	background-color: #CCCCCC;
	color: #000000;
}
	
.header
{
    position: relative; 
    width: 900px;
    height: 100px;
    left: 0px; 
    text-align: left;
    top: 0px;
}

.body
{
    text-align:center;
    background-color: #000000; 
    margin:0 auto;
    margin-top: 10px;
}


.line
{
    position: relative; 
    left: 0px;
    bottom: 19px; 
    color:#CCCCCC; 
    width:900px;
}

.tableConstruction
{
	background-color:#FFFFFF;
	font-family:verdana;
	font-size:10px;
	color:#CCCCCC;
	align:center;
	cellpadding:0;
	cellspacing:0;
}

.content
{
    position: relative; 
    z-index:1;
    width: 900px; 
    height: 430px; 
    overflow: auto;
    top: 0px;
    left: 0px;
}

.horizontaal
{
    margin:0;
    padding:5px;
    border:0;
    font-family: verdana;
	font-size: 12px;	
	color:#CCCCCC;
	width:900px;
	text-decoration:none;
	border: solid 2px #CCCCCC;
 	text-align: center;  
}

.divtext
{
    font-family: verdana;
	font-size: 13px;
	color: #CCCCCC;
}

.divtext1
{
	font-family: verdana;
	font-size: 1px;
	color: #CCCCCC;
	background-color: black;
}

.knop
{
	font-face: verdana;
	font-size: 12px;
	color: #CCCCCC;
	background-color: black;
	width: 50px;
	height: 15px;
	onmouseover: backgroundColor='#CCCCCC', this.style.color='black'; 
	onmouseout: style.backgroundColor='black', this.style.color='#CCCCCC';
}
