/*rood: #ee2923*/

@font-face {
  font-family: 'VAG';
  src: url('fonts/VAGRoundedBlack.ttf') format('truetype');
}

html {
	background-color:white;
}
body {
	margin: 0;
	font-family:Arial;
	font-weight: bold;
	/* background: url(images/sfl5.png) no-repeat fixed;  */
	/* background-position: center top; */
	/* -webkit-background-size: cover; */
	/* -moz-background-size: cover; */
	/* -o-background-size: cover; */
	/* background-size: cover; */
}

#jaar {
	font-family: VAG, Arial;
	font-size:26px;
	margin:30px 0px 10px 0px;
}

#foto {
	font-size:20px;
	margin-top:10px;
	color:#e21818;
}

a {
	color:#e21818;
}

#main {
	margin:0 auto;
	width:900px;
	background-color:white;
}

#header {
	position:fixed;
	width:900px;
	height:auto;
	z-index:10;
	background-color:#017e43;
}

#headercolor {
	position:fixed;
	width:100%;
	height:130px;
	background-color:#017e43;
}

#logo {
	float:left;
	height:100px;
	margin:15px 0;
}

#content {
	position:absolute;
	margin:150px 0px;
	width:900px;
}

#title {
	font-family: VAG, Arial;
	font-size:26px;
	text-decoration: underline;
}
	/*** Works on common browsers ***/
::selection {
    background-color: #e21818;
    color: #fff;
}

/*** Mozilla based browsers ***/
::-moz-selection {
    background-color: #e21818;
    color: #fff;
}

/***For Other Browsers ***/
::-o-selection {
    background-color: #e21818;
    color: #fff;
}

::-ms-selection {
    background-color: #e21818;
    color: #fff;
}

/*** For Webkit ***/
::-webkit-selection {
    background-color: #e21818;
    color: #fff;
}

     /* mobile */
	@media only screen
and (min-device-width : 320px)
and (max-device-width : 736px)
{

#main {
	width:auto;
	height:auto;
}
#headercolor {
display:none;
}
#header {
	position:fixed;
	width:100%;
	height:90px;
	z-index:10;
}
#logo {
	float:left;
	width:150px;
	height:auto;
	margin:15px 20px;
}

#content {
	margin:100px 20px 0px 20px;
	width:auto;
	height:100%;
}
#foto {
	font-size:16px;
	margin-top:10px;
	color:#e21818;
}
}
}
