﻿html, body { 
	
	}

#GB_overlay {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 3000px;
    background: url(/Style%20Library/images/overlay2.png) 0 0 repeat; 
    z-index:10000000000;
	}
	#GB_window {
	  top: 100px;
	  left: 0px;
	  position: absolute;
	  z-index: 15000000000;
	  background-color: #f7941d;
	  padding:0px;
	  margin:0px;
	  
	  display: block;
	  border: 1px solid #fabf77; /*LIJN RONDOM LIGHTBOX*/
	}
	
		#GB_frame {
		  display: block;
		  width: 100%;
    	  height: 100%;
		}

#GB_caption {
  font: 12px bold helvetica, verdana, sans-serif;
  color: #fff;
  background: #888;
  padding: 2px 0 2px 5px;
  margin: 0;
  text-align: left;
}

a.greybox {
	display: block;
	width: 100%;
	height: 88px;
	margin: 0px;
	background: url("/Style%20Library/images/banner_klantbeloften3.gif") #20409a 50% 50% no-repeat; 
	font: bold 16px Arial;
	text-align: center; 
	color: #FFF;
	text-decoration: none;
	text-indent: -12555px;
	overflow: hidden;
	}
/*a.greybox:hover {
	background-color: #dc2723 ;
	}*/

