/* Cascading Style Sheet Ksenija */
/* (c) T.H. Deibel - 2008/04/18 */
* {
 margin: 0;
 padding:0;
 border: 0;
}
html, body {
 width:100%;
 height:100%;
}
body {
 font-family: Georgia, "Times New Roman", Times, serif;
 font-size: 14px;
 color: #AAAAAA;
 text-align:center;
 background-color: #000000;
 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) */
}
td {
 font-family: Georgia, "Times New Roman", Times, serif;
 font-size: 14px;
 color: #AAAAAA;
}
A:link, A:visited {
 color: #AAAAAA;
 text-decoration: underline;
}
A:hover {
 color: #AAAAAA;
 text-decoration: none;
}
A:active {
 color: #AAAAAA;
 text-decoration: underline;
}
hr {
 color: #AAAAAA;
 height: 1px;
}
h1 {
 font-size: 20px;
 font-weight: Bold;
}

/* POSITIONING DIVS 900x600 */
#centerWrap {
 position: absolute;
 display:block;
 height: 1%; /* IE5.5 bug bij display:block; */
 width: 910px;
 height:610px;
 top: 50%;
 left: 50%;  
 margin-left:-450px;
 margin-top: -300px;
 padding: 0;
}

/* CLASSES: */
/*========= */
.no_ul {
 text-decoration: none;
}
.size_S {
 font-size: 12px;
 font-weight: Normal;
}
.size_N {
 font-size: 14px;
 font-weight: Normal;
}
.size_L {
	font-size: 16px;
	font-weight: Bold;
}
.size_XL {
	font-size: 20px;
	font-weight: Bold;
}
.ecp_pic_border {
 border-left:#333333 solid 1px;
 border-top:#333333 solid 1px;
 border-right:#999999 solid 1px;
 border-bottom:#999999 solid 1px;
}
.infoTxt1 {
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:10px;
 color: #555555;
 padding-left:8px;
}
.frm_txt {
 font-family:"Courier New", Courier, mono;
 font-size: 12px;
 font-weight:normal;
 color: #333333;
 background-color:#DDDDDD;
 border:#FFFFFF solid 1px;
}
.frm_but {
 font-family:"Courier New", Courier, mono;
 font-size: 12px;
 font-weight:normal;
 background-color: #EEEEEE;
}

#infoContainer { /* 900 x 444 */
 top: 0px;
 left: 0px;
 width: 550px;
 height:380px;
 padding: 0px;
 overflow:auto;
 font-family: Georgia, "Times New Roman", Times, serif;
 font-size: 14px;
}
#albumContainer { /* 900 x 444 */
 top: 0px;
 left: 0px;
 width: 800px;
 height:390px; /* minimaal padding + fotohoogte + scrollbalkhoogte ! */
 padding: 0px;
 overflow: auto;
 font-family: Georgia, "Times New Roman", Times, serif;
 font-size: 14px;
}
#contactContainer { /* 900 x 444 */
 top: 0px;
 left: 0px;
 width: 350px;
 height:380px;
 padding: 0px;
 overflow:auto;
 font-family: Georgia, "Times New Roman", Times, serif;
 font-size: 14px;
}
