* {
	margin:0px;
	padding:0px;
}

body {
	background-color:#f2f2f2;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000
}
a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	text-decoration:underline;
}



/* SCHOENENLUCA
-------------------------------------------------------------------------------- */
#schoenenluca {
	position:relative;
	margin-top:20px;
	width:700px;
	left:50%;
	margin-left:-350px;
	border-top:#000 1px solid;
}


/* TOPNAV 
--------------------------------------------- */
#topnav {
	position:absolute;
	top:11px;
	left:0px;
	width:700px;
	height:31px;
	background-color:#4f6071;
}
#topnav ul {
	float:left;
}
#topnav li {
	float:left;
	margin:7px 25px 0px 11px;
	list-style:none;
}
#topnav a {
	font-family:"Trebuchet MS", Arial, Verdana;
	font-size:14px;
	text-decoration:none;
	text-transform:uppercase;
	color:#fff;
}
#topnav a:hover {
	text-decoration:underline;
}

/* FLASH
--------------------------------------------- */
#flash {
	position:absolute;
	top:74px;
	left:0px;
	width:700px;
	height:266px;
}

/* CONTENT
--------------------------------------------- */
#content {
	position:absolute;
	top:74px;
	left:0px;
	width:670px;
	height:236px;
	padding:15px;
	background-color:#fff;
}
#content-hightlights-mbt {
	display:block;
	width:650px;
	padding:10px;
	background-color:#98012f;
	color:#fff;
	font-size:16px;
	font-family:"Myriad Pro", Arial;
	text-align:center;
	text-decoration:none;
}

#content h1 {
	font-size:18px;
	font-weight:normal;
	color:#4f6071;
	margin-bottom:15px;
}
#content h2 {
	font-size:14px;
	font-weight:normal;
	color:#4f6071;
	margin-bottom:10px;
}
#content h2.promotie {
	font-size:18px;
	font-weight:normal;
	color:#4f6071;
	margin-bottom:10px;
}
#content h3 {
	font-size:12px;
	font-weight:bold;
	color:#4f6071;
	margin-bottom:10px;
}
#content p {
	margin-bottom:10px;
}

#content .promotie {
	text-transform:uppercase;
	font-size:18px;
}

/* SUBNAV
--------------------------------------------- */
#subnav {
	position:absolute;
	top:362px;
	left:0px;
	width:700px;
}
#subnav a {
	font-size:12px;
	text-decoration:none;
	color:#fff;
}
#subnav p {
	text-align:center;
	width:112px;
	height:18px;
	background-color:#4f6071;
	padding-top:2px;
	margin-bottom:10px;
}

#collectie {
	float:left;
	width:331px;
	height:137px;
	margin-right:10px;
	margin-bottom:20px;
}
#collectie h3 {
	font-size:12px;
	font-weight:normal;
	color:#fff;
	width:324px;
	height:18px;
	background-color:#4f6071;
	padding:2px 0px 0px 7px;
	margin-bottom:10px;
}
#geschiedenis {
	float:left;
	width:112px;
	height:137px;
	margin-right:10px;
	margin-bottom:20px;
}
#highlights {
	float:left;
	width:112px;
	height:137px;
	margin-right:10px;
	margin-bottom:20px;
}

#contact {
	float:left;
	width:112px;
	height:137px;
}

/* BOTTOM 
--------------------------------------------- */
#bottom {
	clear:both;
	border-top:#000 1px solid;
	font-size:11px;
	color:#333;
	padding-top:7px;
	width:700px;
}
#bottom a {
	font-size:11px;
	color:#333;
	text-decoration:none;
}

/* SITEMAP 
--------------------------------------------- */
#sitemap li {
	list-style-type: none;
	margin-bottom: -2px;
}
ul#sitemap > li {
	margin-bottom: 10px;
}
#sitemap ul {
	margin-left: 40px;
}
#sitemap ul li {
	list-style-image: url("../../images/sitemap/l2_normal.gif");
	margin-top: -2px;
}
#sitemap ul ul li {
	list-style-image: url("../../images/sitemap/l3_normal.gif");
	margin-left:-40px;
}
#sitemap ul li.firstfollow {
	list-style-image: url("../../images/sitemap/l2_first_follow.gif");
	margin-top: 0px;
}
#sitemap ul li.last {
	list-style-image: url("../../images/sitemap/l2_last_item.gif");
}
#sitemap ul li.last ul li {
	list-style-image: url("../../images/sitemap/l3_normal_no_l2.gif");
}
#sitemap ul li.last ul li.firstfollow {
	list-style-image: url("../../images/sitemap/l3_first_follow_no_l2.gif");
	margin-top: 0px;
}
#sitemap ul li.last ul li.last {
	list-style-image: url("../../images/sitemap/l3_last_item_no_l2.gif");
}
#sitemap ul ul li.firstfollow {
	list-style-image: url("../../images/sitemap/l3_first_follow.gif");
	margin-top: 0px;
}
#sitemap ul ul li.last {
	list-style-image: url("../../images/sitemap/l3_last_item.gif");
}
