.formulier{
	clear:both;
	float:left;
	padding-top:10px;
	width:510px;
}

#formFout{
	clear:both;
	float:left;
	width:900px;
	color:#FF0000;
	font-size:13px;
	font-weight:bold;
	margin-bottom:10px;
}

.formNaam{
	clear:both;
	float:left;
	font-size:13px;
	color:#000000;
	width:150px;
	padding-top:2px;
	padding-bottom:5px;
}

.formInput{
	float:left;
	font-size:13px;
	color:#000000;
	width:350px;
	padding-bottom:5px;
}

INPUT.form{
	float:left;	
	width:342px;
	padding:3px;
	font-size:13px;
	border:1px solid #54A18D;
	font-family:Arial, Helvetica, sans-serif;
}

TEXTAREA.form{
	float:left;	
	width:342px;
	height:65px;
	padding:3px;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #54A18D;
}

.verstuur{
	clear:both;
	float:left;
	width:150px;
	height:25px;
	background-color:#54A18D;
	border:0px;
	color:#FFFFFF;
	margin-top:5px;
	cursor:pointer;
}

div.sc_menu {
  clear:both;
  position: relative;
  height:125px;
  width:644px;
  margin-bottom:20px;
  overflow: auto;
}
ul.sc_menu {
  display: block;
  height: 110px;
  width: 8250px;
  padding-right:150px;
  margin: 0;
  list-style: none;
}
.sc_menu li {
  display: block;
  float: left;
  padding: 0 4px;
}
.sc_menu a {
  display: block;
  text-decoration: none;
}
.sc_menu span {
  display: block;
  margin-top: 3px;
  text-align: center;
  font-size: 12px;
  color: #fff;
}

.sc_menu span {
  display: none;
  text-align: center;
  font-size: 12px;
  color: #ffffff;
  text-align:center;
  width:120px;
  margin-top:-52px;
}
.sc_menu a:hover span {
  display: block;


}
.sc_menu img {

  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.sc_menu a:hover img {
  filter:alpha(opacity=80);
  opacity: 0.8;
  background-color:#FF3B3D;
}
#slideshow {
    position:relative;

    height:350px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
	height:264px;
	width:368px;
}

IMG.alleen{
	height:264px;
	width:368px;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}

a.productLink:link,
a.productLink:visited,
a.productLink:hover,
a.productLink:visited:hover {
	text-decoration:none;
	font-size:13px;
	color:#000000;
	font-weight:bold;
}

a.leesmeer:link,
a.leesmeer:visited,
a.leesmeer:hover,
a.leesmeer:visited:hover {
	clear:both;
	float:left;
}

a.zoekLink:link,
a.zoekLink:visited{
	clear:both;
	float:left;
	text-decoration:none;
	font-size:13px;
	font-weight:bold;
	color:#FFFFFF;
	padding-left:5px;
	padding-right:5px;
	width:179px;
	padding-top:5px;
	padding-bottom:5px;
	border-bottom:1px dashed #FFFFFF;
}

a.zoekLink:hover,
a.zoekLink:visited:hover {
	color:#ED392B;
}