html {
  /*
  width: 100%;
  height: 100%;
  */
}

body {
	background-color: #FFFFFF;
	/* background-image: url('./../images/gradient.png'); */
	background-repeat: repeat-x;
  /*
	width: 100%;
	height: 100%;
	*/

	text-align: center;
	font-family: Verdana;
}

.main {
  border-left: 1px solid #d5d9de;
  border-right: 1px solid #d5d9de;

  text-align: left;

  margin-left: auto;
  margin-right: auto;

  width: 833px;

	background-image: url('./../images/blueBackground.png');
	background-repeat: repeat-y;
	background-position: top right;
}

.vacature a:link, .vacature a:visited {
  color: #CC6600;
  text-decoration: none;
}

.vacature a:hover {
  /*color: #489dc0;*/
  color: #A90061;
  text-decoration: none;
}

.topmenu a:link, .topmenu a:visited {
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
}

.topmenu a:hover {
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
}