html {
	min-height:100%;
	height:100%;
	max-height:100%;
	width:100%;
	margin:0 auto;
	padding:0;
	overflow:auto; /*get rid of scroll bars in IE */
}
body {
	min-height:100%;
	height:100%;
	max-height:100%;
	width:100%;
	margin:0 auto;
	padding:0;
	font:14px Arial, Verdana, sans-serif;
	color:#333;
	background:#fff url(../images/bg-body.gif) repeat-x;
}
a {
	text-decoration:none;
	color:#ec8a00;
}
a:hover {text-decoration:underline;}
a:focus {outline:none;}
img {border:none;}
.wrapper {
	width:900px;
	min-height:150%;
	height:110%;
	margin:0 auto;
	display:block;
	padding:0;
}
#header {
	position:relative;
  	top:0;
	height:190px;
	overflow:hidden;
	background:#ea8a00;
	padding:0 31px 0 0;
	z-index:20;
}
#content {
	height:225%;
	min-height:225%;
	z-index:5;
	position:relative;
	display:block;
	background:#f7f7f7 url(../images/bg-content.gif) repeat-x;
	padding:0 25px 0 25px;
	margin:0;
}
#content * p {
	margin-bottom:12px;
}
#content .kop {
	font-size:16px;
	color:#ec8a00;
}
.visual {
	float:left;
	width:700px;
	min-height:100%;
	height:100%;	
	position:relative;

}
.visual img {display:block;}
h1.zien-op-zondag-nl {
	text-indent:-9999px;
	overflow:hidden;
	width:461px;
	height:72px;
	background:url(../images/text-zien-op-zondag-nl.png) no-repeat;
	position:absolute;
	top:70px;
	left:120px;
	margin:0;
}
.nav-area {
	width:100%;
	overflow:hidden;
	position:absolute;
	bottom:0;
	left:0;
}
.nav-area .holder {
	float:left;
	left:50%;
	position:relative;
}
.nav-area .frame {
	left:-50%;
	float:left;
	position:relative;
}
#nav {
	list-style:none;
	margin:0;
	padding:0 0 0 9px;
	overflow:hidden;
	float:left;
}
#nav li {
	float:left;
	background:url(../images/bg-nav.png) no-repeat;
	display:inline;
	margin:0 9px 0 0;
	font-size:14px;
}
#nav a {
	display:block;
	width:150px;
	height:20px;
	padding:10px 0 0;
	text-align:center;
	color:#f7f7f7;
}
#nav li.active a,
#nav a:hover {
	color:#000;
	text-decoration:none;
}
a.homelink, a.hover {
	color:#fff;
	display:block;
	width:214px;
	height:59px;
	font-weight:normal;
	font-size:14px;
	text-decoration:none;
}
a.homelink:hover {
	color:#000
}
.logo {
	float:right;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/bg-logo.png) no-repeat;
	margin:27px 0 0;
}
.logo a {
	display:block;
	width:138px;
	height:149px;
}

.heading {
	
	overflow:hidden;
	padding:0 100px;
}
.heading h2 {
	font-weight:normal;
	font-size:28px;
	color:#333;
	margin:0 0 30px;
}
.heading h2 strong {color:#ec8a00;}
.list {
	list-style:none;
	padding:0;
	margin:0 0 0 -18px;
	width:878px;
	font-size:0;
	line-height:0;
}
.list li {
	display:inline-block;
	width:420px;
	vertical-align:top;
	overflow:hidden;
	margin:0 0 53px 18px;
	font-size:14px;
	line-height:normal;
}
* html .list li {display:inline;}
* +html .list li {display:inline;}
.list .photo {
	float:left;
	width:200px;
	padding:8px;
	display:inline;
	margin:0 17px 0 0;
}
.list .photo img {
	display:block;
	background:#fff;
	padding:8px;
}

.list .info {
	padding-top:8px;
	height:1%;
	overflow:hidden;
	line-height:20px;
}
.info .price {
	font-size:16px;
	display:block;
	margin:4px 0 20px;
}
.info h3 {
	font-size:18px;
	margin:0 0 4px;
}
.info p {margin:0 0 2px;}
.itemscoll {
	padding-top:18px;
}
.itemscoll img {
	padding-left:13px;
	padding-bottom:10px;
}
