html {
	overflow:auto;
}
body {
	background:rgb(73, 86, 130);
	background-image: url(./img/background.jpg);
	background-repeat: repeat-x;
	margin:0px;
	padding:0px;
	font-family:verdana;
	font-size:11px;
	color:rgb(103, 64, 31);
	text-align: center;
	zoom:0;
}
/* IE QUIRKS! */
img{
display:block;
}
*{
padding:0;
margin:0;
}

hr{
color:gray;
}
div.center_container{
  border: 1px dotted gray; 
  padding: .5em;  /* gebruik dit om een div te testen */
  align: center;
  
}
#content {
  width: 900px ;
  height:1050px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: auto ;
  margin-right: auto ;
  background-color: white;
  text-align: left;
  z-index:10;
 
}
#header {
  background-color: rgb(23, 60, 112);
  height:185px;
 
}
#header-inner-l {
  background-image: url(img/gradient-gee-wit.jpg);
  /* background-color:rgb(238, 154, 19); rgb(150, 135, 130); rgb(242, 188, 142);*/
  float:left;
  width:55px;
  height:99px;
  *height:185px;	/* herkenning IE */
  border-style:solid;
  border-width: 86px 0px 0px 0px;
  border-color:rgb(150, 135, 130);
}
#header-inner-r {
  
  float:left;
  width:50px;
  height:100%;
  *height:185px;	/* herkenning IE */
  background-image: url(img/gradient-grijs-rood2.jpg);
}


#logo {
  background-image: url(img/gradient-geel-wit-hor.jpg);
  background-repeat:repeat-y;  
  
  float:left; 
  height:185px; 
  *height:185px;	/* herkenning IE */  
  
}
#logo img {
	margin-top:86px;
}
#pand {
  float:left;  
  border-style:solid;
  border-width: 0px 0px 0px 0px;
  border-color: rgb(23, 60, 112);
}
#verfblikken {
  float:left; 
  border-style:solid;
  border-width: 0px 0px 0px 11px;
  border-color: rgb(240, 73, 37);
}
#rondje_auto {
	position:absolute;
	left:92%;
	top:90;
	z-index:9;
}
#rondje_vrachtauto {
	position:absolute;
	left:89%;
	top:190;
	z-index:9;
}
#spuiter {
	position:absolute;
	left:0;
	top:0;
	z-index:9;
}
#menubalk {
  background-color: rgb(240, 73, 37);/*rgb(71, 86, 129);*/
  height:10px;
}
/* jQuery lightBox plugin - Gallery style */
#gallery {
	background-color: rgb(240, 73, 37);/*rgb(71, 86, 129);*/
    height:40px;
}
#gallery div { 
	width:43%;
	height:40px;
	float: left; 
	background-image: url(img/gradient-grijs-rood.jpg);
}
#gallery ul { 
	list-style: none; 
}
#gallery ul li { 
	display: inline;
	float: left; }
#gallery ul img {
	border: 5px solid rgb(244, 196, 120);
	border-width: 5px 5px 5px 5px;
}
#gallery ul a:hover img {
	border: 5px solid rgb(240, 73, 37);
	border-width: 5px 5px 5px 5px;
	color: rgb(240, 73, 37);
}
#gallery ul a:hover { 
	color: #fff; 
}

