/* CSS Document */
* {
	margin:0;
	padding:0;
	outline:0;
}
#container {
	width:980px;
	height:601px;
	margin:0 auto;
	position:relative;
	background:#fff;
}
#flash {
	position: absolute;
	width: 980px;
	height: 600px;
	z-index: 1;
}

#flashbanner {
	position: absolute;
	left:0;
	top:0;
	z-index: 999;
}
#nibostone {
	position: absolute;
	left: 941px;
	top: 72px;
	z-index: 2;	
}
#contenthome {
	position: absolute;
	left: 693px;
	top:227px;
	z-index: 3;
}
#contenthome ul {
	list-style: none;
	list-style-position:outside;
	margin: 0;
	padding: 0;
}
#contenthome ul li {
	background: transparent url(/img/layout/pijl.gif) right center no-repeat;
	width: 225px;
	line-height: 21px;
	padding:0;
	margin:0;
}
#contenthome ul a:link, #contenthome ul a:visited {
	display: block;
	width: 225px;
	color: #a58837;
	text-decoration: none;
}
#contenthome ul a:hover {
	color: #002642;
}

/* header dropdown */
.dropdown {
	background:url(/img/layout/dropdown_bg.gif) 95% 4px no-repeat;
	font-size:10px;
	line-height:14px;
	height:14px;
	width:110px;
	color:#a38634;
	border:1px solid #a38634;
	padding-left:5px;
	position:relative;
	cursor:pointer;
	z-index:70;
}

#quicklinks {
	position:absolute;
	bottom:2px;
	left:230px;
	border:0;
	font-size:11px;
	height:32px;
	line-height:32px;
	width:140px;
	background:none;
	padding:0;
}

#quicklinks a {
	border-left:1px solid #a38634;
	padding:0 10px;
}

.dropdown ul {
	position:absolute;
	top:14px;
	left:-1px;
	right:-1px;
	list-style:none;
	padding:0;
	margin:0;
	background:#fff;
	border:1px solid #a38634;
	z-index:95;
	display:none;
}

#quicklinks ul {
	top:-150px;
	list-style:none;
	list-style-position:inside;
	line-height:14px;
	border:1px solid #a38634;
}

#quicklinks ul a {
	border:0;
}

.dropdown li {
	float:left;
	width:100%;
	clear:both;
}

.dropdown ul a {
	display:block;
	margin:0;
	padding:0 5px;
}
.dropdown ul a:hover {
	background:#eee;
	text-decoration:underline;
}
.dropdown.show ul {
	display:block;
}

.vloer {
	height: 57px;
	width: 225px;
	position: relative;
	margin-top: 20px;
}
.vloer span .img {
	border: solid 1px #d1c299;
	float:left;
	height:48px;
	overflow:hidden;
}
.border {
	border: solid 1px #fff;
}
.vloer h2 {
	position: absolute;
	left: 60px;
	top: 15px;
	width: 180px;
}