/* instellingen voor de vormbladen */
/* vormen.css */


#menu_links {
 margin-left:5px;
 line-height:30px;
 width:200px;
 float:left;
 margin-top:40px;
 font-size:14px;
}

#menu_links_item {
 text-align:right;
 padding:0 5px 0 5px;
 background-image:url(./afbeeldingen/stippellijn.gif);
 background-repeat:repeat-x;
 background-position:bottom;
}

#menu_links_item img {
 margin-bottom:-5px;
}
  
#menu_links_deel {
 text-align:left;
 padding:0 5px 0 5px;
 background-color:#f9f9f9;
 background-image:url(./afbeeldingen/stippellijn.gif);
 background-repeat:repeat-x;
 background-position:bottom;
}


#vorminhoud {
 float:right;
 width:490px;
 margin-top:40px;
 padding:0 20px 20px 20px;
 line-height:30px;
 font-size:14px;
}


img.fotomarge100{
  float: right;
  padding: 3px;
  margin: 100px 5px 0 0;
  border: 1px solid #e37989;
} 

img.fotomarge50{
  float: right;
  padding: 3px;
  margin: 50px 5px 0 0;
  border: 1px solid #e37989;
} 


table.latijn {
  table-layout: fixed;
  background-color: #ffffff;
  line-height:30px;
  border: 0px;
  empty-cells: show;
  font-size: 14px;
  margin: 0px;
  cellpadding: 0px;
  text-align: left;
  width: 420px;
  }


table.latijn td {vertical-align:baseline;}

.cel1 {width:30px;
}

.cel2 {width:390px}

table.latijn caption {
  margin: 0px;
  font-size: 18px;
  text-align: left;
  }




/* veld voor cijfertabel */
#hanzi_cijfers {
  margin: 0;
  width:30px;
  background-color:#ffffff;
  float:left;
/*  height: 50000px;*/
  margin-top:0px;
  }


table.cijfers {
  float:left;
  table-layout: fixed;
  background-color: #ffffff;
  line-height:50px;
  border: 0px;
  empty-cells: show;
  font-size: 14px;
  font-family:arial;
  margin: 0px;
  cellpadding: 0px;
  text-align: left;
  width: 50px;
  }

table.hanzi {
  float:left;
  table-layout: fixed;
  background-color: #ffffff;
  line-height:50px;
  border: 0px;
  empty-cells: show;
  margin: 0px;
  cellpadding: 0px;
  text-align: left;
  width: 400px;
  }

table.hanzi caption {
  margin: 0px;
  font-size: 50px;
  text-align: left;
  }





  
