/* CSS Document */

*{
	margin: 0;
	padding: 0;
}

body{
	background: #222;
	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;
}

#headerpopup{
	font-size: 0.9em;
	width: 239px;
	height: 19px;
}

#left p{
	margin-top: 10px;
	width: 200px;
}

#left p .highlight{
	color: #ffba40;
}

#volgende a{
	background: url(../img/special/buttonvolgende.gif) no-repeat;
	text-indent:-9999px;
	width: 118px;
	height: 28px;
	display: block;
	margin: 20px auto 0 auto;
	color: #ffba40;
}

#vorige a{
	background: url(../img/special/buttonvorige.gif) no-repeat;
	text-indent:-9999px;
	width: 118px;
	height: 28px;
	display: block;
	margin: 20px auto 0 auto;
	color: #ffba40;
}

#binnen a{
	background: url(../img/special/buttonsite.gif) no-repeat;
	text-indent:-9999px;
	width: 118px;
	height: 28px;
	display: block;
	margin: 20px auto 0 auto;
	color: #ffba40;
}

#right{
	float: left;
	padding: 10px 0 0 10px;
}

#right a img{
	border: 1px solid #fff;
	width: 210px;
}

/*Floatfix*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* end Floatfix*/
