/*core*/
body, li {
  text-align:left;
  font-family:Arial;
  font-size:12px;
  color:#fff;
  margin:0px;
  background:#231f20 url(../images/logo.png);
}

/* typo */
p {
  background:#231f20;
}

p:first-line {
  text-transform:uppercase;
  font-weight:bold;
  color:#ec008c;
}

a:link, a:visited, a:hover, a:active {
	color:#91298d;
	font-weight:bold;
	text-decoration:underline;
	text-transform:uppercase;
}

/*opbouw*/
#container{
	width: 880px;
	left: 50%;
	margin:20px 0px 20px -440px;
	position: relative;
	border:10px solid white;
	background:white;
}

#header{
	margin:0;
	padding:0;
	height:492px;
	width:880px;
	line-height:0px;
}

#container_info {
  padding:0;
  margin:0;
	width:880px;
	height:285px;
	background:url(http://www.mealstrom.nl/images/boxes.gif);
}

.box {
	float:left;
	width:168px;
	height:195px;
	margin-top:55px;
	overflow:auto;
	padding-right:5px;
}

#box1{
	margin-left:79px;
}

#box2{
	margin-left:105px;
}

#box3 {
	margin-left:101px;
}

p.popup {
  background:#231f20;
  padding:10px 10px 10px 10px;
}
img.popup {
  border:4px solid #ec008c;
  margin-left:5px;
}

img {
  margin:0;
  padding:0;
}


/*images*/
a img {
  border:none;
}