body, td, span {
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
	color: #ffffff;
	SCROLLBAR-BASE-COLOR: #f0f0f0;
	SCROLLBAR-ARROW-COLOR: #666666;
}

.tekst {
	font-size: 11px;
	text-decoration: none;
	color: #ffffff;	
}

.wit8 {
	text-transform: uppercase;
	font-size: 8px;
	text-decoration: none;
	color: #ffffff;	
}

.wit10 {
	font-size: 11px;
	text-decoration: none;
	color: #ffffff;	
}

.wit11 {
	font-size: 12px;
	text-decoration: none;
	color: #ffffff;	
}

.grijs10 {
	font-size: 11px;
	text-decoration: none;
	color: #939393;	
}

.zwart10 {
	font-size: 11px;
	text-decoration: none;
	color: #253028;	
}

.btn_actief 
{
  cursor: hand;
  cursor: pointer;
}

.btn_inactief 
{
  cursor: move;
}

.thumb_actief 
{
  border: solid 1px #ffffff;
  cursor: hand;
  cursor: pointer;
}

.thumb_selected
{
  border: solid 1px #ffffff;
  cursor: hand;
  cursor: pointer;
}

.thumb_inactief
{
  border: solid 1px #4B464B;
}

#project_overzicht {
	width: 100%;	
	background-color: #000000;
	filter:alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity:0.7;
}
	
#project_overzicht * {
	position: relative;
}

.nav_back {
	width: 100%;
	height: 100%;
	background-color: #000000;
	filter:alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity:0.8;
	z-index: 100;
	}
	
.nav_content 
{
	width: 100%;
	height: 100%;
  z-index: 101;
}

.nav 
{
	font-size: 11px;
	text-decoration: none;
	color: #929395;	
	cursor: hand;
	cursor: pointer; 
}	

.nav_over
{
	font-size: 11px;
	text-decoration: none;
	color: #ffffff;	 
	cursor: hand;
	cursor: pointer; 
}	

#transbox {
	width: 100%;
	height: 100%;
	background-color: #000000;
	filter:alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity:0.7;
}

#transbox * {
	position: relative;
	}
	

A { color: #ffffff; text-decoration: underline; }
A:hover {color: #ffffff; text-decoration: underline; }
	