@charset "utf-8";
/* CSS Document */

body  {
	/*background:url(../afbeeldingen/background.png) no-repeat scroll;*/
	background-color:rgb(50,32,88);
}

.slider-wrapper {
	margin-top:35px;
}

#social_media_bar {
	z-index:4000;
	margin-top:50px;
	border:solid 1px white;
	border-left:none;
	border-radius: 5px;
	position:fixed;
	width:40px;
	background-color:#CCC;
}

.product {
	position: relative;
	float: left;
	margin: 10px 10px 10px 0;
	padding: 10px;
	background-color:white;
	border: 1px solid #cfcfcf;
	-webkit-box-shadow: 0px 1px 0px 0px #fff;
	-moz-box-shadow: 0px 1px 0px 0px #fff;
	box-shadow: 0px 1px 0px 0px #fff;
	color:rgb(50,32,88);
	font-weight:bold;
}

.categories {
	left: 0;
	right: 0;
	width: 150px;
	padding-bottom: 20px;
	padding-right: 20px;
}

.header {
	width:150px;
	padding-bottom: 20px;
	background: url('../afbeeldingen/category.png') no-repeat;
	height: 35px;
	line-height: 30px;
	padding: 0 0 0 10px;
	margin: 0;
	color: #333;
}

#list {
	padding: 0 0 0 10px;
}

#list:hover {
	background:#fff19c;
}

.content{
	margin-left:auto;
	margin-right:auto;
	background-color:white;
	width:850px;
	z-index:0;
}


.producten {
	padding-top:10px;
	padding-bottom:50px;
}

#categorymenu li {
  float: left;
  padding: 0px;
}

#categorymenu ul {
  background: #333333;
  height: 35px;
  list-style: none;
  margin: 0;
  padding: 0;
}

#image_wrapper{
	margin-left:10px;
	margin-top:50px;
	padding-bottom: 10px;
}

#menu_and_products_wrapper #cssmenu{
	margin-left: -20px;
	position:static;
	min-width:0;
	width:900px;
	font-size: 12px;
	font-weight: bold;
	background-color: transparent;
	padding-top: 20px;
	
}

#menu_and_products_wrapper #cssmenu li a{
	padding: 0px 8px;
}

.button {
   background: #333333;
   padding: 6px 12px;
   border-radius: 8px;
   color: white;
   text-decoration: none;
}
   
.button:hover {
   border-top-color: #322058;
   background: #322058;
   color: #cccccc;
}

.button:active {
   border-top-color: #333333;
   background: #333333;
}

#cssmenu {
	border: none;
	margin: 0px;
	padding: 0px;
	font: 67.5% 'Lucida Sans Unicode', 'Bitstream Vera Sans', 'Trebuchet Unicode MS', 'Lucida Grande', Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	position:absolute; /* fixed */
	
	width: 100%;
	white-space: nowrap;
	min-width:1200px;
	z-index:10000;
	background-color: rgb(51, 51, 51);
}

#cssmenu a.active {
	background-color: rgb(50,32,88);
}

#cssmenu ul {
	/*background: #333333;*/
	height: 35px;
	list-style: none;
	margin: 0;
	padding: 0;
}

#cssmenu li {
  float: left;
  padding: 0px;
}

#cssmenu li a {
  background: #333333 url('../images/seperator.gif') bottom right no-repeat;
  display: block;
  font-weight: normal;
  line-height: 35px;
  margin: 0px;
  padding: 0px 25px;
  text-align: center;
  text-decoration: none;
}

#cssmenu > ul > li > a {
  color: #cccccc;
}
#cssmenu ul ul a {
  color: #cccccc;
}
#cssmenu li > a:hover,
#cssmenu ul li:hover > a {
  background: #322058 url('../images/hover.png') bottom center no-repeat;
  color: #FFFFFF;
  text-decoration: none;
}

#cssmenu li ul {
  background: #333333;
  display: none;
  height: auto;
  padding: 0px;
  margin: 0px;
  border: 0px;
  position:absolute;
  width: 225px;
  z-index: 200;
  /*top:1em;
	/*left:0;*/
}

#cssmenu li:hover ul {
  display: block;
}
#cssmenu li li {
  background: url('../images/sub_sep.gif') bottom left no-repeat;
  display: block;
  float: none;
  margin: 0px;
  padding: 0px;
  width: 225px;
}
#cssmenu li:hover li a {
  background: none;
}
#cssmenu li ul a {
  display: block;
  height: 35px;
  font-size: 12px;
  font-style: normal;
  margin: 0px;
  padding: 0px 10px 0px 15px;
  text-align: left;
}
#cssmenu li ul a:hover,
#cssmenu li ul li:hover > a {
  background: #322058 url('../images/hover_sub.png') center left no-repeat;
  border: 0px;
  color: #ffffff;
  text-decoration: none;
}
#cssmenu p {
  clear: left;
}

.imgcontainerholder {
	width:100px;
	height:100px;
}

.imgcontainer {
    max-width: 100%;
    max-height: 100%;
}