@charset "utf-8";
/* CSS Document */

.imagebox	{
		position:absolute;
		width: 370px;
		/*height: 300px;*/
		top:210px;
		left: 590px;
		border: 0px solid #a84885;
		/*background-color:#e8e8e0;*/
		z-index: 4;
		
		}

.image	{
		/*position:relative;*/
		border: 0px solid #a84885;
		text-align: center;
		vertical-align: middle;
		z-index: 4;

		}
	
.imagetitle
		{
		position:absolute;
		width: 370px;
		top: 280px;
		/*bottom: 0px; grenst aan onderkant afbeelding*/
		font-size: 11px;
		font-weight: bold;
		border: 0px solid #FFFF00;
		text-align:center;
		padding: 2px 0 5px 0;
		color: #e8e8e0;
		background-color: #a84885;
		z-index: 9;
		}

/*.imagetitle a	{
		text-decoration: none;
		color: #CCCCCC;
			}
*/			
/*.hr_recentbijgewerkt	{
		color: #e8e8e0;
		}*/