/* Cascading Style Sheet  */
/* TimDeibel - 2008/04/12 */
html, body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#73352B;
	background-color: #73352B;
	background-image: url(../img/bg_verloop.jpg);
	background-position: top left;
	background-repeat: repeat-x;
}
a:link, a:visited { color:#73352B; text-decoration:underline; }
a:hover  { color:#73352B; text-decoration:none; }
a:active { color:#73352B; 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: 16px;
 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:#73352B solid 1px;
 border-top:#73352B solid 1px;
 border-right:#F0DFDB solid 1px;
 border-bottom:#F0DFDB solid 1px;
}
.ecp_thumb_border {
 border:#73352B solid 1px;
}
.infoTxt1 {
 width:700px;
 height:12px;
 color: #73352B;
 font-family:Verdana,Arial,Helvetica,sans-serif;
 font-size:10px;
}
.mainContent {
 width: 599px;
 height:557px;
 background-image:url(../img/main/main.jpg);
 background-position:top center;
 background-repeat:no-repeat;
}
.mainContent_pf {
 width: 980px;
 height:557px;
 background-image:url(../img/main/main_pf.jpg);
 background-position:top center;
 background-repeat:no-repeat;
}
.mainContainer {
 width: 595px;
 height:540px;
 overflow:auto;
 scrollbar-face-color: #E3BCB4;       /* Balk+pijlen: oppervlak   */
 scrollbar-shadow-color: #E3BCB4;     /* Balk+pijlen: rand rechts + onder */
 scrollbar-darkshadow-color: #74362C; /* Balk+pijlen: schaduw rechts + onder */
 scrollbar-highlight-color: #E3BCB4;  /* Balk+pijlen: rand links + boven  */
 scrollbar-3dlight-color: #74362C;    /* Balk+pijlen: schaduw links + boven  */
 scrollbar-track-color:#DDADA4;       /* Schuifpad */
 scrollbar-arrow-color: #F4E6E1;      /* Pijltjes (driehoekjes) boven en onder */
}
.textPadding {
 padding: 40px 0px 40px 80px;
 line-height: 150%;
}

