html {
	height:100%;
	width:100%;
	margin:0;
	padding:0px;
}
body {
	height:100%;
	width:100%;
	margin:0;
	padding:0px;
}
@font-face {
	font-family: 'RapscallionRegular';
	src: url('fonts/RAPSCALL-webfont.eot');
	src: local('☺'), url('fonts/RAPSCALL-webfont.woff') format('woff'), url('fonts/RAPSCALL-webfont.ttf') format('truetype'), url('fonts/RAPSCALL-webfont.svg#webfont3ruLqGCl') format('svg');
	font-weight: normal;
	font-style: normal;
}
.container {
	position:relative;
	width:99.9%;
}
.buffer{
	font: 40px/48px 'RapscallionRegular', Arial, sans-serif;
	width:100%;
	height:393px;
	text-align:center;
	background-color:red;
	float:left;
}
.buffertwee{
	background-color:red;
	width:58%;
	height:200px;
	margin-left:auto;
	margin-right:auto;
}
.links {
	position:absolute;
	left:0px;
}
.rechts {
	position:absolute;
	right:0px;
}
.middel {
	position:absolute;
	left:50%;
	margin-left:-215px;
}
.food {
	position:absolute;
	top:180px;
	left:25%;
	margin-left:-200px;
}
.colom {
width:25%;
float:left;
}
.colom  img{
	margin:15px;
}
.colom div{
	font-family:verdana;
	font-size:10px;
	text-align:center;
}
.colom ul{
	margin:25px;
}

.colom li{
	font-family:arial;
	font-size:12px;
	line-height:25px;
	list-style-position:inside;
}