/* CSS Document */

h1 {
	font: 18px Arial, Helvetica, sans-serif;
	color: #fff;
	padding: 0;
	margin: 0px 20px;
}

#content {
	background: url(../img/storepagina.jpg) top left no-repeat;
	z-index: 200;
}

#tekst li {
	list-style-type: none;
	margin-left: 0px;
	cursor: pointer;
	cursor: hand;
}

#tekst li.active {
	font-weight: bold;
	color: #fff;
}

#tekst {
	padding-left: 20px;
}

.lijn {
	height: 1px;
	line-height: 1px;
	border-bottom: 1px solid #fff;
	margin-top: 15px;
}

#tekst ul {
	margin: 0; padding: 0;
	position: relative;
	float: left;
	margin-right: 40px;
	padding-top: 10px;
}

#storeinfo {
	float: left;
	margin-top: 11px;
	position: relative;
	width: 460px;
}

#storeinfo .store {
	float: left;
	width: 200px;
	margin-right: 25px;
	margin-bottom: 15px;
}

#storeinfo strong {
	color: #ffffff;
}

#storebackground {
	position: absolute;
	top: -225px; left: -325px;
	width: 2000px; height: 1304px;
	background: transparent url(../img/wereldkaart.gif) no-repeat top left;
}

#backgroundcontainer {
	position: absolute;
	width: 883px;
	height: 386px;
	z-index: 100;
	margin: 7px;
	overflow: hidden;
}

#rest {
	position: absolute;
	z-index: 1000;
}