/* Cascading Style Sheet  */
/* (c) T.H. Deibel - 2008/02/23 */
body {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px;
 color:#0C272E;
 background-color: #99B0BB;
 background-image: url(../img/bg_verloop.jpg);
 background-position: top left;
 background-repeat: repeat-x;
}
td {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px;
 color:#0C272E;
}
A:link, A:visited {
 color: #333333;
 text-decoration: underline;
}
A:hover {
 color: #111111;
 text-decoration: none;
}
A:active {
 color: #333333;
 text-decoration: underline;
}
hr {
 color:#333333;
 height: 1px;
}
/* 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;
}
.frm_txt {
 font-family:"Courier New", Courier, mono;
 font-size: 12px;
 font-weight:normal;
 color: #333333;
 background-color:#EEEEEE;
}
.frm_but {
 font-family:"Courier New", Courier, mono;
 font-size: 12px;
 font-weight:normal;
 background-color: #CCCCCC;
}
.ecp_pic_border {
 border-left:#333333 solid 1px;
 border-top:#333333 solid 1px;
 border-right:#89A4AB solid 1px;
 border-bottom:#89A4AB solid 1px;
}
.ecp_thumb_border {
 border:#89A4AB solid 1px;
}
.lightcol {
 color:#DBE3E6;
}
.infoTxt1 {
 width:600px;
 height:12px;
 color: #BECDD1;
 font-family:Verdana,Arial,Helvetica,sans-serif;
 font-size:10px;
 text-align:center;
 text-decoration:none;
 font-weight:normal;
}
.main1Cell { /*  width="410" height="492" */
 width:410px;
 height:492px;
 background-image:url(../img/main/main1.jpg);
 background-position:center top;
 background-repeat:no-repeat;
}
.main12Cell { /*  width="960" height="492" */
 width:960px;
 height:492px;
 background-image:url(../img/main/main12.jpg);
 background-position:center top;
 background-repeat:no-repeat;
}
#txtContainer {
 position:relative;
 top: 0px;
 left: 0px;
 width:400px;
 height:460px;
 overflow:auto;
 scrollbar-face-color: #AED0E1;       /* Balk+pijlen: oppervlak   */
 scrollbar-shadow-color: #CCCCCC;     /* Balk+pijlen: rand rechts + onder */
 scrollbar-darkshadow-color: #FFFFFF; /* Balk+pijlen: schaduw rechts + onder */
 scrollbar-highlight-color: #CCCCCC;  /* Balk+pijlen: rand links + boven  */
 scrollbar-3dlight-color: #FFFFFF;    /* Balk+pijlen: schaduw links + boven  */
 scrollbar-track-color:#CDE2ED;       /* Schuifpad */
 scrollbar-arrow-color: #666666;      /* Pijltjes (driehoekjes) boven en onder */
}
.txtPadding {
 padding-left: 50px;
 padding-right: 0px;
 padding-top: 20px;
}
