@charset "utf-8";

html, body {
	height: 100%; /* heel belangrijk */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000;
	background-color: #FEFFEC;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.clearfooter {
	height: 25px;
}
.header {
	position: absolute;
	top: 5px;
	left: 50%;
	width: 930px;
	margin-left: -465px;
	background-color: #FEFFEC;
	height: 120px;
	border: 1px solid #0079BC;
}
.header_foto_1 {
	padding-left: 0px;
	padding-top: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FEFFEC;
	position: absolute;
}
.header_foto_2 {
	padding-left: 201px;
	padding-top: 0px;
	border-right-width: 1px;
	position: absolute;
}

.header_logo {
	position: absolute;
	top: 0px;
	padding-left: 650px;
	padding-top: 10px;
}
.menubalk_horizontaal {
	position: absolute;
	top: 127px;
	left: 50%;
	width: 930px;
	margin-left: -465px;
	background-color: #0079BC;
	height: 25px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #0079BC;
	border-left-color: #0079BC;
	margin-top: 0px;
	margin-bottom: 0px;
}

.midden {
	position: absolute;
	top: 147px;
	left: 50%;
	width: 930px;
	margin-left: -465px;
	background-color: #F2FAE1;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #0079BC;
	border-left-color: #0079BC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0079BC;
}

.links {
	width: 150px;
	background-color: #FEFFEC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #0079BC;
	margin: 0px;
	padding: 0px;
}
.links_top {
	top: 142px;
	width: 150px;
	background-color: #0079BC;
	height: 25px;
	margin: 0;
	padding: 0;
}
.links_foto_1 {
	padding-left: 0px;
	padding-top: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FEFFEC;
}
.links_foto_2 {
	padding-left: 0px;
	padding-top: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FEFFEC;
	border-bottom-width: 25px;
	border-bottom-style: solid;
	border-bottom-color: #FEFFEC;
}
.links_bottom {
	top: 142px;
	width: 150px;
	background-color: #FEFFEC;
	height: 25px;
	margin: 0;
	padding: 0;
}

.content {
	text-align: left;
	font-size: 90%;
	padding: 5px;
	margin-left: 155px;
	background-color: #F2FAE1;
	top: 0px;
	position: absolute;
	width: 760px;
}
.content-nieuws {
	text-align: left;
	margin: 0px;
	color: #0079BC;
	float: right;
	padding-top: 20px;
	padding-right: 45px;
}

.content a {
	text-decoration: none;
	color: #0079BC;
}
.content a:hover {
	text-decoration: none;
	color: #FFE700;
}
.content h1 {
	text-align: left;
	font-size: 120%;
	margin: 0px;
	color: #0079BC;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}

.content h2{
	text-align: left;
	font-size: 120%;
	padding: 0px;
	margin: 0px;
	color: #0079BC;
}
.content h3 {
	text-align: left;
	font-size: 100%;
	padding: 0px;
	margin: 0px;
}
.content h5  {
	font-size: 90%;
	padding: 0px;
	margin: 0px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	font-weight: normal;
}

.content h6 {
	text-align: left;
	font-size: 80%;
	padding: 0px;
	margin: 0px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
}
.content_onderschrift  {
	text-align: center;
	font-size: 60%;
	padding: 0px;
	margin: 0px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333;
}
.footer {
	font-size: 60%;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666;
	background-color: #FEFFEC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #0079BC;
	font-family: Arial, Helvetica, sans-serif;
}
.footer_copyright {
	text-align: center;
	padding: 5px;
}



.footer a {
	text-decoration: none;
	color: #0079BC;
}
.footer a:hover {
	text-decoration: none;
	color: #FFE700;
}

