@import url("home-slide.css");
@import url("veranda.css");
@import url("jquery.fancybox.css");

*{
	padding:0;
	margin:0;
}

body{
	overflow: -moz-scrollbars-vertical;
	background: #fff url(../images/bg.jpg) repeat-x top left;
	margin:0;
	padding:0;
	text-align:center;
}

#wrapper{
	margin:0 auto;
	width:896px;
	text-align:left;
	position:relative;
}

#head{
	margin:0 auto;
	width:896px;
	height:263px;
	float:left;
	position:relative;
}

#s3{
	position:absolute;
	top:21px;
	left:11px;
	width:874px;
	height:232px;
	z-index:9;
}

#headoverlay{
	background: url(../images/head.png) no-repeat top left;
	z-index:11;
	width:896px;
	height:263px;
	position:relative;
	top:0;
	left:0;
}

#content{
	margin:0 auto;
	width:896px;
	float:left;
	background: url(../images/tekst_bg.jpg) repeat-y top right;
}

#content-left{
	float:left;
	width:182px;
}

#menu{
	float:left;
	width:182px;
	height:190px;
	background: url(../images/menu_bg.jpg) no-repeat top right;
}

#menu ul{
	list-style:square;
	padding:10px 0 20px 50px;
	color:#fff;
}

#menu li{
	padding:10px 0;
}

.informatieaanvraag{
	float:right;
	width:168px;
	padding:3px 0 5px 0;
	position:relative;
}

.informatieaanvraag h5{
	font-weight:bold;
	color:#fff;
	padding:10px 0 10px 20px;
	font-size:15px;
	width:148px;
	background: url(../images/belmetterug.jpg) no-repeat top right;
}

.informatieaanvraag a{
	color:#fff;
	text-decoration:none;
}


#veranda-menu ul{
	padding:5px 0 10px 15px;
	color:#fff;
	list-style:square;
}

#veranda-menu li{
	padding:4px 0;
}

#veranda-menu{
	float:left;
	padding:25px 0 0 30px;
	margin-top:10px;
	width:152px;
	background: url(../images/veranda-menu_bg.jpg) no-repeat top right;
}

#tekst{
	float:left;
	width:652px;
	padding:5px 40px 20px 22px;
	background: url(../images/tekst2_bg.jpg) no-repeat top right;
}

p#options{
	margin:0 0 10px 0;
	border-bottom:1px solid #c1c1c1;
}

p#ordertotal{
	margin:10px 0;
	border-top:1px solid #c1c1c1;
	border-bottom:1px solid #c1c1c1;
	text-align:right;
}

#footer{
	width:856px;
	float:left;
	background: url(../images/footer.jpg) no-repeat top center;
	text-align:right;
	padding:5px 40px 0 0;
}

#trefwoorden{
	text-align:left;
	width:653px;
	color:#6c6c6c;
	padding:10px 0 0 203px;
	float:left;
	font-size:10px;	
}

.toggle{
	cursor:pointer;
	padding:5px 0;
}

.element a{
	padding:1px 3px;
	display:inline-block;
	
}

