html {
	height: 100%;
	overflow-y: scroll;
}

body {
	margin: 0px;
	text-align: left;
	height: 100%;
	
	background-color: #000000;
	
	font-size: 0px;
	line-height: 0px;
}

img {
	border: 0px none;
}

table,
table tr,
table tr td {
	margin: 0px;
	padding: 0px;
	border: 0px none;
	border-collapse: collapse;
	
}

body.left,
body.left table,
body.left table tr,
body.left table tr td  {
	text-align: right;
}

body.right,
body.right table,
body.right table tr,
body.right table tr td {
	text-align: left;
}

#container_table {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 2;
}

#sidetable {
	width: 100%;
	height: 100%;
}

#sidetable_top {
	height: 70px;
	
	background-image: url('../images/bg_content_zwart.png');
	
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
}

#menutop {
	padding: 0px 20px;
	
	color: #ffffff;
}

#menutop a {
	color: #ffffff;
	text-decoration: none;
}

#menutop a:hover {
	color: #666666;
}

#menubottom {
	padding: 0px 20px;
	
	color: #666666;
}

#menubottom a {
	color: #666666;
	text-decoration: none;
}

#menubottom a:hover {
	color: #ffffff;
}

#menutop a.active,
#menubottom a.active {
	color: #A7D643;
}


#sidetable_content {
	background-image: url('../images/bg_content.png');
	padding: 0px 20px;
}

#sidetable_content table#hoofd,
#sidetable_content table#hoofd td {
	background-color: transparent;
}

#sidetable_content_div {
	width: 450px;
}

body.left #sidetable_content_div {
	margin: 0px 0px 0px auto;
}

body.right #sidetable_content_div {
	margin: 0px auto 0px 0px;
}

#logo {
	width: 129px;
	height: 623px;
}


#lefttd,
#righttd {
	height: 100%;
	width: 50%;
	font-size: 12px;
	line-height: 14px;
}

#background {
	position: absolute;
	left: 0px;
	top: 0px;
	overflow: hidden;
	z-index: 1;
}

#background img {
	/*width: 100%;*/
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
}

body.left #copyrightlink {
	left: 0px;
	text-align: left;
	padding-left: 20px;
}

body.right #copyrightlink {
	right: 0px;
	text-align: right;
	padding-right: 20px;
}

#copyrightlink {
	position: absolute;
	
	/*bottom: 20px;*/
	/*width: 250px;*/
	height: 20px;
	
	margin: 0px auto 0px 0px;
	
	
	/*text-align: right;*/
	
	z-index: 50;
	
	font-family: Helvetica,Arial,sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	
	color: #666666;
	text-decoration: none;
}

#copyrightlink a {
	color: #666666;
	text-decoration: none;
}

#copyrightlink a:hover {
	color: #FFFFFF;
}



#newsletterform {
	background-color: #000;
	color: #fff !important;
    text-align: left !important;
    font-size: 12px;
    line-height: 16px;
    font-family: Helvetica, Arial, sans-serif;
}

#newsletterform td {
	text-align: left;
	padding: 2px;
}

#newsletterform td.error {
	color: #f00;
}

#newsletterform input[type="text"] {
	border: 1px solid #999;
	margin: 0px;
	padding: 0px;
}



div.subscription_content {
    text-align: left !important;
    font-size: 12px;
    line-height: 16px;
    font-family: Helvetica, Arial, sans-serif;
}

div.subscription_content table {
	float: right;
}

div.subscription_content table tr td {
	text-align: left;
	padding: 2px;
}

div.subscription_content td.error {
	color: #f00;
}

div.subscription_content input[type="text"] {
	border: 1px solid #999;
	margin: 0px;
	padding: 0px;
}

.references {
	position: relative;
	width: 352px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	text-align: center;
	line-height: 16px;
	color: #000;
	float: right;
	margin-top: 26px;
	margin-right: 32px;
}

.references ul,
.references li {
	padding: 0;
	margin: 0;
	list-style: none;
}

.references .referenceBlock {
	position: relative;
	width: 158px;
}

.referenceBlock:nth-child(odd) {
	float: left;
}

.referenceBlock:nth-child(even) {
	float: right;
}

.referenceBlock .ref_image_container {
	position: relative;
	width: 158px;
	height: 158px;
	margin: 0 auto;
}

.referenceBlock .ref_image_container img {
	position: relative;
	display: block;
	width: 158px;
	height: 158px;
	border: 0 solid transparent;
	border-radius: 50%;
	margin-bottom: 19px;
}

.referenceBlock .ref_name {
	font-size: 17px;
	font-weight: bold;
	line-height: 21px;
	margin-bottom: 11px;
}

.referenceBlock .ref_function {
	font-weight: bold;
	color: #fff;
	margin-bottom: 25px;
}

.referenceBlock .ref_intro {
	font-weight: bold;
	margin-bottom: 11px;
}

.referenceBlock .ref_description {
	margin-bottom: 8px;
}

.referenceBlock .ref_readmore {
	margin-bottom: 25px;
}

.referenceBlock .ref_readmore a {
	text-decoration: none;
	font-weight: bold;
	color: #000;
}

.referenceBlock .ref_readmore a:hover {
	text-decoration: underline;
}

.clearfix:after {
	content: " "; /* Older browser do not support empty content */
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}

.bx-wrapper .bx-viewport {
	background-color: transparent !important;
	border: none !important;
	box-shadow: none !important;
}

.slider-arrows {
	position: absolute;
	top: 12%;
	height: 20px;
	width: 352px;
	z-index: 99;
}

#slider-prev {
	position: absolute;
	left: -47px;
	padding: 5px;
	cursor: pointer;
}

#slider-prev .triangle-left {
	position: relative;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 10px 5px 0;
	border-color: transparent #ffffff transparent transparent;
	cursor: pointer;
}

#slider-prev:hover .triangle-left {
	border-color: transparent #000000 transparent transparent;
}

#slider-next {
	position: absolute;
	right: -37px;
	padding: 5px;
	cursor: pointer;
}

#slider-next .triangle-right {
	position: relative;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 10px;
	border-color: transparent transparent transparent #ffffff;
	cursor: pointer;
}

#slider-next:hover .triangle-right {
	border-color: transparent transparent transparent #000000;
}

.references .bx-controls {
	display: none;
}