html {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height:100%;
	width:100%;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height:100%;
	width:100%;
	background-image: url(../images/bg.jpg);
}
img
{
	border:none;
}
#tekst
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	padding:55px;
	padding-top:120px;
	padding-left:70px;
	color:white;
	width:450px;
	line-height:20px;
	text-align:justify;
	text-justify: inter-word;
	float:left;
}
#tekstvak
{
	height:295px;
	width:450px;
	padding-right:20px;

}
#agenda
{
	float: left;
	margin-left:183px;
	margin-top: 123px;
	width:200px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
}
#agenda .kop
{
	font-weight:bold;
	color:black;
}
#aanbieding
{
	float:top;
	position:absolute;
	top:550px;
	padding-left:80px;
	font-size:17px;
	color:#FFCC00;
	font-family:Verdana, Geneva, sans-serif;
	
}
#design
{
	float:top;
	position:absolute;
	top:625px;
	padding-left:25px;
	font-size:9px;
	color:#FFCC00;
	font-family:Verdana, Geneva, sans-serif;	
}
#design a
{
	text-decoration:none;
}
#menu
{
	float:left;
	width:740px;
	text-align:left;
	padding-left:10px;
}
#logo
{
	float:left;
	width:230px;
	text-align:right;
	padding-right:20px;
}


.scrollgeneric 
{
line-height: 1px;

font-size: 1px;

position: absolute;
top: 0; 
left: 0;

}

.vscrollerbase 
{
width: 10px;
}

.vscrollerbar 
{
width: 10px;
height:50px;
background-color: #FC0;
gbackground: url(../images/scrollbar.png) -36px 0px repeat-y;
}
.hscrollerbase 
{
height: 10px;
background-color: white;

}

.hscrollerbar 
{
height: 10px;
height:50px;
background-color: #690;
}

.scrollerjogbox 
{
width: 10px;

height: 10px;
top: auto; 
left: auto;

bottom: 0px; 
right: 0px;

background-color: gray;

}



#mycustomscroll2 {
/*percantage width: make it 100% to match container*/
width: 100%;
height: 250px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/

/* negative left margin to compensate for the padding,
not related to fleXcroll, and may not be needed elsewhere */
padding: 20px;
}


