body
{
	margin:0px;
	padding:0px;
	text-align:center;
  	font-family: "myriad-pro",sans-serif;
  	font-size:13px;
	font-style:normal;
}

iframe {
	border: none;
}

.hide {
	display:block;
}


/*----------- Standaard opmaak --------*/
.txt
{
	margin-top:30px;
}

.btn_contact
{
	color:#000000;
	background-color:#eee528;
	background-image:url(../images/btn-aanmelden.png);
	background-repeat:no-repeat;
	background-position:95%;
	display:inline-block;
	height:20px;
	width:100%;
	padding:8px 5px 10px 20px;
	font-weight:bold;
	margin-top:5px;
}

input:focus { outline: none; }

.btn_contact_grey
{
	color:#fff;
	background-color:#A1A1A1;
	background-image:url(../images/btn-aanmelden_grey.png);
	background-repeat:no-repeat;
	background-position:95%;
	display:inline-block;
	height:20px;
	width:275px;
	padding:8px 5px 5px 20px;
	font-weight:bold;
	border:0px;
}


/*  */

#preview{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
	}

/*  */


#cookie
{
	position:fixed;
	bottom:20px;
	left:20px;
	width:200px;
	background-color:#fff;
	border:solid 1px #D3D3D3;
	padding:30px;
	text-align:left;
	color:#8F8F8F;
	font-size:10px;
	z-index:100;
}

#invoice td
{
	font-size:14px;
	padding:5px;
	color:#353535;
}

#invoice th
{
	font-size:14px;
	padding:5px;
}

.dash
{
	margin:0px;
	padding:0px;
}

.dash li
{
	list-style:none;
	display:inline-block;
	width:200px;
	text-align:center;
}

.dash a
{
	color:#000000;
}


td
{
	  	font-size:12px;
}

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

a:hover, b.scan:hover
{
	text-decoration:none;
	color:#777;
}


.circle {
	border-radius: 50%;
	width: 20px;
	height: 19px;
	background-color:#C00;
	color:#fff;
	text-align:center;
	vertical-align:middle;
	font-weight:bold;
	padding-top:1px;
	position:relative;
	top:-40px;
	left:285px;
	/* width and height can be anything, as long as they're equal */
}

.red
{
	color:#C00;
}

.green
{
	color:#0C0;
}

h1, h2, b.themetitle, h1 a, h2 a
{
	font-size:20px;
	color:#171717;
	font-weight:normal;
	text-transform:uppercase;
}

h1.news, h2.news
{
	position:relative;
	top:-5px;
}

#accordion h3
{
	background-color:#c5c5c5;
	color:#fff;
	padding:5px;
	cursor:pointer;
}
img
{
	border:0px;
}

img.txtIMG
{
	position:relative;
	top:3px;
}

