 body,div,dl,dt,dd,ol,ul,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
margin: 0;
padding: 0;
}

html { 
	font-size:14px;
    font-family: Trebuchet MS; 
}
 
#heading {
	display: block;
	text-align: center;
	margin-bottom: 1em;
	width:570px;
	background: url(../images/bestel_nav_bg.jpg) no-repeat top left;
	height:27px;
	margin-left:10px;
}

#heading * {
	display: inline;
	padding: 4px;
	user-select: none;
	cursor: pointer;
	vertical-align: middle;
}

#heading li.active {
	background-color: #fff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-opera-border-radius: 3px;
	-moz-border-radius: 3px;
}


#panes {
	text-align: left;
	border-style: none;
	margin: 0 1em 0 1em;
	width:590px;
	overflow:hidden;
	float:left;
}

#panes p {
  width: 580px;
  margin: 0 ;
  line-height: 1.2em;
}

#inhoudpanes{
width:590px;
overflow:hidden;
}

#panes div div { overflow: hidden; }

#previous { float: none; cursor: pointer; }
#next { float: none; cursor: pointer; }

