/* Cascading Style Sheet TimDeibel.nl */
/* (c) T.H. Deibel - 2008/10/24 */
body {
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px;
 background-color: #CCCCCC;
 background-image: url(../img/bg_verloop.jpg);
 background-position: top left;
 background-repeat: repeat-x;
 scrollbar-face-color: #333333;       /* Balk+pijlen: oppervlak   */
 scrollbar-shadow-color: #444444;     /* Balk+pijlen: rand rechts + onder */
 scrollbar-darkshadow-color: #000000; /* Balk+pijlen: schaduw rechts + onder */
 scrollbar-highlight-color: #222222;  /* Balk+pijlen: rand links + boven  */
 scrollbar-3dlight-color: #000000;    /* Balk+pijlen: schaduw links + boven  */
 scrollbar-track-color:#000000;       /* Schuifpad */
 scrollbar-arrow-color: #999999;      /* Pijltjes (driehoekjes) boven en onder */
}
td {
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px;
 text-decoration: none;
 color: #CCCCCC;
}
A:link, A:visited {
 color: #CCCCCC;
 text-decoration: underline;
}
A:hover {
 color: #EEEEEE;
 text-decoration: none;
}
A:active {
 color: #EEEEEE;
 text-decoration: underline;
}
hr {
 color: #CCCCCC;
	height: 1px;
}
h1 {
 font-size: 20px;
 font-weight: Bold;
}
/* CLASSES: */
/*========= */
.size_S {
 font-size: 11px;
 text-decoration: none;
}
.size_N {
 font-size: 12px;
 text-decoration: none;
}
.size_L {
 font-size: 16px;
 font-weight: Bold;
}
.size_XL {
 font-size: 18px;
 font-weight: Bold;
}
.no_ul {
 text-decoration: none;
}
.infoTxt1 {
 width:520px;
 color: #BBBBBB;
 font-size:10px;
}
.ecp_pic_border {
 border-left:#333333 solid 1px;
 border-top:#333333 solid 1px;
 border-right:#999999 solid 1px;
 border-bottom:#999999 solid 1px;
}
.ecp_thumb_border { /* BG col.: zie ook $thumbBGcol in ECP cust.data */
 border:#666666 solid 1px;
 background-color:#141414;
}
.frm_txt {
 font-family:"Courier New", Courier, mono;
 font-size: 12px;
 font-weight:normal;
 color: #EEEEEE;
 background-color:#222222;
 border:#666666 solid 1px;
}
.frm_but {
 font-family:"Courier New", Courier, mono;
 font-size: 12px;
 font-weight:normal;
 color: #222222;
 background-color:#AAAAAA;
 border:#EEEEEE outset 2px;
}
.mainTableCell {
 width:960px;
 height:600px;
 background-color:#141414;
 border-left:#999999 solid 1px;
 border-right:#999999 solid 1px;
 border-bottom:#999999 solid 1px;
}
.ruler_v {
 background-image: url(rlr_v.gif);
 background-position:center;
 background-repeat: repeat-y;
}
.text_kolom {
 position:relative;
 top: 0px;
 left: 0px;
 width: 400px;
 height:525px;
 overflow:auto;
 line-height:200%;
 scrollbar-face-color: #333333;       /* Balk+pijlen: oppervlak   */
 scrollbar-shadow-color: #444444;     /* Balk+pijlen: rand rechts + onder */
 scrollbar-darkshadow-color: #000000; /* Balk+pijlen: schaduw rechts + onder */
 scrollbar-highlight-color: #222222;  /* Balk+pijlen: rand links + boven  */
 scrollbar-3dlight-color: #000000;    /* Balk+pijlen: schaduw links + boven  */
 scrollbar-track-color:#000000;       /* Schuifpad */
 scrollbar-arrow-color: #999999;      /* Pijltjes (driehoekjes) boven en onder */
}
.txtBorder {
  border: #999999 1px solid;
  background-color:#222222;
}