/* Qarpa
 Copyright 2011 All rights reserved
 Qarpa Solutions BV
 info@qarpa.nl
 http://qarpa.nl
 08 December 2014 
   */
/* CSS global reset for all browsers */ 
* {
	padding: 0;
	margin: 0;
	}

/* #######################  GENERAL SETTINGS ############################ */

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	margin-top: 0px;
	padding-top: 0px;
	background: #F8F8F4;
	}


/*  Global Formatting */
h1 {font-size:20px;line-height: 1em;font-weight: 900; text-transform:uppercase}
h2 {font-size:22px;line-height: 1em;font-weight: 900;}
h3 {font-size:24px;font-weight: normal;color:#ff6600;text-align:center;}
h4 {font-size:16px;line-height: 1em;font-weight: 900;}
h5 {font-size:16px;line-height: 1em;font-weight: 900;}
h6 {font-size:15px;line-height: 1em;font-weight: 900;}
td{}
th{}
a {color: #000;}
a:hover {color: #000; text-decoration:none}
a:visited {color: #000;}
a.image, a.image:hover  {border:0;}
p {margin: 0;}

li
{
/* line-height: 14px; */
padding-left: 0px;
padding-top: 0px;
background-repeat: no-repeat;
background-position: 0px 2px;
}

ul { list-style: round; padding-left: 15px;}

ol { padding-left: 23px;}

/* #######################  END GENERAL SETTINGS ############################ */

.menucontainer ul {
	padding: 20px 0 0;
	}
.menucontainer li {
	display: inline;
	margin: 0 2px 0 0;
	padding: 0;
	font-size: 15px;
	}
.menucontainer li a{
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	padding: 1px 3px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
    border: 2px solid #ff6600;
	}
.menucontainer li.active a {
    border: 2px solid #fff;
}
.menucontainer li a:hover {
	color: #ff6600;
	text-decoration: none;
	background-color: #fff;
    border: 2px solid #fff;
	}

.bottomcontainer ul {
	padding: 11px 0 0;
	}
.bottomcontainer li {
	display: inline;
	margin: 0 20px 0 0;
	padding: 0;
	font-size: 15px;
	}
.bottomcontainer li a{
	color: #fff;
	text-decoration: none;
	}

.maincontent h2, .h1kop h1 {
	background-color: #ff6600;
	padding: 0;
	margin: 0;
	font-size: 18px;
	color: white;
	text-align: center;
	line-height: 24px;
	margin-bottom: 15px;
	}

.full {
	margin: 0 -40px;
	}


/* ########	  CONTACT PAGINA  ######### */

.contactpagina {
	margin-top: 80px;
	}

.contactcategorie {
	clear: both;
	margin-top: 10px;
	}

.contactcategorie h3 {
	border-top: 2px solid #ff6600;
	border-bottom: 2px solid #ff6600;
	}

.contactpersoon {
	margin: 10px 10px 0;
	padding: 3px;
	border: 2px solid #ff6600;
	overflow: auto;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	position: relative;
	}

.contactfoto {
	width: 140px;
	height: 140px;
	float: left;
	border: 2px solid #ff6600;
	margin-right: 20px;
	background: #fff;
	overflow: hidden;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	}

.contactsocial {
	position: absolute;
	top: 10px;
	right: 10px;
	}

.contactgegevens {
	margin: 10px;
	}

.contactvacatures {
	margin: 10px;
	}


/* ######################  FORMULIER SETTINGS       ############################## */

.bfQuickMode .bfLabelLeft .bfElementGroup, .bfQuickMode .bfLabelRight .bfElementGroup, .bfQuickMode section.bfLabelLeft .bfElementGroupNoWrap {width: 98%;}
.bfQuickMode section input[type='text'], .bfQuickMode section textarea, .bfQuickMode section select {width: 100%;font-family: 'Open Sans', sans-serif;font-size: 18px;padding-left: 5px;}
.bfQuickMode .bfNextButton, .bfQuickMode .bfSubmitButton, .bfQuickMode .bfCancelButton {font-family: 'Open Sans', sans-serif;font-size: 18px;padding: 5px 10px;}
.bfQuickMode section input[type='text'], .bfQuickMode section textarea, .bfQuickMode section select {width: 98%;}
.bfQuickMode .bfLabelLeft label {width: 98%; margin: 0px 10px 10px 0px;}


/* ######################  LAYOUT SETTINGS       ############################## */

.bodywrapper {
	width:960px;
	margin: 0px auto;
	background: #fff;
	}

.topwrapper { 
	height: 60px;
	width:960px;
	margin: 0;
	padding: 0;
	background: #ff6600;
	position: fixed;
	top: 0;
	z-index: 1000;
	}
	.toplogo { 
		width:105px;
		height:109px;
		position: absolute;
		top: 10px;
		left: 65px;
		z-index: 1001;
		}
	.menucontainer {
		width: 725px;
		height: 60px;
		position: relative;
		left: 210px;
		}

.mainwrapper { 
	width: 960px;
	margin: 0px auto;
	z-index: 100;
	margin-top: 40px;
	/* background: url(../images/bg-vitaliteitscan.png) no-repeat 0 bottom; */
	}
	.maincontainer {
		min-height: 1000px;
		padding: 0;
		overflow: auto;
		}
		.mainleft {
			width: 195px;
			min-height: 200px;
			float: left;
			margin: 70px 20px 20px;
			padding: 0;
			position: relative;
			overflow: auto;
			}
		#mainbody {
			float: left;
			width: 960px;
			margin-bottom: 20px;
			}
			.maincontent {
				clear: both;
				padding: 20px 40px 0;
                text-align: justify;
				}
		.mainright {
			width: 195px;
			min-height: 200px;
			float: left;
			margin: 20px;
			padding: 0;
			position: relative;
			overflow: auto;
			}
		
.bottomwrapper { 
	width: 100%;
	margin: 0px;
	}
	.bottomcontainer {  
		width: 960px;
		height: 40px;
		margin: 0px auto; 
		background-color: #ff6600;
		}
		.bottom { 
			color: #fff;
			text-align: center;
			font-size: 14px;
			}
			.bottom a {
				color: #fff;
				text-decoration: none;
				}
			.bottom a:hover {
				text-decoration: underline;
				}

.footerwrapper { 
	width: 100%;
	margin: 0px;
	}
	.footercontainer {  
		width: 960px;
		height: 30px;
		margin: 0px auto; 
		border-bottom: 1px solid #ff6600;
		}
		.footer { 
			color: #ff6600;
			text-align:right;
			padding: 6px 10px 0 0;
			font-size: 14px;
			}
			.footer a {
				color: #ff6600;
				text-decoration: none;
				}
			.footer a:hover {
				text-decoration: underline;
				}

/* #######################  END LAYOUT SETTINGS ############################ */