
div.container {
	width: 740px;
}
div.top {
	position: relative;
	width: 740px;
	height: 65px;
}
div.logo{
	width: 400px;
	height: 60px;
	float: left;
}
div.trolley {
	width: 340px;
	height: 60px;
	float: right;
}
div.menu1 {
	position: relative;
	top: -40px;
	background-color: #900B09;
	width: 740px;
	height: 20px;
	z-index:3;
	filter:alpha(opacity=90);
	opacity: 0.9;
	-moz-opacity:0.9;
	cursor: hand;
}
div.menu2Tekst {
	position: absolute;
	top: 155px;
	left: 10px;
	width: 740px;
	height: 20px;
	z-index:3;
	margin:0px;

}
div.menu2Hidden {
	position: absolute;
	visibility:hidden;
}
div.menu2 {
	position: relative;
	top: -40px;
	width: 740px;
	height: 20px;	
	background-color: #5A9A00;
	filter:alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity:0.8;
	z-index:2;
}

div.picture {
	position: relative;
	top: 0px;
	width: 740px;
	height: 100px;
}

div.main {
	position: relative;
	width: 740px;
	align:center;
	top:-40px;
}
div.bottom {
	position: relative;
	background-color: #900B09;
	width: 740px;
	padding: 3px 0px 5px 0px;
	top: -35px;
	margin: 0px;
}