img.grey {
    filter: url(filters.svg#grayscale); /* Firefox 3.5+ */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
}

img.grey:hover {
    filter: none;
    -webkit-filter: grayscale(0);
}

.btn {
	display:block;
	text-align:center;
	padding:5px;
	border: 1px solid;
	height:20px;
	width:250px;
	background-color:#535353;
	text-transform:uppercase;
	color:#fff;
	font-size:16px;
}

/*----------- Div's opmaak --------*/

#header
{
	width:100%;
	height:130px;
	background-image:url(../images/bg-top.jpg);
}

.menu
{
	width:580px;
	text-align:left;
	margin:0px auto;
	position:relative;
	top:-30px;
	left:0px;
	z-index:1000;
}
.menu ul
{
	margin:0px;
	padding:0px;
}

.menu ul li
{
	display:inline;
	list-style:none;
	padding:0px 5px 0px 5px;
}

.menu ul li:first-child
{
	display:inline;
	list-style:none;
	padding:0px 2px 0px 2px;
	border-left:0px solid #b8b8b8;
}

.menu ul li a
{
	text-decoration:none;
	color:#b8b8b8;
	text-transform:uppercase;
	font-weight:200;
	font-size:12px;
}

.menu ul li a.highlight
{
	text-decoration:none;
	color:#eee528;
	text-transform:uppercase;
	font-weight:200;
	font-size:12px;
}

.menu ul li a.active, 
.menu ul li a:hover
{
	text-decoration:none;
	color:#eee528;
	text-transform:uppercase;
	font-weight:200;
	font-size:12px;
}

.menusmrtphone {
	display:none;
}

.social
{
	width:980px;
	text-align:right;
	margin:0px auto;

	position:relative;
	top:-100px;
	left:-10px;
}

.social > a.sociallink {
	margin-right: 10px;
}

.login
{
	color:#eee528;
	position:relative;
	top:-75px;
	z-index:100;
}

.menusep {
	margin-left: 5px;
	margin-right: 5px;
}

.zoeken
{
	position:relative;
	top:-65px;
	left:15px;
}

.zoeken input
{
	background-color:#252525;
	border:0px;
	padding-left:10px;
	color:#b8b8b8;
	height:20px;
}

.breadcrumbs
{
	width:980px;
	text-align:left;
	margin:0px auto;
	color:#4d4d4d;
	position:relative;
	top:-10px;
	left:0px;
	font-size:10px;
	text-transform:uppercase;
	z-index:1000;
}

.breadcrumbs a
{	
	color:#4d4d4d;
}

.content
{
	width:980px;
	text-align:left;
	margin:0px auto;
	border-bottom:1px solid #c5c5c5;
	padding-bottom:10px;
	padding-top:5px;
}

#banner
{
	width:100%;
	overflow:hidden;
	z-index:1
}

.slideshow {
	max-height: 600px;
}

.bannerimg {
	width: 100%;
}

#bannerbar
{
	width:980px;
	text-align:left;
	margin:0px auto;
	height:30px;
	background-color:#252525;
	position:relative;
	top:-20px;
	z-index:10;
}

#bannerbar ul
{
	margin:0px;
	margin-left:20px;
	padding:0px;
	font-size:14px;
}

#bannerbar ul li
{
	display:inline;
	list-style:none;
	color:#b7b7b7;
	padding:10px 20px 4px 20px;
	position:relative;
	top:5px;
	cursor:pointer;
}

#bannerbar ul li.active
{
	display:inline;
	list-style:none;
	color:#b7b7b7;
	padding:10px 20px 4px 20px;
	position:relative;
	top:5px;
	cursor:pointer;
	background-image:url(../images/btn-activebanner.jpg);
	background-repeat:no-repeat;
	background-position:0px 13px;
}

#page
{
	width:980px;
	text-align:left;
	margin:0px auto;
	position:relative;
	min-height:800px;
	margin-bottom: 175px;
}

.pagebanner
{
	position: relative;
	width: 100%;
	margin-top: 10px;
}

.subbanner
{
	position: relative;
	width: 619px;
	margin-top: 10px;
}

.subbannerlink {
	position: absolute;
	bottom: 10px;
	font-size: 18px;
}

.subimage_primary {
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
	display: block;
}

.subimage {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	display: none;
}

.text
{
	width:576px;
	height:45px;
	position:absolute;
	bottom:0px;
	left:15px;
	color:#e7e8eb;
	text-transform:uppercase;
	font-size:16px;
}

.subbanner h2
{
	color:#eee528;
	font-size:20px;
	font-weight:200;
	line-height:25px;
}

.overlay
{
	height:60px;
	width:618px;
	position:absolute;
	bottom:0px;
	left:0px;
	background-color:#000000;
	opacity:0.7;
	-moz-opacity:0.7; 
	-webkit-opacity:0.7;
	filter: alpha(opacity=70); 
}

.title
{
	position:relative;
	top:-15px;
	background-color:#fff;
	display: inline-block;
	padding:0px 10px 0px 10px;
}

.greybar
{
	background-color:#DCDCDC;
	position:relative;
	width:100%;
	height:1px;
}

.greybar2
{
	background-color:#DCDCDC;
	position:relative;
	width:100%;
	height:1px;
	top:15px;
}

.top
{
	width:600px;
	text-align:center;
}


.top_width
{
	width:980px;
	text-align:center;
}

#right
{
	float:right;
	width:300px;
	min-height:100px;
}


input[type="text"], input[type="password"], input.pass
{
	width:290px;
	height:30px;
	border:1px solid #333;
	background-color:#fff;
	color:#323232;
	padding-left:10px;
	font-family: "myriad-pro",sans-serif;
  	font-size:11px;
}

input[type=checkbox] {
	visibility: hidden;
}


.checkboxOne
{
	width:20px;
	height: 20px;
	background: #fff;
	border:1px solid #333;
	position: relative;
	
}

.checkboxOne label.checkbox
{
	position:relative;
	left:3px;
	top:-12px;
	color:#fff;
	font-size:18px;
}	

.checkboxOne input[type=checkbox]:checked + label{
	color:#0073DF;
}


select
{
	width:303px;
	height:30px;
	color:none;
	border:1px solid #333;
	background-color:#fff;
	color:#323232;
	padding-left:10px;
	padding-top:5px;
	font-family: "myriad-pro",sans-serif;
  	font-size:11px;
}

.tweets label.error
{
	margin-left:145px;
	margin-top:-30px;
	font-size:9px;
	color:#F90004;
	width:200px;
	position:absolute;

}

label.error
{
	margin-left:-95px;
	margin-top:5px;
	font-size:9px;
	color:#F90004;
	width:200px;
	position:absolute;
}


label.voorwaarden, label.producten
{
	margin-left:-10px;
	margin-top:25px;
}

input.valid
{
	background-color:#DDFCD1;
}

input.error
{
	background-color:#FFBBBC;
	
}

.form td
{
	padding:5px;
}

textarea
{
	width:300px;
	height:30px;
	color:none;
	border:1px solid #9a9a9a;
	color:#323232;
	padding-left:10px;
	padding-top:10px;
	font-family: "myriad-pro",sans-serif;
  	font-size:11px;
}

.instagram_container {
	margin-top: 20px;
	
	border:1px solid #e0e0e0;
	border-collapse: inset;
}

.tweets
{
	position:relative;
	width:258px;
	border:1px solid #e0e0e0;
	margin-top:20px;
	padding:20px 20px;
	color:#828282;
}

.tweets h2
{
	color:#323232;
	font-size:14px;
}

.verder
{
	position:absolute; 
	bottom:2px; 
	right:0px; 
	text-align:right;
}
.art
{
	width:600px;
	margin-top:20px;
}

.art_width
{
	width:980px;
	margin-top:20px;
}

.downloadTitle
{
	width:970px;
	height:25px;
	padding:5px;
	background-color:#a1a1a1;
	color:#fff;
	font-size:20px;
	text-transform:uppercase;
}

ul.downloads
{
	padding:0px;
	margin:0px;
}

ul.downloads li
{
	list-style:none;
	display:inline-block;
	position:relative;
}

ul.downloads li input
{
	width:20px; 
	position:absolute;
	right:5px;
	bottom:10px;
}


input.download
{
	visibility:visible;
}

.footer a
{
	color:#fff;
}

.footer h4 {
	color:#fff;
	margin-bottom: 10px;
}

.footer
{
	display:block;
	width:100%;
	height:155px;
	background-color:#292929;
	position:relative;
}

.footer td
{
	padding-right:50px;
	color:#959595;	
	vertical-align:top;
}

.footercnt
{
	color:#959595;
	width:980px;
	margin:0px auto;
	text-align:left;
	padding-top:20px;
}


@media screen and (max-width: 992px) {

	body
	{
		margin:0px;
		padding:0px;
		text-align:center;
		font-family: "myriad-pro",sans-serif;
		font-size:12px;
		font-style:normal;
	}


	/*----------- Standaard opmaak --------*/

	/*  */

	#preview {
		position:absolute;
		border:1px solid #ccc;
		background:#333;
		padding:5px;
		display:none;
		color:#fff;
		}

	/*  */


	#cookie
	{
		position:fixed;
		bottom:20px;
		left:20px;
		width:200px;
		background-color:#fff;
		border:solid 1px #D3D3D3;
		padding:30px;
		text-align:left;
		color:#8F8F8F;
		font-size:10px;
		z-index:100;
	}

	#invoice td
	{
		font-size:14px;
		padding:5px;
		color:#353535;
	}

	#invoice th
	{
		font-size:14px;
		padding:5px;
	}

	.dash
	{
		margin:0px;
		padding:0px;
	}

	.dash li
	{
		list-style:none;
		display:inline-block;
		width:200px;
		text-align:center;
	}

	.dash a
	{
		color:#000000;
	}


	td
	{
			font-size:12px;
	}

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

	a:hover, b.scan:hover
	{
		text-decoration:none;
		color:#777;
	}


	.circle {
		border-radius: 50%;
		width: 20px;
		height: 19px;
		background-color:#C00;
		color:#fff;
		text-align:center;
		vertical-align:middle;
		font-weight:bold;
		padding-top:1px;
		position:relative;
		top:-35px;
		left:245px;
		/* width and height can be anything, as long as they're equal */
	}

	.red
	{
		color:#C00;
	}

	.green
	{
		color:#0C0;
	}

	h1, h2, b.themetitle, h1 a, h2 a
	{
		font-size:20px;
		color:#171717;
		font-weight:normal;
		text-transform:uppercase;
	}

	h1.news, h2.news
	{
		position:relative;
		top:-5px;
	}

	#accordion h3
	{
		background-color:#c5c5c5;
		color:#fff;
		padding:5px;
		cursor:pointer;
	}
	img
	{
		border:0px;
	}

	img.txtIMG
	{
		position:relative;
		top:3px;
	}

	img.grey {
		filter: url(filters.svg#grayscale); /* Firefox 3.5+ */
		filter: gray; /* IE6-9 */
		-webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
	}

	img.grey:hover {
		filter: none;
		-webkit-filter: grayscale(0);
	}

	.btn {
		display:block;
		text-align:center;
		padding:5px;
		border: 1px solid;
		height:20px;
		width:250px;
		background-color:#535353;
		text-transform:uppercase;
		color:#fff;
		font-size:16px;
	}

	/*----------- Div's opmaak --------*/

	#header
	{
		width:100%;
		height:130px;
		background-image:url(../images/bg-top.jpg);
	}

	.menu
	{
		width:680px;
		text-align:left;
		margin:0px auto;
		display:none;
		position:relative;
		top:-30px;
		left:10px;
		z-index:1000;
	}

	.menusmrtphone
	{
		display:block;
		width:100%;
		height:30px;
		text-align:left;
		position:relative;
		top:5px;
		left:10px;
		z-index:1000;
	}

	.menusmrtphone .menulist
	{
		width:100%;
		background-color:#000000;
		position:relative;
		top:10px;
		left:-10px;
		display:none;
	}

	.menusmrtphone ul
	{
		margin:0px;
		padding:0px;
		width:97%;
	}

	.menusmrtphone ul li
	{
		list-style:none;
		padding:10px 10px 10px 10px;
		border-bottom:#424242 1px solid;
		width:100%;	
	}



	.menusmrtphone ul li a
	{
		text-decoration:none;
		color:#b8b8b8;
		text-transform:uppercase;
		font-weight:200;
		font-size:18px;
		width:100%;
	}

	.menusmrtphone ul li a.highlight
	{
		text-decoration:none;
		color:#eee528;
		text-transform:uppercase;
		font-size:18px;
		width:100%;
	}

	.menusmrtphone ul li a.active, 
	.menusmrtphone ul li a:hover
	{
		text-decoration:none;
		color:#eee528;
		text-transform:uppercase;
	}

	.menu ul
	{
		display:block;
		margin:0px;
		padding:0px;
	}

	.menu ul li
	{
		display:none;
		list-style:none;
		padding:0px 10px 0px 10px;
	}

	.menu ul li a
	{
		text-decoration:none;
		color:#b8b8b8;
		text-transform:uppercase;
		font-weight:200;
		font-size:12px;
	}

	.menu ul li a.active, 
	.menu ul li a:hover
	{
		text-decoration:none;
		color:#eee528;
		text-transform:uppercase;
		font-weight:200;
		font-size:12px;
	}

	.hide {
		display:none;
	}

	.social
	{
		width:100%;
		text-align:left;
		margin:0px auto;
	}

	.social > a.sociallink {
		margin-right: 10px;
	}

	.login
	{
		color:#eee528;
		position:relative;
		top:-60px;
		right:10px;
		text-align:right;
		z-index:100;
	}

	.zoeken
	{
		position:relative;
		top:-65px;
		left:15px;
	}

	.zoeken input
	{
		background-color:#252525;
		border:0px;
		padding-left:10px;
		color:#b8b8b8;
		height:20px;
	}

	.breadcrumbs
	{
		width:100%;
		text-align:left;
		margin:0px auto;
		color:#4d4d4d;
		position:relative;
		top:5px;
		left:0px;
		font-size:10px;
		text-transform:uppercase;
		z-index:900;
	}

	.breadcrumbs a
	{	
		color:#4d4d4d;
	}

	.content
	{
		width:100%;
		text-align:left;
		margin:0px auto;
		border-bottom:1px solid #c5c5c5;
		padding-bottom:10px;
		padding-top:5px;
	}

	#banner
	{
		width:100%;
		overflow:hidden;
		z-index:1
	}

	.slideshow {
		max-height: 600px;
	}

	.bannerimg {
		width: 100%;
		cursor: pointer;
	}

	#bannerbar
	{
		width:100%;
		text-align:left;
		margin:0px auto;
		height:30px;
		background-color:#252525;
		position:relative;
		top:-20px;
		z-index:10;
	}

	#bannerbar ul
	{
		margin:0px;
		margin-left:20px;
		padding:0px;
		font-size:14px;
	}

	#bannerbar ul li
	{
		display:inline;
		list-style:none;
		color:#b7b7b7;
		padding:10px 20px 4px 20px;
		position:relative;
		top:5px;
		cursor:pointer;
	}

	#bannerbar ul li.active
	{
		display:inline;
		list-style:none;
		color:#b7b7b7;
		padding:10px 20px 4px 20px;
		position:relative;
		top:5px;
		cursor:pointer;
		background-image:url(../images/btn-activebanner.jpg);
		background-repeat:no-repeat;
		background-position:0px 13px;
	}

	#page
	{
		width:100%;
		text-align:left;
		margin:0px auto;
		position:relative;
		margin-bottom:200px;
		min-height:100%;
	}

	.subbanner
	{
		position: relative;
		width: 100%;
		margin-top: 10px;
	}

	.subbannerlink {
		position: absolute;
		bottom: 10px;
		font-size: 18px;
	}

	.subimage_primary {
		position: relative;
		left: 0px;
		top: 0px;
		width: 100%;
		display: block;
	}

	.subimage {
		position: absolute;
		left: 0px;
		top: 0px;
		width: 100%;
		display: none;
	}

	.text
	{
		max-width:90%;
		height:55px;
		padding:20px;
		position:absolute;
		bottom:15px;
		left:0px;
		color:#e7e8eb;
		text-transform:uppercase;
		font-size:16px;
	}

	.subbanner h2
	{
		color:#eee528;
		font-size:20px;
		font-weight:200;
		line-height:35px;
	}

	.subbanner img
	{
		width:100%;
	}

	.overlay
	{
		height:100px;
		width:100%;
		position:absolute;
		bottom:0px;
		left:0px;
		background-color:#000000;
		opacity:0.7;
		-moz-opacity:0.7; 
		-webkit-opacity:0.7;
		filter: alpha(opacity=70); 
	}

	.title
	{
		position:relative;
		top:-15px;
		background-color:#fff;
		display: inline-block;
		padding:0px 10px 0px 10px;
	}

	.greybar
	{
		background-color:#DCDCDC;
		position:relative;
		width:100%;
		height:1px;
	}

	.greybar2
	{
		background-color:#DCDCDC;
		position:relative;
		width:100%;
		height:1px;
		top:15px;
	}

	.top
	{
		width:100%;
		text-align:center;
	}


	.top_width
	{
		width:100%;
		text-align:center;
	}

	#right
	{
		float:none;
		margin: 0 auto;
		width:300px;
		min-height:100px;
		margin-bottom: 60px;
	}


	input[type="text"], input[type="password"], input.pass
	{
		width:300px;
		height:30px;
		color:none;
		border:1px solid #9a9a9a;
		color:#323232;
		padding-left:10px;
		font-family: "myriad-pro",sans-serif;
		font-size:11px;
	}


	input.register
	{
		width:250px;
		height:35px;
		display:block;
		border: 1px solid #E0E0E0;
		background: -webkit-gradient(linear, bottom, left 15px, from(#F9F9F9), to(#FFF));
		background: -moz-linear-gradient(bottom, #F9F9F9, #FFF 15px);
		
	}


	input.register:focus
	{
		border: 1px solid #EEE526;
		background-color:#F9F9F9;
	}


	textarea
	{
		width:300px;
		height:30px;
		color:none;
		border:1px solid #9a9a9a;
		color:#323232;
		padding-left:10px;
		padding-top:10px;
		font-family: "myriad-pro",sans-serif;
		font-size:11px;
	}



	.instagram_container {
		margin-top: 20px;
		
		border:1px solid #e0e0e0;
		border-collapse: inset;
	}

	.tweets
	{
		position:relative;
		width:258px;
		border:1px solid #e0e0e0;
		margin-top:20px;
		padding:20px 20px;
		color:#828282;
	}

	.tweets h2
	{
		color:#323232;
		font-size:14px;
	}


	.verder
	{
		position:absolute; 
		bottom:2px; 
		right:40px; 
		text-align:right;
	}

	.newsart
	{
		height:100%;
	}

	.art
	{
		width:80%;
		padding:0px 20px 0px 20px;
		margin-top:20px;
	}

	.art_width
	{
		width:100%;
		margin-top:20px;
	}

	.downloadTitle
	{
		width:970px;
		height:25px;
		padding:5px;
		background-color:#a1a1a1;
		color:#fff;
		font-size:20px;
		text-transform:uppercase;
	}

	ul.downloads
	{
		padding:0px;
		margin:0px;
	}

	ul.downloads li
	{
		list-style:none;
		display:inline;
		position:relative;
	}

	ul.downloads li input
	{
		width:20px; 
		position:absolute;
		right:5px;
		bottom:5px;
	}


	.footer
	{
		display:none;
		width:100%;
		height:155px;
		background-color:#292929;
		position:relative;
	}

	.footer td
	{
		padding-left: 20px;
		padding-right: 20px;
		color:#959595;	
		vertical-align:top
	}

	.footercnt
	{
		color:#959595;
		width: 100%;
		margin:0px auto;
		text-align:left;
		padding-top:20px;
	}
}