@charset "utf-8";
@import url("/css/reset.css");
@import url("/css/typography.css");


body{
	width: 100%;
	height: 100%;
	color: #7e7e7e;
	font: 62.5%/1.4em Georgia, "Times New Roman", Times, serif;
}

#slidemaster{
	width: 100%;
	height: 372px;
	position: relative;
	overflow: hidden;
	clear: both;
	margin-top: 60px;
	opacity: 0;
}

#slidemaster .slider{
	width: 100%;
	position: relative;
	margin: 0;
}

#slidemaster .pane{
	width: 555px;
	float: left;
}

#slider{
	width: 10000px;
	position: relative;
}

#clicker{
	width: 100%;
	height: 374px;
	position: absolute;
	opacity: .5;
	z-index: 1000;
	
	opacity: .0;
	background: #fff url(/images/click.png) no-repeat center center;
}

#clicker:hover{
	opacity: .2;
	background: #fff url(/images/click.png) no-repeat center center;
}

.center{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

.centerwide{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

#logo{
	width: 264px;
	height: 37px;
	background: url(/images/tekstbeeld.gif) no-repeat;
	display: block;
	margin-top: 60px;
}

a{
	color: #73d7d7;
	text-decoration: none;
}

a:hover{
	color: #000;
}

#tekst{
	width: 550px;
	margin-top: 20px;
	font-size: 1.2em;
	line-height: 1.4em;
	float: left;
	padding-left: 15px;
	border-left: 1px solid #eee;
}

#tekst span{
	color: #c0c0c0;
}

#dl{
	width: 315px;
	font-size: 1.2em;
	line-height: 1.4em;
	margin-top: 20px;
	float: left;
	padding-left: 15px;
	border-left: 1px solid #eee;
}