﻿html{
	overflow:scroll; 
}
body.body{
	margin:1px 2px 2px 2px;
	background-image:url('../image/develop.png');
	background-repeat:repeat;
}
table.bodyArea{
	width:100%;
	border-collapse:collapse;
}
tr.scrollbarRow{
}
td.autoColumn{
	width:auto;
	border:0px;
	padding:0px 1px 0px 0px;
}
td.scrollbarImage{
	border:0px;
	padding:0px;
  font-size:0px;
}
img.scrollbarImage{
	width:1024px;                    /* gelijk aan width td.deskTopArea */
	height:1px; 
}
tr.desktopArea{
}
td.desktopArea{                    /*  is actuele werkgebied */ 
	width:1024px;                    
	border:0px;
	padding:0px;
}
div.mainContainer{
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	font-size:small;
	font-family:Verdana, Geneva, Tahoma, sans-serif;
}
div.bestelAuto{
	background-image:url('../image/bestelauto.01.png');	
	background-repeat:no-repeat;
	background-position:2px top;
	height:430px; 
}
div.info{
	background-image:url('../image/hammer.png');	
	background-repeat:no-repeat;
	background-position:240px top;
	font-size:22px;
	color:#278000;
	height:300px; 
	position:relative ;
	top:-75px;
	z-index:1;
	padding-left:370px;
}
div.bedrijf{
	padding-top:55px; 
}
div.naam{
}
div.mobiel{
	background-image:url('../image/mobiel.32.png');	
	background-position:0px 80px;
	background-repeat:no-repeat ;
	padding-left:36px;
	padding-top:80px; 
}
div.www{
	background-image:url('../image/www.32.png');	
	background-repeat:no-repeat ;
	padding-left:36px;
}
div.email{
	background-image:url('../image/email.32.png');	
	background-repeat:no-repeat ;
	padding-left:36px;
}

a.email:link{color:#FFC000;text-decoration:none;font-weight:normal;}               /* unvisited link  */
a.email:visited{color:#FFC000;text-decoration:none;font-weight:normal;}            /* visited link    */
a.email:hover{color:#278000;text-decoration:none;font-weight:normal;}              /* mouse over link */
a.email:active{color:#000000;text-decoration:none;font-weight:normal;}             /* selected link   */  
