body{
	background: 		#000000;
	color: 				#FFFFFF;
}

a:active,a:link,a:visited{ 
	color: 				#FFFFFF;
    text-decoration: 	underline; 
    font-weight: 		normal; 
} 
a:hover{ 
    text-decoration: 	underline; 
    color: 				#FFCC66; 
    font-weight: 		normal; 
} 

input{ 
    border: 			2px solid #303030; 
    font-size: 			10pt; 
    color: 				#FFFFFF; 
    background-color: 	#000000; 
} 

textarea{
	border: 			2px solid #303030; 
    font-size: 			10pt; 
    color: 				#FFFFFF; 
    background-color: 	#000000; 
}

/*---------------------------------------------
	Teksteigenschappen
---------------------------------------------*/
p{
	font: 				12pt arial; 
    color: 				#FFFFFF; 
}

pre{
	font: 				12pt arial; 
    color: 				#FFFFFF; 
}

h1{
	font: 				20pt arial;
    color: 				#FFFFFF;
    font-weight: 		bold;
}

h2{
	font: 				12pt arial;
    color: 				#FFCC66;
    font-weight: 		bold;
}

span.dikgeel{
    font: 				12pt arial;
    color: 				#FFCC66;
    font-weight: 		bold;
}

span.dikwit{
    font: 				12pt arial;
    color: 				#FFFFFF;
    font-weight: 		bold;
}


/*---------------------------------------------
	Eigenschappen van de tabelstructuur
---------------------------------------------*/
#body{
	width:				900px;
}

#header{
	height:				140px;
}
#linksboven{
	width:				200px;
	vertical-align: 	middle;
	text-align:			center;
}
#flashheader{
	width:				500px;
	vertical-align: 	middle;
	text-align:			center;
}
#rechtsboven{
	width:				200px;
	vertical-align: 	bottom;
}

#contentrow{}
#menulinks{
	vertical-align: 	top;
	text-align:			center;
}
#content{
	vertical-align: 	top;
	text-align:			left;
}
#menurechts{
	vertical-align: 	top;
	text-align:			center;
}

#voet{}
#voettekst{
	vertical-align: 	middle;
	text-align:			center;
}