body {
	color: white;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

body.dialogBox {
	margin: 40px 10px 20px 10px;
}

/* ================================= */
/* Algemeen */
/* ================================= */

table {
	border-collapse: collapse;
}

table td {
	vertical-align: top;
}

div {
	box-sizing: padding-box;
	-moz-box-sizing: padding-box;
}

img {
	display: block;
}

a img {
	border: 0px;
}

.nobreak {
	white-space: nowrap;
}

/* ================================= */
/* Teksten */
/* ================================= */

h1 {
	font-size: 150%;
	margin-top: 0em;
	margin-bottom: 0.3em;
	font-weight: normal;
	font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
}

h2 {
	font-size: 70%;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
	font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
}

h3 {
	font-size: 70%;
	margin-top: 0.3em;
	margin-bottom: 0.3em;
	font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
}

p {
	font-size: 70%;
	font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-top: 0.3em;
	margin-bottom: 0.8em;
	line-height: 1.6em;
}

/* ================================= */
/* Magazine */
/* ================================= */

div.magazine {
	float: left;
	margin-right: 10px;
}

table.magazine td {
	text-align: center;
}

/* ================================= */
/* Overig */
/* ================================= */

span.subKop {
	font-size: 11px;
}

/* ================================= */
/* Secties */
/* ================================= */

div.secties div.sectieSquare {
	position: relative;
	width: 110px;
	height: 110px;
	float: left;
	cursor: pointer;
}

div.secties p {
	font-size: 55%;
	margin: 0px;
}

div.secties a {
	color: black;
	text-decoration: none;
}

div.medewerkersPerSectie {
	margin-bottom: 40px;
}

div.medewerkersPerSectie div {
	position: relative;
	width: 60px;
	height: 60px;
}

div.medewerkersPerSectie img {
	width: 60px;
	height: 60px;
	position: absolute;
	top: 0px;
	left: 0px;
}

div.floatBox {
	float: left;
}

div.faqAnswer {
	margin-left: 10px;
}

/* ================================= */
/* Formulieren */
/* ================================= */

table.formVeld {
	width: 100%;
	margin-bottom: 4px;
}

formVeld table p {
	margin: 0px;
}




table.formVeld td.formCol1 {
	width: 40%;
}

table.formVeld td.formCol2 {
	width: 60%;
}


/*
table.formVeld td.kolom1 {
	width: 30%;
}

table.formVeld td.kolom2 {
	width: 30%;
}
table.formVeld td.kolom3 {
	width: 30%;
}
table.formVeld td.kolom4 {
	width: 60%;
}

table.formVeld td.kolom5 {
	width: 90%;
}
table.formVeld td.kolom6 {
	width: 17%;
}
table.formVeld td.kolom7 {
	width: 30%;
}


*/

table.formVeld input.inputText {
	width: 100%;
}
table.formVeld p {
	margin: 0px;
}

textarea {
	width: 100%;
	height: 100px;
}
