body{
	background-image: url(images/background.png);
	background-repeat: repeat-x;
	background-color: #282727;
	font-family: Arial, Helvetica, sans-serif;
	color: #e7e7e8;
	font-size: 12px;
}

#container{
	width: 980px;
	height: auto;
	margin: 193px auto;
	padding: 0;
}

#header{
	background-image: url(images/header.png);
	height: 207px;
	width: 980px;
	float: left;
}

#information{
	width: 645px;
	height: auto;
	float: left;
	margin-left: 244px;
}

#information hr{
	border: #cfce00 0.5px solid;
}

.gegevens{
	width: 232px;
	height: 232px;
	float: left;
}
	.gegevens h2{
		color: #cfce00;
		font-size: 20px;
		font-style: italic;
	}

 a:link, .gegevens a:hover, .gegevens a:active, .gegevens a:visited{
	color: #cfce00;
	text-decoration: underline;
}
	
.openingstijden{
	width: 232px;
	height: 232px;
	float: right;
	text-align: right;
}
	.openingstijden h2{
		color: #cfce00;
		font-size: 20px;
		font-style: italic;		
	}
		.dag{
			margin-right: 50px; 
		}

#about{
	width: 645px;
	height: 50px;
	float: left;
	margin-left: 244px;
}
	#about hr{
		border: #cfce00 0.5px solid;
	}