
/*
   Reset (http://meyerweb.com/eric/tools/css/reset/)
------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font,
img, ins, kbd, q, s, samp, small, strike, strong, sub, tt, var, b, u, i,
center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption,
tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0;
font-size: 100%; vertical-align: baseline; background: transparent; } body {
line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content:
none; } :focus { outline: 0; } ins { text-decoration: none; } del { text-decoration: line-through; }
table{border-collapse: collapse; border-spacing: 0;}

/*
   General
------------------------------------------------------------------- */
html{
	font-size: 62.5%; /* reset 1em to 10px */
	height: 100%;
}

body{
	background: #FFFFFF;
	color: #294052;
	font: normal 2.2em Arial, Helvetica, sans-serif;/*1.3em*/
	height: 100%;
	padding-bottom: 1px; /* force scrollbars */
}

/*
   Typografie
------------------------------------------------------------------- */
h1{
	font-weight: bold;
	font-size: 4em;
	margin-bottom: 5px;
}


/*
   Links
------------------------------------------------------------------- */
a, a:visited{color: #543;}
a:hover{
	color: #C40;
	text-decoration: underline;
}

#container{
	width: 700px;
	margin: 10px auto;
	text-align: center;
}

#fotoDiv{
	margin: 20px auto;
	position: relative;
	width: 500px;
	height: 530px;
	background: url("http://static.bjornroesbeke.be/v20160118/Lcd_Flat_Screen_clip_art_edited.png") no-repeat; /* generated from public domain SVG image */
	overflow: hidden;
}

#fotoImg{
	width: 425px;
	height: 317px;
	background-image: url("http://static.bjornroesbeke.be/v20160118/profielfoto.jpg");
	background-repeat: no-repeat;
	position: absolute;
	left: 38px;/*37*/
	top: 27px;/*26*/
}


#extern{
	margin-top: 50px;
}

#footer{
	margin-top: 100px;
}