html {
	height:100%;
}

body {
	font-family: futura, verdana, sans-serif;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-weight: lighter;
	font-size: 14px;
	line-height: 1.2em;
	text-transform: uppercase;
	color: #FFF;
	font-stretch: condensed;
	background-color: #000;
}

#wrap {
	position: relative;
	min-width: 1000px;
	width: 100% !important;
	min-height: 600px;
	height: 100% !important;
	margin: 0 auto;
	padding: 0;
	background-image: url(../images/intro.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	/*border: white 1px solid;*/
}

#righttop {
	position: absolute;
	right: 0;
	width: 800px;
	height: auto;
	margin: 50px 0 0 0;
	padding: 0;
	/*border: white 1px solid;*/
}

#righttop .blok {
	position: relative;
	float: right;
	width: 800px;
	height: 180px;
	margin: 0 0 0 0;
	padding: 0;
	/*border: white 1px solid;*/
}

#righttop .blok .blokinhoud {
	position: relative;
	float: right;
	width: 230px;
	height: 130px;
	margin: 20px 0 0 0;
	padding: 0;
	/*border: white 1px solid;*/
}

#righttop .blok .bloklogo {
	position: relative;
	float: right;
	width: 330px;
	height: 130px;
	margin: 20px 0 0 0;
	padding: 0;
	/*border: white 1px solid;*/
}

#righttop .blok .bloklogo img {
	position: relative;
	float: left;
}

#righttop .blok .blokinhoud h1 {
	font-size: 20px;
	margin: 0 0 20px 0;
	padding: 0;
	color: #CCCCCC;
}

#righttop .blok .blokinhoud ul {
	list-style: none;
	float: left;
	margin: 20px 0 0 0;
	padding: 0;
}

#righttop .blok .blokinhoud li {
	float: left;
	margin: 0;
	padding: 0;
}

#righttop .blok .blokinhoud li a {
	color: #CCCCCC;
	margin: 0 0 0 0;
	padding: 0 20px 0 0;
	text-decoration: none;
	font-weight: none;
}

#righttop .blok .blokinhoud li a:hover {
	color: #e4947d;
}

#righttop .blok .blokinhoud a:focus {
	outline: none;
}

#righttop .blok .streep {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 700px;
	height: 10px;
	background-image: url(../images/streep.png);
	background-repeat: no-repeat;
	background-position: center right;
}