/* CSS Document Helma van Moorsel        */
/* (c)2009 TimDeibel.nl - Rev.2009/08/21 */

html, body {
 margin:0;
 padding:0;
 border:none;
}
body {
 font-family:Verdana, Geneva, sans-serif;
 font-size:12px;
 width:100%;
 color: #999;
 background:#333;
}
img { border:none; }

p { padding:0; margin:1em 0; }
a:link, a:visited {	color:#777; text-decoration: underline; }
a:hover { color:#555; text-decoration: none; }
a:active { color:#555; text-decoration: underline; }

#mainWrap {
 position:relative;
 width:100%;
 min-width: 900px; /* MIN-WIDTH/HEIGHT: niet in IE6 */
 margin:0;
 padding:0;
}
#topWrap {
 position:relative;
 margin:20px;
 padding:0;
}
#botWrap {
 position:relative;
 margin:20px;
 padding:0;
}
#topMenu {
 position:relative;
 width:auto;
 height:auto;
 text-align:left;
}
#nav {
}
#nav ul {
 margin: 0; 
 padding: 0;
 list-style-type: none;
 display:inline;
}
#nav ul li {
 padding:0 10px 0 0;
 margin: 0;
 display:inline;
 font-size:11px;
}
#nav ul li a.link0 { /* Overige links */
 text-decoration: none;
 color: #999;
}
#nav ul li a.link1 { /* Actieve item */
 text-decoration: none;
 color: #fff;
}
#nav ul li a:hover, #nav ul li a:focus { /* HOVER */
 text-decoration: none;
 color: #fff;
}

#contentPics {
 position:relative;
 margin:0; padding:0;
 background:#eee;
}
.picTable {
 padding:20px 0 0 20px;
 border:none;
 background:#eee;
}
.picCell {
 height:auto;
 min-height:500px;
 vertical-align:bottom;
 padding: 0 20px 0 0;
 margin:0;
 border:none;
}
.infoTxt {
 height:95px;
 vertical-align:top;
 text-align:left;
 font-size:11px;
 color:#666;
 padding: 0 20px 0 0;
 margin:0;
 border:none;
}
.ecp_pic_border {
 border:none;
}

#contentText {
 position:relative;
 height:620px;
 background:#eee;
 margin:0; padding:0;
}
.textBox {
 padding:95px;
 line-height:175%;
 overflow:auto;
 color:#333;
 text-align:left;
}
.textBox p:first-letter {
}

.size_S  { font-size: 10px; font-weight: Normal; text-decoration: none; }
.size_N  { font-size: 12px; font-weight: Normal; text-decoration: none; }
.size_L  { font-size: 16px; font-weight: Normal; text-decoration: none; }
.size_XL { font-size: 16px; font-weight: Normal; text-decoration: none; }

.frm_txt {
 font-family:"Courier New", Courier, mono;
 font-size: 12px;
 font-weight:normal;
 color: #333;
 background-color:#ddd;
}
.frm_but {
 font-family:"Courier New", Courier, mono;
 font-size: 12px;
 font-weight:normal;
 background-color: #ccc;
 border: #eee outset 2px;
}

