/*
geel = #ffc
magenta = #f99 
(grijs = #777) 
*/

@import url("style_data.css");

body
{
 background: #ffc url(../content/img/back_1.jpg) repeat top left;
}

.geenafb
{
 background: #ffc;
}

a.menu, a.menu:visited
{
  text-decoration: none;
  color: #888;
  border-bottom : none;
}

a.menu:hover
{
  text-decoration: none;
  color: #ccc;
  border-bottom : none;
}

h1.menu
{
  font-size: 22px;
}

.hidden
{
  display: none;
}

table.foto
{
 border-collapse: collapse;
 border: 15px solid #ffc;
 background-color: #ffc;
 font-size: 16px;
 font-weight: bold;
}

/* ------------ */

.Td1
{
  margin: 0px;
  padding: 0px;
  // ??? width: 88%;
  height: 100%;  
  vertical-align: middle;
  text-align: center;
}

#HoofdTabel
{
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
}

#BasisAfb
{
  position: relative;
  margin: 0 auto;
  width: 800px;
  height: 600px;
  background: url(../content/img/basisafb_1.gif) no-repeat top left;
}

#Logo
{
  position: absolute;
  top: 5px;
  left: 80px;
  z-index: 4;
}

#Menu
{
  position: absolute;
  top: 190px;
  left: 640px;
  width: 140px;
  // height: 140px;
  text-align: right;
  line-height: 12pt;
}

#Afb10
{
  position: absolute;
  top: 70px;
  left: 70px;
}

#VoetTekst
{
  position: absolute;
  top: 540px;
  left: 640px;
  margin: 0px;
  padding: 0px;
  font-variant: small-caps;
  font-size: 9px;
  color: #888;
  text-decoration: none;
  border-bottom : none;
}

#edit
{
  vertical-align: middle;
}

#vlak_tekstvak
{
  position: absolute;
  top: 134px;
  left: 67px;
}

#TekstVak 
{
  position: absolute;
  top: 138px;
  left: 70px;
  width: 520px;
  height: 380px;
  margin: 0px;
  padding: 0px 10px 10px 0px;
    
  text-align: left;
  overflow: auto;
  
  scrollbar-face-color: #f99;
  scrollbar-shadow-color: #f99;
  scrollbar-highlight-color: #f99;
  scrollbar-3dlight-color: #f99;
  scrollbar-darkshadow-color: #f99;
  scrollbar-track-color: #ffffff; 
  scrollbar-arrow-color: #ffffff;
}