/* Cascading Style Sheet PetraKlap.nl */
/* (c) T.H. Deibel - 2006/12/20 */
body {
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size: 14px;
 color: #DDDDDD;
 background-color: #141414;
}
td {
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size: 14px;
 text-decoration: none;
 color: #DDDDDD;
}
A:link, A:visited {
 color: #DDDDDD;
 text-decoration: underline;
}
A:hover {
 color: #EEEEEE;
 text-decoration: none;
}
A:active {
 color: #EEEEEE;
 text-decoration: underline;
}
hr {
  color: #DDDDDD;
	height: 1px;
}
h1 {
 font-size: 20px;
 font-weight: Bold;
}
/* CLASSES: */
/*========= */
.size_XS {
 font-size: 10px;
 text-decoration: none;
}
.size_S {
 font-size: 12px;
 text-decoration: none;
}
.size_N {
 font-size: 14px;
 text-decoration: none;
}
.size_L {
 font-size: 16px;
 font-weight: Bold;
}
.size_XL {
 font-size: 20px;
 font-weight: Bold;
}
.no_ul {
 text-decoration: none;
}
.pic_border {
 border-left:#333333 solid 1px;
 border-top:#333333 solid 1px;
 border-right:#999999 solid 1px;
 border-bottom:#999999 solid 1px;
}
.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;
}
#halfContainer {
 position:relative;
 top: 0px;
 left: 0px;
 width: 420px;
 height:480px;
 padding: 0px;
 overflow:auto;
}
#wideContainer {
 position:relative;
 top: 0px;
 left: 0px;
 width: 800px;
 height:460px;
 padding: 0px;
 overflow:auto;
}

