/* Cascading Style Sheet */
/* (c) TimDeibel.nl - 2007/08/25 */
body {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 13px;
 color:#DDDDDD;
 background-color: #111111;
 scrollbar-face-color: #222222;       /* 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: #666666;      /* Pijltjes (driehoekjes) boven en onder */
}
td {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 13px;
 color:#DDDDDD;
}
A:link, A:visited {
 color: #DDDDDD;
 text-decoration: underline;
}
A:hover {
 color: #FFFFFF;
 text-decoration: underline;
}
A:active {
 color: #DDDDDD;
 text-decoration: underline;
}
hr {
 color:#DDDDDD;
 height: 1px;
}
h1 {
 font-size: 20px;
 font-weight: Bold;
}
/* CLASSES: */
/*========= */
.size_S {
 font-size: 10px;
 text-decoration: none;
}
.size_N {
 font-size: 13px;
 text-decoration: none;
}
.size_L {
 font-size: 18px;
 font-weight: Bold;
}
.size_XL {
 font-size: 22px;
 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;
}
.pic_border {
 border-left:#333333 solid 1px;
 border-top:#333333 solid 1px;
 border-right:#999999 solid 1px;
 border-bottom:#999999 solid 1px;
}
.infoTxt1 {
 width:600px;
 height:15px;
 color: #AAAAAA;
 font-size:10px;
}
.leftTableCell {
 width: 340px;
 height: 500px;
 background-image:url(../img/main/main_l.jpg);
 background-position:top;
 background-repeat:no-repeat;
}
.mainTableCell {
 width: 610px;
 height: 500px;
 background-image:url(../img/main/main_r.jpg);
 background-position:top;
 background-repeat:no-repeat;
}
.txtPadding {
 padding-left: 100px;
 padding-right:40px;
 padding-top: 10px;
}
#txtContainer {
 position:relative;
 top: 0px;
 left: 0px;
 width:600px;
 height:480px;
 overflow:auto;
 scrollbar-face-color: #222222;       /* 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: #666666;      /* Pijltjes (driehoekjes) boven en onder */
}

