@charset "utf-8";
#style {
}

@font-face {
    font-family: 'bebas_neueregular';
    src: url('font/bebasneue-webfont.eot');
    src: url('font/bebasneue-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/bebasneue-webfont.woff') format('woff'),
         url('font/bebasneue-webfont.ttf') format('truetype'),
         url('font/bebasneue-webfont.svg#bebas_neueregular') format('svg');
    font-weight: normal;
    font-style: lighter;

}

body {
	margin: 0 auto;
	padding: 0;
    background: #ffffff;
}

#background {
	width: 100%;
	position:absolute;
	z-index: -1;
	background-image: url(../images/bg-grijs.jpg);
	background-repeat: repeat-x;
	height:569px;
	*margin-left: -50%;
	*left: 50%;
}

#wrapper {
	width: 948px;
	height: auto;
	margin: 0 auto;
	padding: 0 21px;
	text-align: center;
}

#logo {
	width: 634px;
	height: 47px;
    font-family: 'arial_blackregular';
	color: #df0613;
	font-weight:bold;
	text-shadow: #000000 1px 1px 2px;
	text-align:left;
	font-size: 30pt;
	padding-top: 15px;
	padding-left: 16px;
	float: left;
}

#button {
	width: 296px;
	height: 67px;
	float: left;
}

#btn {
	width: 62px;
	height: 21px;
	float: right;
	background-image:url(../images/button.png);
	background-repeat:no-repeat;
	color:#fff;
	padding-right: 15px;
    font-family: 'bebas_neueregular';
	margin: 40px 0px;
	font-size: 14pt;
}

#btn a {
	color:#fff;
	text-decoration:none;
}

#btn a:hover {
color:#df0613;
}

#btn2 {
	width: 62px;
	height: 21px;
	float: right;
	background-image:url(../images/button.png);
	background-repeat:no-repeat;
	color:#fff;
	padding-right: 15px;
    font-family: 'bebas_neueregular';
	margin: 40px 0px;
	font-size: 14pt;
}

#btn2 a {
	color:#fff;
	text-decoration:none;
}

#btn2 a:hover {
color:#df0613;
}

#btn3 {
	width: 62px;
	height: 21px;
	float: right;
	background-image:url(../images/button.png);
	background-repeat:no-repeat;
	color:#fff;
	padding-right: 15px;
    font-family: 'bebas_neueregular';
	margin: 40px 0px;
	font-size: 14pt;
}

#btn3 a {
	color:#fff;
	text-decoration:none;
}

#btn3 a:hover {
color:#df0613;
}

/* ------------------------------ SIDEBAR ------------------------------------ */


#sidebar {
	width: 224px;
	float: left;
}

#adres {
	width: 224px;
	height: auto;
}

#tel {
	width: 206px;
	height: 50px;
    font-family: 'bebas_neueregular';
	text-shadow: #000000 1px 1px 2px;
	text-align:left;
	font-size: 25pt;
	color:#fff;
	line-height: 25pt;
	padding-left: 18px;
	padding-top: 20px;
}

#schaduw {
	width: 224px;
	height: 78px;
	background-image: url(../images/schaduw-contact.png);
	background-repeat: no-repeat;
}

#adresgegevens {
	width: 206px;
	height: 119px;
	font-family: arial;
	color: #ffffff;
	font-size: 10pt;
  	text-shadow: 1px 1px 1px #000000;	
	text-align:left;
	padding-left: 18px;
}

#adresgegevens a {
	color:#fff;
	text-decoration:none;
}

#adresgegevens a:hover {
color:#df0613;
}

#nav-slide {
	width: 224px;
	height: 44px;
}



#menu {
	width: 214px;
	height: 191px;
	margin-right: 10px;
	background-color: #333333;
}

#menu-head {
	width: 194px;
	height:auto;
	border-bottom: 1px #fff solid;
    font-family: 'bebas_neueregular';
	color:#fff;	
	text-align: left;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
        font-size: 14pt;
}

#nav_categories ul {
	width: 300px;
	height: auto;
	margin-right: 10px;
	background-color: #444444;
	padding-bottom: 10px;
	margin-left:2px;
}

/* ///////////////////////////////////////////////////////////////////////////////////////////////// */

#nav_categories ul li a {
background-image: url(../images/menu-hover2.png) ;

width:300px;
}

#nav_categories ul li a:hover {
background-image: url(../images/menu-hover3.png) ;

width:300px;
}

/* ///////////////////////////////////////////////////////////////////////////////////////////////// */

