.shadow-below {
  border-collapse:separate;
  -moz-box-shadow: 0px 6px 16px #000000; /* Firefox/Mozilla */  
  -webkit-box-shadow: 0px 6px 16px #000000; /*Safari/Chrome */  
  box-shadow: 0px 6px 16px #000000; /* Opera & hoe het zou moeten */  
  /* Voor IE 8 */  
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=180, Color=#000000)";  
  /* Voor IE 5.5 - 7 */  
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=180, Color='#000000')  
}
.shadow-downright {
  border-collapse:separate;
  -moz-box-shadow: 4px 4px 12px #666669; /* Firefox/Mozilla */  
  -webkit-box-shadow: 4px 4px 12px #666669; /*Safari/Chrome */  
  box-shadow: 4px 4px 12px #666669; /* Opera & hoe het zou moeten */  
  /* Voor IE 8 */  
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color=#666669)";  
  /* Voor IE 5.5 - 7 */  
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#666669')  
}

.fileContainer {
    overflow: hidden;
    position: relative;
    background: lightgrey;
    border:1px solid grey;
    padding: .1em;
    cursor: pointer;
}
.fileContainer [type=file] {
    cursor: inherit;
    display: block;
    font-size: 1px;
    filter: alpha(opacity=0);
    min-height: 100%;
    min-width: 100%;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
}

.wspbdy {margin:0px 0px 0px 0px;}
a.link1 {text-decoration: none;}
a.link1:hover {text-decoration: underline;}
a.link2 {text-decoration: none;color:#000000;}
a.link2:hover {color:#202020;}
a.KopLink1 {text-decoration: none;font-family:Arial;color:#C0C0C0;font-size:9pt;}
a.KopLink1:hover {color:#FFFFFF;}
a.KopLink2 {text-decoration: none;font-family:Arial;color:#C0C0C0;font-size:14pt;}
a.KopLink2:hover {color:#FFFFFF;}
a.product {text-decoration: none;font-family:Arial;color:#000000;font-size:12pt;}
a.product:hover {color:#FF0000;}
a.LinkH {font-weight:bold;text-decoration: none;font-family:Arial;color:#000000;font-size:13pt;}
a.merkH {font-weight:bold;text-decoration: none;font-family:Arial;color:#CC3300;font-size:13pt;}
a.LinkH:hover {color:#FF0000;}
a.LinkS {text-decoration: none;font-family:Arial;color:#000000;font-size:10pt;}
a.LinkS:hover {color:#FF0000;}
a.merk {text-decoration: none;font-family:Arial;color:#CC3300;font-size:10pt;font-weight:bold;}
a.merk:hover {color:#FF0000;}
a.schuin {text-decoration: none;font-family:Times New Roman;color:#404040;font-size:12pt;font-weight:bold;}
a.schuin:hover {color:#FF0000;}
a.MenuPagina {text-decoration: none;font-family:Arial;color:#000000;font-size:16pt;font-weight:bold;}
a.MenuPagina:hover {color:#FF0000;}
a.info{position:relative;text-decoration:none;}
a.info span{display: none;z-index:24;}
a.info:hover{z-index:25;}
a.info:hover span{
	z-index:24;
	display:block;
	position:absolute;
	border-style:solid;border-width:1px;border-color: #8000000;
	background-color:#ffffcc; color:#000;
	text-align: left;
	padding: 8px;
	font-family:Arial;
	font-size: 10pt;
	top: 5em; right: 6em; width: 225px;}
a.scinfo{position:relative;text-decoration:none;}
a.scinfo span{display: none;z-index:24;}
a.scinfo:hover{z-index:25;}
a.scinfo:hover span{
  border-collapse:separate;
  -moz-box-shadow: 4px 4px 12px #666669; /* Firefox/Mozilla */  
  -webkit-box-shadow: 4px 4px 12px #666669; /*Safari/Chrome */  
  box-shadow: 4px 4px 12px #666669; /* Opera & hoe het zou moeten */  
  /* Voor IE 8 */  
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color=#666669)";  
  /* Voor IE 5.5 - 7 */  
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#666669')  

	z-index:24;
	display:block;
	position:absolute;
	border-style:solid;border-width:0px;
	background-color:#F2F2F9; color:#000;
	text-align: left;
	padding: 12px;
	font-family:Arial;
	font-size: 10pt;
	width: 201px;}
a.netbinnen span{
	display:block;
	position:relative;
	bottom:1em; left: 2em;}
.butwis {
	width: 88px;
	height: 30px;
	border: 0px;
	background-image:url('images/butwis.png');
	cursor:pointer;}
.butsend {
	width: 88px;
	height: 30px;
	border: 0px;
	background-image:url('images/butsend.png');
	cursor:pointer;}
.selkeuze{width: 480px;}