/*******************************************
Clearfix: To clear floating elements
With thanks to positioniseverything.com
********************************************/

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

.clearfix {display: inline-block;}  /* for IE/Mac */

	/* Style floating classes */
		.f_left {
			float: left;
		}
		
		.f_right {
			float: right;
		}

/*  Opmaak van de standaard-elementen */		
h1 {
	font-size: 2em;
	color: #e76600;
	line-height: 2em;
	text-align: left;
}

h2 {
	color: #e76600;
	font-size: 1.8em;
	line-height: 1.8em;
	margin-bottom: 0.2em;
	text-align: left;
}

h3{
	color: #e76600;
	font-size: 1.6em;
	line-height: 1.8em;
	margin-bottom: 0.2em;
	text-align: left;
}

h4 {
	font-size: 1em;
	margin-bottom: 5px;
}

h5 {
	color: #2152a4;
}

h6 {
	color: #ff0000;
	font-size: 1.3em;
}

p {
	color: #2152a4;
	margin-bottom: 1em;
	line-height: 1.3em;
}

a, a:link, a:active {
	color: #2152a4;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

ul {
	margin-bottom: 1em;
}

li {
	color: #2152a4;
	list-style: none inside;
}

input {
	color: #2152a4;
}

fieldset {
	color: #2152a4;
}

legend {
	color: #2152a4;
}

label {
	color: #2152a4;
}

iframe {
	border: 0px solid black;
	width: 650px;
	height: 350px;
}

object {
}

/* Enkele veelgebruikte classes */
.hidden {
	display: none;
}

.small {
	font-size: 0.8em;
}

.mb1em {
	margin-bottom: 1em;
}

ul.menulist {
	display: inline;
}
/* Menu bar list */

ul.menulist li {
	float: left;
	list-style: none inside;
	/*height: 120px;*/
}

ul.menulist li a {
	display: block;
	text-decoration: none;
	color: #ffffff;
	padding: 0.3em 0.5em;
	font-weight: bold;
	font-size: 1.2em;
	/*padding-top: 100px;*/
	text-transform: uppercase;
}

ul.menulist li a.first:hover {
}

ul.menulist li:hover {	
}

ul.menulist li a:hover {
	color: #e76600;
}

/* MAIN CONTENCT CLASSES*/

#mainbox {
	width: 91%;
	margin: 0 auto;
	padding: 1em;
	border: 1px dashed #e76600;
	margin-bottom: 2em;
}

	#mainbox p {
		margin-bottom: 1em;
		line-height: 1.3em;
	}

/*	
h2.ikwil {
	font-size: 1.8em;
	color: #0054b4;
}

ul.list_std li {
	list-style: none;
	
}

ul.list_std li a {
	text-decoration: none;
	color: #2152a4;
	font-weight: bold;
	background: url(../images/pilon_klein.png) center left no-repeat;
	padding-left: 25px;
	line-height: 2.5em;
	display: block;
	font-size: 1.2em;
}

ul.list_std li a:hover {
	background: url(../images/pilon_klein_over.png) center left no-repeat;
	color: #000000;
}*/

/* CONTENT BOX */

#content .boxrow {
	width: 100%;
}

#content .boxwrap {
	font-family: arial;
	width: 100%;
	margin-top: 1em;
	border: 1px dashed #e76600;
	padding: 0.5em;
	background: #fff;
}

/*
#content .boxleft {
	width: 10px;
	float: left;
	
}*/

#content .boxmiddle {
	float: left;
	margin: 0;
	padding: 0;
}

h2.boxheader {
	color: #e76600;
	font-size: 1.2em;
	line-height: 1.4em;
}

	#content .boxtext {
		float: left;
		width: 75%;
		text-align: left;
	}
	
	#content .boximage {
		float: right;
		width: 20%;
	}
		
		#content .boximage img {
			border: 1px solid #c6dbf9;
			padding: 3px;
		}
	
	a.more {
		background: url(../images/arrow2.png) center left no-repeat;
		padding-left: 1.5em;
		font-size: 0.8em;
		margin-left: 1em;
		clear: both;
		float: right;
	}
	
	a.more:hover {
		color: #e76600;
	}
/*
#content .boxright {
	width: 5px;
	float: left;
}*/


/*SIDEBAR boxes*/

#sidebar .boxrow {
	width: 100%;
}

#sidebar .boxwrap {
	margin: 0 auto;
	background: url(../images/bord.png) center center no-repeat;
	font-family: arial;
	width: 95%;
	margin-top: 1em;
}

#sidebar .boxmiddle {
	height: 159px;
	/*background: url(../images/box_midden.png) top left repeat-x #ffffff;*/
	float: left;
	margin: 0;
	padding: 0;
}


#sidebar h2.boxheader {
	line-height: 1em;
	color: #ffffff;
	margin: 0;
	padding: 0;
	padding-top: 20px;
	padding-left: 15px;
	text-align: left;
	font-size: 1.2em;
	/*background: url(../images/emptysign.png) center center no-repeat;*/
}

.boxlist {
	list-style: none inside;
	margin: 0;
	padding: 0;
	padding-top: 19px;
	padding-left: 10px;
	line-height: 1.4em;
}

.boxlist a, .boxlist a:link {
	text-decoration: none;
	color: #ffffff;
	font-size: 0.8em;
	font-weight: bold;
	display: block;
	padding-left: 30px;
}

.boxlist a:hover {
	background: url(../images/pijltje.png) center left no-repeat;
}
/*
ul.short {
	font-size: 0.8em;
}

.margin li {
	padding-left: 12em;
	display: block;
	line-height: 1.4em;
}
*/

