/*ALGEMEEN */
HTML
{
  scrollbar-face-color: #FAF4E8;
  scrollbar-shadow-color: #005480;
  scrollbar-highlight-color: #FAF4E8;
  scrollbar-3dlight-color: #005480;
  scrollbar-darkshadow-color: #FAF4E8;
  scrollbar-track-color: #FAF4E8;
  scrollbar-arrow-color: #005480;
}

BODY
{
  margin-top: 2px;
  margin-left: 2px;
  background-color: white;
  font-family: Tahoma;
  font-size: small;
  background: url(../images/bg_menu.jpg);
  background-repeat: repeat-y;
  background-position: 6px 100px;  
}

HR
{
  color: #D38A00;
}

/* LOGO BOVENKANT PAGINA */
IMG.logo
{
  position: absolute;
  left: 25px;
  top: 7px;
  z-index:2
}

IMG.int
{
  position: absolute;
  left: 135px;
  top: 30px;
}

IMG.bureau
{
  position: absolute;
  left: 135px;
  top: 70px;
  z-index: 2;
}

/* LINKS */
A:link
{
 text-decoration: none; 
 color: white;
 background-color: #CE8C02;
 font-family: Tahoma; 
 font-size: small; 
}

A:active
{
 color: white;
 background-color: #CE8C02;
}

A:visited
{
 color: white;
 background-color: #CE8C02;
}

A:hover
{
 text-decoration: underline; 
 color: #005586;
}

A.menu
{
 text-decoration: none;
 color: white;
 font-family: Tahoma; 
 font-size: 8pt;  
}

A.menu:visited
{
 text-decoration: none;
 color: white;
}

A.menu:active
{
 text-decoration: none;
 color: white;
}

A.menu:hover
{
 text-decoration: none;
 color: #005586;
}

/* TABLE */
TABLE
{
  font-family: Tahoma, Verdana;
  font-size: small;
}

/* FORMULIER */
INPUT.text
{
 font-family: Tahoma; 
 font-size: 10pt; 
 color: #1C3C63; 
 border-bottom: 1px solid #005480; 
 border-top: 1px solid #005480; 
 border-left: 1px solid #005480;  
 border-right: 1px solid #005480;
 padding: 2px; 
}

INPUT.button
{
 font-family: Tahoma; 
 font-size: 10pt; 
 text-decoration: none; 
 color: white; 
 border-bottom: 1px solid #D38A00; 
 border-top: 1px solid #D38A00; 
 border-left: 1px solid #D38A00;  
 border-right: 1px solid #D38A00; 
 border-style: outset;
 cursor: hand;
 background-color: #CE8C02;
}

TEXTAREA
{
 font-family: Tahoma; 
 font-size: 10pt; 
 color: #1C3C63; 
 border-bottom: 1px solid #005480; 
 border-top: 1px solid #005480; 
 border-left: 1px solid #005480;  
 border-right: 1px solid #005480; 
 padding: 2px;
}
