/* CSS Document */

body {
	background-position:center;
	background-position:top;
	background-color:#FFFFFF;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#686866;
	overflow:hidden;
}

html, body { height: 100%; overflow:hidden; }


/* Top */

#top {
	position:relative;
	background-repeat:no-repeat;
	background-position:center;
	margin:0px auto 0px auto;
	width:840px;
	height:158px;
	z-index: +1;
	background-color: #F2F2F2;
}

#adres{
	position:absolute; top:0px; right:10px;
	width:180px;
}

#adres p {
	color:#686868;
	font-size:11px;
	padding: 20px 15px 0px 15px; 
}

#adres a {
	color:#EE287F;
	text-decoration:none;
}

#adres a:hover {
	color:#EE287F;
	text-decoration:underline;
}

/* Einde Top */

/* Content */

#container {
	position:relative;
	background-image:url(../images/splash_bg_container.jpg);
	background-repeat:repeat-y;
	width:840px;
	height:100%;
	margin:0px auto 0px auto;
}

#catering {
	position:relative; top:20px; left:35px;
	float:left;
	width:360px;
	height:255px;
}

#catering_title {
	position:relative; top:0px; right:1px;
	margin-bottom:15px;
	float:right;
	width:170px;
	height:32px;
}

#catering_img {
	position:relative; top:0px; left:0px;
	margin-right:5px;
	float:left;
	background-image:url(../images/splash_catering_img.jpg);
	background-repeat:no-repeat;
	width:188px;
	height:197px;
}

#catering_text {
	position:relative; top:0px; right:0px;
	float:left;	
	background-image:url(../images/splash_catering_text.jpg);
	background-repeat:no-repeat;
	width:164px;
	height:197px;
}


#lunchroom {
	position:relative; top:20px; right:35px;
	float:right;
	width:360px;
	height:255px;
}

#lunchroom_title {
	position:relative; top:0px; right:1px;
	margin-bottom:15px;
	float:right;
	width:170px;
	height:32px;
}

#lunchroom_img {
	position:relative; top:0px; left:0px;
	margin-right:5px;
	float:left;
	background-image:url(../images/splash_lunchroom_img.jpg);
	background-repeat:no-repeat;
	width:188px;
	height:197px;
}
.Lunchroom_img2 {
	float: left;
	height: 197px;
	width: 188px;
	margin-right: 5px;
	position: relative;
	z-index: +3;
	left: 0px;
	top: 0px;
}

#lunchroom_text {
	position:relative; top:0px; right:0px;
	float:left;	
	background-image:url(../images/splash_lunchroom_text.jpg);
	background-repeat:no-repeat;
	width:164px;
	height:197px;
}

#footer{
	position:relative; bottom:0px;
	width:840px;
	clear:both;
}

/* Einde Content */

/* Text */

p {
	color:#FFFFFF;
	padding: 8px 10px 0px 15px; 
}
.splashbanner {
	position: absolute;
	z-index: +8;
	left: 0px;
	top: 0px;
}