/* Tijdelijke DEV Classes */

	
#boxrow {
	width: 100%;
}
	

	.minibox {
		float: left;
		border: 1px dashed #e76600;
		width: 29%;
		margin-right: 1em;
		padding: 0.3em;
	}
	
	.minibox h2 {
		font-size: 1.2em;
		line-height: 1.4em;
		text-align: center;
	}
	
	.minibox p {
		font-size: 1em;
	}
	
	.minibox ul li {
		list-style: square inside;
		line-height: 1.2em;
	}
	
	.minibox p.small {
		font-size: 0.8em;
		padding-top: 0.5em;
	}

/*	
img.brochure {
	margin-left: 10px;
}*/
	
	
.f_left {
	float: left;
	padding: 0.5em;
	padding: 0.5em;
}

#content ul li {
	list-style: none inside;
	font-size: 1em;
	line-height:1.4em;
}

ul.mainlist li {
	list-style: square inside;
	font-size: 1em;
	line-height:1.4em;
}

p.firstp {
	font-weight: 700;
}

.normargin {
	margin-right: 0;
	padding-right: 0;
}

/* Video Boxjes op filmpjespagina */

.video_cat {
	clear: both;
}

.video_cat h3 {
	margin-bottom: 1em;
	
}

.mbox {
	width: 160px; /*16:9*/
	height: 110px;	
	float: left;
	font-weight: bold;
	text-align: center;
	background: url(../images/mboxbg.png) bottom left no-repeat;
	margin-bottom: 1em;
	margin-right: 5px;
}

.mboxin {
	width: 150px; /*16:9*/
	height: 84px;
	margin: 0;
}

.mboxin span {
	display: block;
	margin-bottom: 5px;
}

.mboxin a {
	font-size: 0.8em;
}

.video_cat h3 a {
	color: #e76600;
}

div.hidden {
	width: 630px;
}

/* FORM STYLES */

div#formwrap {
	width: 95%;
	margin: 1em auto;
}

span.formrow {
	display: block;
	width: 100%;
	margin: 0.5em 0;
	clear: both;
}

span.radioitem {
	width: 75%;
	float: right;
	display: block;
	margin-bottom: 10px;
}

span.radiorow {
	display: block;
	clear: both;
	margin-bottom: 0.5em;
}

.radiorow span.desc {
	width: 20%;
	text-align: right;
	float: left;
	margin-right: 1em;
	line-height: 1.5em;
}


.formrow label { 
	width: 20%;
	text-align: right;
	float: left;
	margin-right: 1em;
	line-height: 1.5em;
}

.formrow input {
	font-size: 1.2em;
	border: 1px solid #e76600;
}

textarea {
	border: 1px solid #e76600;
	padding: 5px;
}

h3.form {
	font-size: 1.2em;
	margin-left: 20%;
}

.button {
	font-size: 1.2em;
	font-weight: 900;
	float: right;
	margin-right: 2em;
	background-color: #fff;
	border: 1px solid #e76600;
}

#formwrap fieldset {
	border: 1px solid #e76600;
	padding: 1em;
}

#formwrap legend {
	font-weight: 900;
	padding: 5px 10px;
	border: 1px solid #e76600;
}

#formwrap fieldset.formsegment {
	margin-bottom: 1em;
	border: 1px solid #cacaca;
}

#formwrap fieldset.formsegment legend {
	border: 0px solid black;
}


div.pwrap {
	width: 95%;
	margin: 0 auto;
}

.pbox_left {
	width: 45%;
	float: left;
}

.pbox_right {
	width: 51%;
	float: right;
	margin-right: 1em;
}

span.caption {
	clear: both;
	display: block;
}

span.actie {
	display: block;
	width: 90%;
	margin: 1em auto;
	padding: 0.5em;
	border: 1px solid red;
	font-size: 1.6em; 
	color: red;
	text-align: center;
	line-height: 1.6em;
	clear: both;
}

h3.subtitle {
	font-size: 1.4em;
	margin-top: -15px;
	color: #2152a4;
}

#ptable {
	border: 1px solid black;
	margin: 1em 0;
	width: 95%;
	margin: 1em auto;
	
}

	#ptable td {
		border: 1px solid black;
		padding: 2px;
	}
	
	#ptable td img {
		padding-left: 7px;
	}
	
	#ptable tfoot td {
		border-top: 3px double black;
		text-align: center;
	}
	
	#ptable th {
		min-width: 50px;
	}
	
	#ptable td.img {
		padding-top: 5px;
		text-align: center;
	}
	
	
.pcol {
	width: 22%;
	float: left;
}

a.sidelink {
	display: block;
	text-align: center;
	font-size: 1.2em;
	font-weight: 900;
	margin-left: 30px;
	margin-bottom: 10px;
	background-color: #2152a4;
	color: #e76600;
	border: 1px solid #e76600;
	width: 50%;
	padding: 0.5em;
}

a.sidelink:hover {
	background-color: #e76600;
	color: #fff;
	text-decoration: none;
}

#leadstable {
	width: 90%;
	margin: 0 auto;
}


.vinkjeslijst li {
	background: url(../images/vinkje.gif) center left no-repeat;
	padding-left: 25px;
	list-style: none inside;
	margin-left: 1em;
}

.goudentips {
	display: block;
	width: 195px;
	height:200px;
	background: url(../images/goudentips.png) center center no-repeat;
	text-align: center;
	font-size: 0px;
	margin-top: 1em;
}

.ref{
	display: block;
	width: 195px;
	height:200px;
	background: url(../images/referenties.png) center center no-repeat;
	text-align: center;
	font-size: 0px;
	margin-top: 1em;
}

.center {
	display: block;
	text-align: center;
}
