.hidden {
	display: none;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	padding: 2px 0 3px 0;
}

/* ====== uitzondering voor H1 op home ====== */

#content_home h1 {
	text-indent: 15px;
	width: 370px;
}

/* ====== uitzondering voor H1 op AV ====== */

#content_extra_laag h1 {
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	text-indent: 20px;
	font-size: 16px;
	font-weight: normal;
	padding: 20px 0 15px 0;
	color: #000;
}
#content_extra_laag p {
	padding: 0 20px 15px 20px;
}
#content_extra_laag ol {
	padding: 0 20px 15px 40px;
}
#content_extra_laag ul {
	padding: 0 20px 15px 40px;
}

.col1 {
	width: 270px;
	float: left;
	margin: 25px 0 0 80px;
}
.col2 {
	width: 270px;
	float: left;
	margin: 25px 0 0 30px;
}
.col {
	width: 560px;
	float: left;
	margin: 25px 20px 0 80px;
}

.colhome {
	width: 370px;
	float: left;
	margin: 25px 0 0 0;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	padding: 2px 0 3px 0;
}
h3 {
	font-size: 11px;
	font-weight: normal;
	padding: 0;
	color: #81b6b2;
}

p {
	padding: 0 0 15px 0;
}

/* box met image en footnote in PERS en FOTOGALLERY */

.box {
	float: left;
	width: 130px;
	margin: 0 10px 25px 0;
	background-color: #333530;
	color: #fff;
}
.box img {
	border: solid #333530 1px;
}

.txtbox {
	padding: 3px;
}
.txtbox h2 {
	font-size: 11px;
	font-weight: normal;
	padding: 0 5px;
	color: #81b6b2;
}
.txtbox p {
	padding: 5px;
	text-align: left;
}


/* links */

a, a:visited {
	color: #01447a;
	text-decoration: none;
}
a:hover {
	color: #01447a;
	text-decoration: underline;
}


/* Inputs */
.warning {
	background: #eeeeee;
	color: red;
	margin: 10px;
	padding: 10px;
}
.warning ul {
	padding: 0 0 0 20px;