@charset "utf-8";
/* algemene eigenschappen */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #0078C3;
	font-size: 14px;
}

body {
	background-color: #FFFFFF;
}

a{
	color: #015B7A;
	text-decoration: none;
}

a:hover {
	color: #002937;
	text-decoration: none;
}

li {
	text-align: left;
}

/* Container per pagina */

#container {
	height: 868px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	border: 3px solid #0078C3;
}
#container_profiel {
	height: 788px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	border: 3px solid #0078C3;
}
#container_diensten {
	height: 823px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	border: 3px solid #0078C3;
}
#container_vacatures {
	height: 708px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	border: 3px solid #0078C3;
}
#container_contact {
	height: 728px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	border: 3px solid #0078C3;
}
#container_mopkes {
	height: 978px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	border: 3px solid #0078C3;
}
#container_mopkesfoto {
	height: 1278px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	border: 3px solid #0078C3;
}

/*bovenkant pagina */

#header {
	width: 900px;
	height: 150px;
	background-image: url(../images/header.jpg);
	text-align: left;
}

#header_mopkes {
	width: 900px;
	height: 150px;
	background-image: url(../images/header_mopkes.jpg);
}

/* menu --//

#menu {
	width: 900px;
	height: 50px;
}

/* linker kolom met fototjes */

#fotos {
	width: 190px;
	float: left;
}
#fotos img{
	margin-top: 15px;
}

/* Main_content/hoofd tekst per pagina */

#main_content {
	width: 325px;
	height: 550px;
	text-align: justify;
	font-size: 14px;
	float: left;
	padding-right: 15px;
}
#main_content_profiel {
	width: 325px;
	height: 490px;
	text-align: justify;
	font-size: 14px;
	float: left;
	padding-right: 15px;
}
#main_content_diensten {
	width: 325px;
	height: 520px;
	text-align: justify;
	font-size: 14px;
	float: left;
	padding-right: 15px;
}
#main_content_vacatures {
	width: 325px;
	height: 410px;
	text-align: justify;
	font-size: 14px;
	float: left;
	padding-right: 15px;
}

#main_content_contact {
	width: 325px;
	height: 430px;
	text-align: justify;
	font-size: 14px;
	float: left;
	padding-right: 15px;
}
#main_content_mopkes {
	width: 325px;
	height: 680px;
	text-align: justify;
	font-size: 14px;
	float: left;
	padding-right: 15px;
}
#main_content_mopkesfoto {
	width: 325px;
	height: 980px;
	text-align: justify;
	font-size: 14px;
	float: left;
	padding-right: 15px;
}
#main_content_foto {
	width: 675px;
	height: 980px;
	text-align: justify;
	font-size: 14px;
	float: left;
	padding-right: 15px;
}
#main_content_av {
	width: 325px;
	height: 525px;
	text-align: justify;
	font-size: 14px;
	float: left;
	padding-right: 15px;
	overflow: scroll;
}

#verzend_knop {
	padding-left: 80px;
}

/* Rechter kolom */
#rechts {
	width:370px;
	float: left;
	margin-top: 15px;
	text-align: right;
}

#rechts_mopkes {
	width:360px;
	padding-right:10px;
	text-align: justify;
	float: left;
}

#nieuws_foto {
	height: 100%;
	width: 350px;
	margin-top: 50px;
	float: right;
}
#nieuws_foto img{
	margin-top: 5px;
}

#milieu {
	height: 100%;
	width: 350px;
	margin-top: 24px;
	float: right;
	text-align: justify;
	padding-right: 5px;
}
#klantgericht {
	height: 100%;
	width: 350px;
	margin-top: 15px;
	float: right;
	text-align: justify;
	padding-right: 5px;
}

/* onderkant pagina */

#footer {
	width: 900px;
	background-image: url(../images/footer.jpg);
	float: left;
	font-size: 10px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
}
#footer-txt {
	padding-top: 85px;
	padding-right: 5px;
}

#footer a{
	color: #0078C3;
	text-decoration: none;
	font-weight: bold;
}
#footer a:hover {
	color: #002937;
	text-decoration: none;
}

