@charset "utf-8";
/* CSS Document */

.imagebox	{
		position:absolute;
		top:210px;
		left: 590px;
		border: 0px solid #a84885;
		background-color:#e8e8e0;
		/*text-align: center;*/
		}


.image	{
		position:relative;
		border: 0px solid #a84885;
		text-align: center;

		}
	
.imagetitle
		{
		position:relative;
		font-size: 11px;
		font-weight: bold;
		border: 0px solid #FFFF00;
		text-align:center;
		padding: 2px 0 5px 0;
		color: #e8e8e0;
		background-color: #a84885;
		}

.imagetitle a	{
		text-decoration: none;
		color: #CCCCCC;
			}
			
.hr_recentbijgewerkt	{
		color: #e8e8e0;
		}