/* Page layout  */

html{
	margin: 0px;
	padding: 0px;
}

body{
	background-image: url(../images/bg_intro.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #F7F1E8;
	margin: 0px;
	padding: 0px;
	font-family: trebuchet ms, arial, verdana;
	font-size: 12px;
	color: #3C301A;
	min-width: 1000px;
}
#english {
	background-image: url(../images/bg_intro_en.jpg);
}

#layoutWrapper {
	width: 777px;
	margin-left: auto;
	margin-right: auto;
}

#layoutTop {
	position: relative;
	width: 777px;
  height: 210px;
}
#divLinkedIn {
	position: absolute;
	left: 8px;
	top: 136px;
}
#divRecron {
	position: absolute;
	left: 570px;
	top: 0px;
} 
#divLogoIntro {
	position: absolute;
	left: 570px;
	top: 101px;
}

#divRubriekSelect {
	position: relative;
	width: 777px;
	height: 540px;
}

#copyright {
	position: absolute;
	top: 780px;
	left: 0px;
	width: 100%;
	text-align: center;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ccc;
}
#copyright a {
	color: #ccc;
}   

div#divGooglePlus {
  position:absolute;
  z-index:20000;
  margin: 112px 0 0 8px;
}
