P
{ font-size: 10pt; 
  font-family: Arial,Helvetica;  
  text-decoration: none;     
  color: #000000;
}

A           	
{ font-size: 10pt; 
  font-family:  Arial,Helvetica;  
  text-decoration: none;     
  color: #ff3c00;
}

A:hover           	
{ font-size: 10pt; 
  font-family: Arial,Helvetica;  
  text-decoration: none;     
  color: #ff3c00;
  text-decoration: underline;
}

.menuitem           	
{ font-size: 10pt; 
  font-family:  Arial,Helvetica;  
  text-decoration: none;     
  color: #FFFFFF;
  font-weight: bold;
}

.menuitem:hover           	
{ font-size: 10pt; 
  font-family: Arial,Helvetica;  
  text-decoration: none;     
  color: #FFFFFF;
  text-decoration: underline;
  font-weight: bold;
}

h1 
{ font-size: 18pt; 
  font-family: Arial,Helvetica;  
  text-decoration: none;     
  color: #000000;
}

h2 
{ font-size: 16pt; 
  font-family: Arial,Helvetica;  
  text-decoration: none;     
  color: #000000;
}

TD
{ font-size: 10pt; 
  font-family: Trebuchet MS,Arial,Helvetica;  
  text-decoration: none;     
  color: #000000;
}

.item
{ font-size: 8pt; 
  font-family: Trebuchet MS,Arial,Helvetica;  
  text-decoration: none;     
  color: #000000;
}

.item:hover
{ font-size: 8pt; 
  font-family: Trebuchet MS,Arial,Helvetica;  
  text-decoration: underline;   
  color: #1878BB;
}

.blue
{ 
 font-size: 10pt; 
 font-family: Trebuchet MS,Arial,Helvetica;  
 background-color: #6A97C1;
}

.smalltext
{ 
 font-size: 8pt; 
}

.white {

color:#FFFFFF;

}

.blueitem
{
 color:#000000;
 border-style:solid; 
 border-width:1px; 
 border-color:#000000;
}

.footer
{ font-size: 7pt; 
  font-family: Trebuchet MS,Arial,Helvetica;  
  text-decoration: none;     
  color: #000000;
}

.replycontainer
{

 background: url('int/reply.gif') no-repeat top;
 font-size: 7pt; 
  font-family: Trebuchet MS,Arial,Helvetica;  
  text-decoration: none;     
  color: #000000;
}

th{

	background-color : #CCCCCC; 
	padding:2px;

}

.tablelisting {

background-color:#EEEEEE; 
border-style:solid; 
border-width:1px; 
border-color:#DDDDDD;

}

.picture {

border-color:#BBBBBB;

}

.picture:hover {

border-color:#000000;

}

.cdbtipten {

border-width:0px;
text-decoration: none;

}

.cdbtipten:hover {

border-width:0px;
text-decoration: none;

}

.foto
{border-style: solid; border-width: 1px; border-color: #000000}


.smallest {

    font-size: small;

}



.small {
    font-size: medium;

}

 

.medium {

    font-size:large;

}

 

.large {

    font-size:x-large;

}

 

.largest {

    font-size:x-large;

}


.add
{
<? 

$isns = stristr($HTTP_USER_AGENT, "Mozilla") && (!(stristr($HTTP_USER_AGENT, "compatible")));

// mozilla krijgt een andere top dan de rest...
echo"

 position:absolute; \n"; 
 
if($isns=="0") { echo"top:60px; \n"; }  else { echo"top:60px; \n";  }

//mozilla

echo"
 Z-index:103; \n
 height:60px; \n
";
?>
}