@charset "utf-8";
/* CSS Document */


   div#contentLeft {
		padding:0px;
      padding-right:15px;
      width:300px;
      float:left;
   }

   div#contentRight {
		width:399px;
      float:left;
   }

	img.imgLarge {
		width:380px;
		/*height:285px;*/
		margin:0px;
		margin-bottom:12px;
		padding:0px;
		border:9px;
		border-color:#ffffff;
		border-style:solid;
		float:left;
	}

	img.imgThumb {
		width:110px;
		height:83px;
		margin:0px;
		margin-bottom:12px;
		padding:0px;
		border:7px;
		border-color:#ffffff;
		border-style:solid;
		float:left;
	}
	img.imgThumbSpacing {
		margin-right:13px;
	}

	a.btnBackAanbod {
		color:#485500;
		font-weight:bold;
		margin-right:15px;
		margin-top:15px;
		text-decoration:none;
	}
