body {
	font-family: Arial, arial;
	}

h2 {
	color: #0099FF;
	font-family: 'desyrelregular';
	}
h3 {
	/*border: 1px solid blue;*/
	display: block;
	position: relative;
	float: left;
	clear: both;
	margin: 0px;
	margin-top: 10px;
}
ul {
	display: block;
	clear: both;
	}
span {
	/*border: 1px solid blue;*/
	display: block;
	position: relative;
	float: left;
	clear: both;
}
#hobbies {
	width: 100%;
	}
#software, #code {
	width: 300px;
	float: left;
	}
#software h2, #code h2 {
	margin-left: 20px;
}
#software, #opleidingen {
	margin-right: 100px;
	}
#opleidingen, #werkervaring {
	width: 300px;
	float: left;
	margin-bottom: 30px;
	}
hr {
	position: relative;
	clear: both;
	margin-top: 100px;
	margin-bottom: 100px;
	
	border: 3px solid #333;
	border-radius: 9px;
	-webkit-border-radius: 9px;
	
	}