#main {
	width: 722px;
	height: auto;
	float: left;
}

/* Menu vertikaal */

.nav_categories, .nav_categories li ul{
list-style-type: none;
margin: 0;
padding: 0;
width: 214x; /*WIDTH OF MAIN MENU ITEMS*/
height: 48px;
}

.nav_categories a { outline: 0; }

.nav_categories li{
position: relative;
}

.nav_categories li a{
	background: url(../images/menu-hover.png) repeat-x bottom left;
	font:  12px arial;
	color: white;
	display: block;
	width: auto;
	padding-left: 20px;
	text-decoration: none;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 2px;
	height: 10px;
    text-align: left;
}


.nav_categories li ul{ /*SUB MENU STYLE*/
position: absolute;
width: 300px; /*WIDTH OF SUB MENU ITEMS*/
height: 5px;
left: 0;
top: 0px;
display: none;

}

.nav_categories li ul li{
float: left;
width: 300px;
}

.nav_categories li ul a{
width: 300px; /*WIDTH OF SUB MENU ITEMS - 10px padding-left for A elements */
height: 12px;
margin-left: 2px;

}

.nav_categories .arrowdiv{
position: absolute;
right: 2px;
}

.nav_categories li a:visited, .nav_categories li a:active{
color: white;
}

.nav_categories li a:hover{
background-image: url(../images/menu-hover1.png);
color:#df0613;
}



/* Holly Hack for IE \*/
* html .nav_categories li { float: left; height: 1%; }
* html .nav_categories li a { height: 1%; }
/* End */

#leveranciers-head {
	width: 194px;
	height:auto;
	border-bottom: 1px #fff solid;
    font-family: 'bebas_neueregular';
	color:#fff;	
	text-align: left;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0px 0 20px 0;
        font-size: 14pt;
}

#leveranciers {
	width: 214px;
	height: 100px;
	margin: 40px 0 0 0;
	padding: 0px 0 20px 0; 
	*margin-left: -10px;
	background-color: #666666;
}



/* ------------------------------ SIDEBAR ------------------------------------ */



#content {
	width: 722px;
	background-color: #fff;
	height: auto;
	min-height: 200px;
	background-image:url(../images/bg-content.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	float: left;
}

#title {
	width: 682px;
	height: 30px;
	margin: 40px 40px 20px 40px;
    font-family: 'bebas_neueregular';
    text-shadow: 1px 1px #fff, -0.2px -0.2px #fff;
	text-align:left;
	color:#646567;
}

#text {
	width:642px;
	height: auto;
	margin: 0px 40px;
	font-family: arial;
	font-size: 10pt;
	color: #646567;
	padding-bottom: 40px;
	text-align:justify;
}


#text a {
color:#646567;
text-decoration: none;
}


#text a:hover {
color:#df0613;
}

#footer-bar {
	width: 946px;
	height: 20px;
	border-top: 1px #9c9e9f solid;
	float:left;
	padding-bottom: 30px;
}

#gdesign {
	width: 254px;
	height: 20px;
	float: left;
	margin-left: 10px;
}

footer-menu {
	width: 622px;
	height: 20px;
	float: left;
}
#nav {
	float: left;
	margin: 0 0 3em 0;
	padding: 0;
	list-style: none;
	font-family: arial;
	font-size: 7pt;
	text-transform: uppercase;
}
#nav li {
	float: left; }
#nav li a {
	display: block;
	padding: 8px 5px;
	text-decoration: none;
	font-weight: bold;
	color: #b1b3b4;
}
#nav li a:hover {
	color: #333;
	background-color: #fff; }
	
	
	
	
/*
	Slideshow
*/

#container {
	width:990px;
	height: 345px;
	overflow: hidden;
	margin:0 auto;
	position:relative;
	z-index:0;

}

#example {
	width:601px;
	height:345px;
	position:relative;
	float: left;
}

#head-right {
	width: 390px;
	height: 345px;
	background-color: #ccc;
	float: left;
}

/* ///////////// SLIDE SHOW /////////// */

#slide {
	width: 722px;
	height: 252px;
	background: #fff;
	margin-top: 15px;
}	Slideshow


.slideshow { height: 242px; width: 712px; margin: 0 ; float: left; z-index:1; position: relative; }
.slideshow img { border: 5px #fff solid;  }

.slideshow-leveranciers { height: 40px; width: 180px; margin: 0 ; float: left; z-index:1; position: relative; margin-left:17px; }
.slideshow-leveranciers img { border: 0px;  }
