html { 
  background: url(../images/achtergrond.gif) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body {
	font-family: 'Roboto', sans-serif;
	margin: 0;
	padding: 0;
}
p {
	font-size: 15px;
	color: #fff;
	line-height: 22px;
	text-align: center;
}
.white {
	font-weight: 900;
	color: #fff;
	font-size: 45px;
	text-align: right;
	margin-left: 45px;
}

.white-center {
	font-weight: 900;
	color: #fff;
	font-size: 45px;
	text-align: center;
	/*margin-left: 45px;*/
}
.grey {
	font-weight: 900;
	color: #919191;
	font-size: 55px;
	text-align: center;
	line-height: 35px;
}
.grey-logo{
	font-weight: 400;
	color: #919191;
	font-size: 45px;
	text-align: right;
	line-height: 35px;
}

.red {
	font-weight: 400;
	color: #d5372e;
	text-transform: uppercase;
	font-size: 25px;
	text-align: right;
	margin-top: 15px;
}
a {
	font-weight: 400;
	color: #fff001;
	text-decoration: none;
}
a:hover {
	color: #fff;
	text-decoration: none;
}
#page-wrap {
	width: 1000px;
	margin: 50px auto;
	text-align: center;
	background-color: rgba(0,0,0,0.25);
}
#header	{
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#menu {
	height: 60px;
	color: white;
	width: 1000px;
	margin-left: 50px;
	padding-top: 10px;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menu li {
	float: left;
	margin-right: 20px;
	display: block;
}
#menu li a {
	color: #cacaca;
	text-decoration: none;
	text-transform: uppercase;
}
#menu li a:hover {
	color: #fff;
}
#menu li a#current {
	color: #fff;
}
#logo {
	float: left;
}
#eyes {
	background-position: center;
}
#intro {
	font-size: 15px;
	width: 980px;
	padding: 10px;
	line-height: 22px;
	text-align: center;
}
#page {
	width: 980px;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
	height: inherit;
}
#page-left {
	width: 300px;
	margin-right: 20px;
	float: left;
	text-align: right;
}
#page-left p {
	text-align: right;
}
#page-right {
	width: 500px;
	float: left;
	margin-left: 20px;
	margin-top: -6px;
}
#page-left ul {
	color: #fff;
	list-style-type: none;
}
/* @group slideshow */
/* jssor slider arrow navigator skin 03 css */
/*
.jssora03l              (normal)
.jssora03r              (normal)
.jssora03l:hover        (normal mouseover)
.jssora03r:hover        (normal mouseover)
.jssora03ldn            (mousedown)
.jssora03rdn            (mousedown)
*/
.jssora03l, .jssora03r, .jssora03ldn, .jssora03rdn
{
	position: absolute;
	cursor: pointer;
	display: block;
    background: url(../images/a03.png) no-repeat;
    overflow:hidden;
}
.jssora03l { background-position: -3px -33px; }
.jssora03r { background-position: -63px -33px; }
.jssora03l:hover { background-position: -123px -33px; }
.jssora03r:hover { background-position: -183px -33px; }
.jssora03ldn { background-position: -243px -33px; }
.jssora03rdn { background-position: -303px -33px; }
/* @end slideshow */