body {
	/*background: white;*/
	background: #ddd;
	font-family	:"Trebuchet MS";
}
h2{	text-align	:center;
	font-family	:"Trebuchet MS";
	font-size	:300%;
	font-weight	:bold;
	color		:steelblue;
	width		:100%;
	}
h3{	text-align	:center;
	font-family	:"Trebuchet MS";
	font-size	:200%;
	font-weight	:bold;
	color		:steelblue;
	width		:100%;
	
	}
h4{	font-family	:"Trebuchet MS";
	font-size	:150%;
	font-weight	:bold;
	color		:steelblue;
	width		:100%;
	border:		solid;
	}
p{	font-family	:"Trebuchet MS";
	font-size	:120%;
	color		:#ddd;
	width		:100%;
	border:		solid;
}
#vacature{
	width : 60vw;
	margin-left: auto;
	margin-right: auto;
	margin-top:	2%;
	background-color: steelblue;
	padding: 5px;
}
#titel{
	text-align:		center;
	margin-top:  3%;
	font-family	:"Trebuchet MS";
	font-size	:200%;
	font-weight	:bold;
	color		:white;
	width		:100%;		
}
#subtitel{
	text-align:		left;
	margin: 		3% 5% 0% 5%;
	vertical-align: text-bottom;
	font-family	:"Trebuchet MS";
	font-size	:150%;
	font-weight	:bold;
	color		:white;
	width		:100%;
}
#body{
	text-align: 	left;
	width:			80%;
	margin:			0% 10% 0% 10%;
	font-family	:"Trebuchet MS";
	font-size	:120%;
	color		:white;
	width		:100%;
}
#solliciteer{
	width:			10vw;
	margin: 		2% 40% 2% 45%;
	text-align	:center;
	font-family	:"Trebuchet MS";
	font-size	:140%;
	font-weight	:bold;
	background-color: steelblue;
	color:		white;
	border-radius:6px;
	padding: 	5px;

	
	
}

@media screen and (max-width:500px) {

	#vacature{
		position:absolute;
		top:12vh;
		margin-top:0%;
		margin-left:10%;
		margin-right:10%;
		width:75%;
		height:80vh;
	}
	#titel{
		font-size:150%;
		padding:2vh 0%;
	}
	#subtitel{
		font-size:100%;
		margin:0%;
		margin-top:3%;
	}
	#body{
		width: 90%;
		margin: 2% 5% 3% 5%;
		padding:2px;
		/*text-align: justify;*/
		font-size:80%;
		line-height: 120%;
	}
	#solliciteer{
		position: absolute;
		bottom: 2%;
		width:80%;
		margin-left:10%;
		margin-right:10%;
		/*margin-bottm:5%;*/
		color:steelblue;
		background-color: white;
		border-color: steelblue;
	}
}