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

body {
	background: #fff;
	margin: 0;
	padding: 0;
}

@font-face { 
	font-family: Aller; 
	src: url('../fonts/Aller_Rg.ttf'); 
} 
@font-face { 
	font-family: Aller;
	src: url(../fonts/Aller_Rg.ttf); 
}
#header_wrapper {
	height: auto;
	width: 100%;
}
#header {
	height: auto;
	margin: 0 auto;
	position: relative;
	width: 1015px;
}

#logo {
	background: url(../img/logo.png) no-repeat;
	box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.26);
	height: 90px;
	left: 365px;
	position: absolute;
	top: 0;
	width: 185px;
}

/* NAVIGATION */

#nav {
	background: url(../img/nav_bg.jpg) repeat-x;
	border-radius: 0 0 4px 4px;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.33);
	height: 37px;
	margin: 0 50px;
	overflow: visible;
	position: absolute;
	top: 0;
	width: 915px;
	z-index: 20;
}

.nav_left, .nav_right {
	float: left;
	height: auto;
	width: auto;
}
.nav_left 	{ margin: 0 190px 0 0;}

#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav ul li {
	border-top: 4px solid transparent;
	float: left;
	height: 14px;
	width: auto;
}
#nav ul li:hover {
	border-top: 4px solid #f6eae9;
	cursor: pointer;
}
#nav .nav_left ul li {
	padding: 7px 19px;
}
#nav .nav_right ul li {
	padding: 7px 17px;
}

/* Slides */

#slideholder {
	border-radius: 0 0 10px 10px;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.19);
	height: 300px;
	overflow: hidden;
	width: 1015px;
}

.slider {
	display: block;
}

/* SIDE MENU */

#menu {
	height: 43px;
	width: 1015px;
}
#side_menu {
	background: url(../img/menu_bg.jpg) repeat-y;
	border: 1px solid #c2c2c3;
	border-top: none;
	border-radius: 0 0 4px 4px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
	float: left;
	margin: 0 0 0 34px;
	padding: 17px 22px;
	height: auto;
	min-height: 350px;
	width: 141px;
}
#zakelijk,#particulier,#evenementen { }
#zakelijk ul,#particulier ul,#evenementen ul {
	color: #000;	
}
#zakelijk li,#particulier li,#evenementen li {
	color: #000;
}
.pagename {
	color: #8c8c8c;
	font-family: Aller, "Myriad Pro", Arial;
	font-size: 24px;
	float: right;
	height: 43px;
	line-height: 43px;
	padding: 0 10px 0 0;
	width: auto;
	min-width: 600px;
	text-align: right;
}

#side_menu ul { margin: 0; }
#side_menu ul li { margin: 0 0 0 -15px; }

.menu_hr {
	background: #c2c2c3;
	border: none;
	height: 1px;
	width: 141px;
}

a.menulink:link,a.menulink:visited,a.menulink:hover {
	color: #000;
	font-family: "Myriad Pro", Arial;
	font-size: 18px;
	line-height: 32px;
	text-decoration: none;
}

a.sublink:link,a.sublink:visited,a.sublink:hover {
	color: #000;
	font-family: "Myriad Pro", Arial;
	font-size: 13px;
	line-height: 22px;
	text-decoration: none;
}

/* CONTENT */

h1 {
	color: #fff;
	font-family: Aller, "Myriad Pro", Arial;
	font-size: 20px;
	font-weight: normal;
}

p {
	color: #fff;
	font-family: Aller, "Myriad Pro", Arial;
	font-size: 12px;
	line-height: 18px;
}
ul{
	color: #000;
	font-family: Aller, "Myriad Pro", Arial;
	font-size: 12px;
	line-height: 18px;
}
li{
	color: #fff;
	font-family: Aller, "Myriad Pro", Arial;
	font-size: 12px;
	line-height: 18px;
}
a:link, a:visited {
	color: #fff;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	text-decoration: underline;
}
a:hover, a:active {
	color: #fff;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	text-decoration: none;
}
#content_wrapper {	
	background: #a6211f url(../img/content_gradient.png) bottom right no-repeat;
	height: auto;
	overflow: visible;
	min-width: 1015px;	

}

#content_area {
	color: #fff;
	height: auto;
	margin: 0 auto;
	width: 1015px;
}

.content, photo_area, .prod_area {	
	height: auto;
	padding: 12px 0 0 241px;
	width: 774px;
	padding-right: 100px;
}
#nieuws {
	float: right;
	bottom: 10px;
	width: 175px;
	position: relative;
	color: #fff;
	font-family: Aller, "Myriad Pro", Arial;
	font-size: 12px;
	line-height: 18px;
}
.photo {
	float: right;
	text-align: right;
	height: 131px;
	margin: 0 0 0 22px;
	width: 175px;
}
.photo a {
	font-family: Aller, "Myriad Pro", Arial;
	font-size: 12px;
	line-height: 18px;
	color: #a6211f;
}

