body {
	background: url('../images/bull_doorzichtig.png') no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin: 0;
	padding: 0;
}

.button_vacature {
	width: 300px;
	height: 40px;
	font-size: 22px;
	margin: 50px 0 0 100px;
	background: #FC0;
	border: 1px solid #333;
}

.header {
	margin: 0 auto; 
	height: 70px;
	background: #C2C2C2;
	background-color: rgb(194, 194, 194);
    /* RGBa with 0.6 opacity */
    background-color: rgba(194, 194, 194, 0.6);
}

.header_content {
	margin: 0 auto;
	width: 990px;
}

.container {
	margin: 0 auto;
	width: 990px;
}

.logo {
	margin-top: 20px;
}

h1 {
	font-family: 'Petit Formal Script', cursive;
	font-size: 32px;
}

h2 {
	font-family: 'Petit Formal Script', cursive;
	font-size: 20px;
	margin-top: -10px;
}

h3 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}

p {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
}

li {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
}

div#afbeelding{
 background: #D3E6CF url(../img/maurins_placeholder.jpg) no-repeat 0 0;
 position:absolute;
 display:inline;
 z-index:20;
 height: 600px;
 width: 800px;
 border: 1px solid #000000;
 top:100px;
 left:100px;

 } 