/* Special */

*{
	margin: 0;
	padding: 0;
}

body{
	background: #262626;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #fff;
}

a{
	text-decoration: none;
}

img{
	border: none;
}

#content{
}

#left{
	width: 250px;
	padding:  10px;
	/*float:left;*/
	position:absolute;
	top:0;
	left:0;
}

#headerpopup{
	font-size: 0.9em;
	width: 239px;
	height: 19px;
}

#left p{
	margin-top: 10px;
}

#left p .highlight{
	color: #ffba40;
}

#volgende a{
	background: url(../img/special/buttonnext.gif) no-repeat;
	width: 107px;
	height: 23px;
	display: block;
	margin: 20px auto 0 auto;
	font-style: italic;
	font-weight: bold;
	padding: 5px 0 0 35px;
	color: #ffba40;
}

#vorige a{
	background: url(../img/special/buttonback.gif) no-repeat;
	width: 107px;
	height: 23px;
	display: block;
	margin: 20px auto 0 auto;
	font-style: italic;
	font-weight: bold;
	padding: 5px 0 0 35px;
	color: #ffba40;
}

#binnen a{
	width: 126px;
	height: 126px;
	display: block;
	background: url(../img/special/buttonbinnen.gif) no-repeat;
	margin: 20px auto 0 auto;
	font-size: 0.9em;
	text-indent: -99999em;
}

#right{
	padding: 10px;
	width: 210px;
	/*float:left;*/
	position:absolute;
	top:0;
	left:270px;
}

#right a img{
	border: 1px solid #fff;
	width: 210px;
}