body {margin:0; padding:0; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif}
html, body {height: 100%;}
* html {height: 100%;}



nav {

	position: fixed;
	top: 0;
	right: 0;
	width: 260px;
	height: 50px;
	background: url(menu.png);
	z-index: 10;

}

.daaronder {

	position: fixed;
	top: 50px;
	right: 0;
	height: 100px;
	width: 260px;
	background: url(daaronder.png);
	z-index: 10;

}

#rightside-slider {

	position: absolute;
	top: 150px;
	right: 0;
	width: 260px;
	height: 650px;
	overflow: scroll; 
	overflow-x: hidden;

}

.inside{

	background: url(rightkleding.png);
	width: 260px;
	height: 700px;
	float: left;

}

.leftside {

	top: 0;
	position: absolute;
	left: 0;
	width: 710px;
	overflow: scroll; 
	overflow-x: hidden;
	height: 800px;

}

.kledinglinks {

	background: url(kledinglinks.png);
	height: 821px; 
	width: 710px;

}

