/*	---------------------------------------------------------------------------------------
	Buro 7
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	File:				referenties.css
	Version:			1.2
	Date:				  21.06.2011
	Author:				Buro 7
	---------------------------------------------------------------------------------------	*/


/*	---------------------------------------------------------------------------------------
	Algemeen
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/


/*	---------------------------------------------------------------------------------------
	Typografie
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/



/*	---------------------------------------------------------------------------------------
	Links
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/



/*	---------------------------------------------------------------------------------------
	Wrappers
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/


/*	---------------------------------------------------------------------------------------
	Main Layout
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/

.headerPanorama{
  background-image: url(../images/layout/header/02.jpg);
}

.headerPanoramaBalk{
  display: none;
}

.headerPanoramaBalkTekst{
  display: none;
}

.headerSubmenu{
   cursor:  default;
}

.headerSubmenuContent{
  display: none;
}


/*	---------------------------------------------------------------------------------------
	content
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/

/*	---------------------------------------------------------------------------------------
	referenties
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/

.referenties{
  margin: 15px 0 0 0px;
  width: 100%;
  padding: 0 0 20px 0;
}


.referenties img.illus{
  padding: 0 0 10px 0;
}


.referenties p{
  margin: 0 0 10px 0px;

}

.titleBar{
  position: relative;
  margin: 0px 0 0px 0;
  height: 38px;
  cursor: pointer;
  width: 960px;
  padding: 0 0px 0 0px;
}

.titleBar:hover{
  box-shadow: 1px 1px 4px  rgba(0,0,0, 0.4);
  -moz-box-shadow: 1px 1px 4px  rgba(0,0,0, 0.4);
  -webkit-box-shadow: 1px 1px 4px  rgba(0,0,0, 0.4);
  background-color:  #FBFBFB;
}

.meerInfoButton{
  position: absolute;
  right: 10px;
  margin-top: 5px;
  z-index: 5;
}

.hd.referenties{
  position: relative;
  font-family: Corbel, Arial, Helvetica, sans-serif;
  font-size: 25px;
  color: #000;
  width: 100%;
  border-bottom: 1px dotted #D0D0D0;
  margin: 0 0 8px 0;
  padding: 0 0px 0 0px;
  line-height: 38px;

}

.hd.referenties:hover{
  border-bottom: 0px;
  text-indent: 10px;
}

/*table.referenties{
  border-collapse:collapse;

}*/

table.referenties tr{
/* border-bottom: 1px dotted #636363;    */
    height: 75px;
}

table.referenties tr.noLogo{
/* border-bottom: 1px dotted #636363;    */
    height: 20px;
}

 table.referenties{
  padding-left: 0px;
}

table.referenties td.cam{
  width: 125px;
  padding-left: 20px;
}

table.referenties td.cam img{
  float: right;
  margin-top: -6px;
}






