@import url("producten.css");

*{
	margin:0;
	padding:0;
}

html {
	overflow: -moz-scrollbars-vertical;
}

body {
	background: #657e10 url(../images/bg.jpg) no-repeat top left;	
}

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

#content{
	float:left;
	width:830px;
	padding-left:149px;
}	

#head{
	float:left;
	width:1004px;
	height:207px;
}

#menu{
	float:left;
	width:830px;
	padding:0 0 2px 0;
}

#menu ul{
	list-style:none;
	padding:0 0 0 22px;
}

#menu li { /* all list items */
	float: left;
	width: auto; /* width needed or else Opera goes nuts */
	padding:0 5px 0 0;
}

.menuitem1{
	background: url(../images/tuinhuizen-blokhutten.gif) no-repeat;
	background-position: 0 -33px;
	width:248px; 
	height:33px; 
	float:left;
	margin:2px 0 0 20px;
}

.menuitem2{
	background: url(../images/blokhutten.jpg) no-repeat;
	background-position: 0 0px;
	width:121px; 
	height:35px; 
	float:left;
	
}

.menuitem1:hover{
	background-position: 0 0px;
}

.menuitem2:hover{
	background-position: 0 -35px;
}

.menuitem1-active{
	background: url(../images/tuinhuizen-blokhutten.gif) no-repeat;
	width:248px; 
	height:33px;
	background-position: 0 0px;
	float:left;
	margin:2px 0 0 20px;

}

.menuitem2-active{
	background: url(../images/blokhutten.jpg) no-repeat;
	width:121px; 
	height:35px;  
	float:left;

}

.menu{
	display:none;
}

#flashbanner{
	float:left;
	position:relative;
	z-index:0;
}

#inhoud{
	float:left;
	width:539px;
	padding:20px 47px 0 20px;
	background: #acd521 url(../images/inhoud_bg.jpg) repeat-x top left;
	position:relative;
	z-index:1;
}

#inhoud-rechts{
	float:left;
	width:185px;
	padding:0 0 0 35px;
}

#links-tekst{
	width:507px;
	float:left;
	padding:10px 10px 10px 20px;
	margin: 0;
	background: #fff;
	border: 3px solid #91ba09;
}

#winkelwagen{
	float:left;
	height:105px;
	padding:25px 0 0 0; 
}

.ww_bestellen{
	float:left;
	padding-top:13px;
}

iframe{
	border:1px solid #4578c3;
}

input, textarea{
	border:1px solid #4578c4;
	padding:2px;	
	overflow:auto;
}

#footer{
	position:relative;
	width: 740px;
	padding:30px 15px 33px 0;
	text-align:right;
	background:#637d10 url(../images/footer.jpg) no-repeat top right;
}

#trefwoorden{
	margin-left:157px;
	text-align:center;
	width:588px;
	padding:0 0 10px 0;
	background:#637d10;
}

#linksLeft{
	float:left;
	background:#637d10;	
	padding-left:157px;
}

#linksRight{
	background:#637d10;
	float:right;
}