/* FOOTER */

#footer {
	background: url(../img/footer_bg.jpg) top repeat-x;
	border-radius: 10px 10px 0 0;
	height: auto;
	margin: 75px 0 0 0;
	min-height: 170px;
	padding: 0 58px;
	position: relative;
	width: 899px;
}

#vos_logo {
	background: url(../img/vos.png) no-repeat;
	height: 51px;
	left: 58px;
	top: -51px;
	position: absolute;
	width: 130px;
}
h2 {
	color: #ffffff;
	font-family: Aller, "Myriad Pro", Arial;
	font-size: 14px;
	font-weight: normal;
	line-height: 22px;
	margin: 0 0 5px 0; 
	border-bottom: 1px solid white;
}
h3 {
	border-bottom: 1px solid #000;
	color: #bc1e1d;
	font-family: Aller, "Myriad Pro", Arial;
	font-size: 18px;
	font-weight: normal;
	line-height: 22px;
	margin: 0 0 18px 0;
}

h4 {
	color: #484848;
	font-family: Aller, "Myriad Pro", Arial;
	font-size: 12px;
	line-height: 22px;
	margin: 0;
}

#footer p {
	color: #484848;
	font-family: Aller, "Myriad Pro", Arial;
	font-size: 12px;
	line-height: 22px;
	margin: 0;
}

.footer_block {
	float: left;
	height: auto;
	margin: 0 30px 0 0;
	padding: 15px 0 0 0;
	width: auto;
}

.item_wrapper {
	border-bottom: 1px solid #c2c2c3;
	height: auto;
	width: 240px;
}

.footer_nieuws_data {
	float: left;
	height: auto;
	width: 65px;
}

.footer_nieuws_titel, .footer_formule, .footer_contact {
	float: left;
	height: auto;
	width: 175px;
}
.footer_formule { width: 486px; }
.footer_contact { width: 113px; }

a.footerlink:link {
	color: #000;
	font-family: Aller, "Myriad Pro", Arial;
	font-size: 12px;
	line-height: 30px;
	text-decoration: none;
}

a.footerlink:visited 	{ color: #bc1e1d; }
a.footerlink:hover 		{ color: #000; }


/* LIGHTBOX */

#lb_overlay {
	background: rgba(255, 255, 255, 0.8);
	display: block;
	height: 100%;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 101;
}

#lb_area {
	background: #a6211f;
	border: 1px solid #600000;
	border-radius: 10px;
	height: 585px;
	margin: 10px auto;
	padding: 4px;
	position: relative;
	width: 802px;
}

#lb_image {
	background: #fff;
	//border: 1px solid #c2c2c3;
	/*border-radius: 8px;*/
	height: 540px;
	width: 800px;
}

#lb_image img {
	display: block;
	height: 540px;
	width: 800px;
}

.lb_product {
	height: 30px;
	padding: 0 0 0 20px;
	position: relative;
	width: 780px;
}

.lb_prijs {
	background: url(../img/prijslabel.png) no-repeat;
	width: 123px;
	height: 67px;
	padding: 25px 0 0 0;
	position: absolute;
	right: 15px;
	text-align: center;
	top: -28px;
}

h5 {
	color: #bc1e1d;
	font-family: Aller, "Myriad Pro", Arial;
	font-size: 18px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

.prev {
	background: url(../img/prev.png) no-repeat;
	cursor: pointer;
	height: 60px;
	left: -51px;
	opacity: 0.5;
	position: absolute;
	top: 150px;
	width: 50px;
}

.next {
	background: url(../img/next.png) no-repeat;
	cursor: pointer;
	height: 60px;
	opacity: 0.5;
	position: absolute;
	right: -51px;
	top: 150px;
	width: 50px;
}


.prev:hover, .next:hover {
	opacity: 1;
}


/* PRODUCT BLOCKS */

.prod_blocks {
	background: url(../img/prod_bg.jpg) repeat-x;
	border: 1px solid #adadaf;
	border-radius: 8px;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.33);
	float: left;
	height: 150px;
	margin: 0 0 22px 0;
	padding: 10px;
	width: 354px;
}

.prod_thumb {
	box-shadow: 0 0 1px #555;
	cursor: pointer;
	float: left;
	height: 150px;
	width: 200px;
        background-color: white;
        text-align: center;
        vertical-align: middle;
}

.prod_left {
	margin: 0 22px 22px 0;
}

.prod_info {
	float: left;
	color: #000;
	font-family: "Myriad Pro", Arial;
	font-size: 16px;
	height: 150px;
	margin: 0 0 0 22px;
	position: relative;
	width: 120px;
}

.prod_prijs {
	bottom: 0;
	height: 45px;
	position: absolute;
	text-align: right;
	width: 120px;
}

.prod_prijs p {
	color: #bc1e1d;
	font-family: "Myriad Pro", Arial;
	font-size: 18px;
}



