/* CSS Document Rich Pontier   */
/* (c) 2006/08/02 TimDeibel.nl */

/* HTML Elements: */
/* ============= */
body {
  font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
  color: #DDDDDD;
	background-color: #444444;
  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 */
}
A:link, A:visited {
  color:#FFFFFF;
	text-decoration: underline;
}
A:hover {
	color: #FFFFFF;
	text-decoration: none;
}
A:active {
	color: #FFFFFF;
	text-decoration: underline;
}
hr {
  color:#FFFFFF;
	height: 1px;
}
h1 {
	font-size: 20px;
	font-weight: Bold;
  color: #DDDDDD;
}
h2 {
	font-size: 12px;
	font-weight: Bold;
  color: #999999;
}
/* CLASSES: */
/*========= */
.size_N {
	font-size: 12px;
  color: #DDDDDD;
}
.size_S {
	font-size: 10px;
}
.size_L {
	font-size: 22px;
	font-weight: normal;
}
.size_XL {
	font-size: 20px;
	font-weight: Bold;
}
.d_gray {
  color: #999999;
}
.frm_txt {
  font-family: "Courier New", Courier, mono;
	font-size: 12px;
  font-weight:normal;
	color: #333333;
  background-color:#EEEEEE;
}
.frm_but {
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
  font-weight:normal;
  background-color: #CCCCCC;
}
.pic_border {
 border-left:#333333 solid 2px;
 border-top:#333333 solid 2px;
 border-right:#DDDDDD solid 1px;
 border-bottom:#DDDDDD solid 1px;
}
#infoContainer { /* beschikbaar: 800x514; minus scrollbar en padding! */
 position:relative;
 top: 0px;
 left: 0px;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px;
 width: 760px;
 height:460px;
 padding: 10px;
 color: #DDDDDD;
 overflow:auto;
}
#linksContainer { /* beschikbaar: 800x514; minus scrollbar en padding! */
 position:relative;
 top: 0px;
 left: 0px;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px;
 width: 760px;
 height:380px;
 padding: 10px;
 color: #DDDDDD;
 overflow:auto;
}
