.title {
	color: #cf0100;
}

#vote
{
	position:relative;
	float:right;
}

#vote .ratingstar:hover
{
	cursor:pointer;	
}

.recensie
{
	position:relative;
	width:100%;
	border:3px #cf0100 solid;
	padding:10px;
	background-color:#fff;
	margin-bottom:20px;	
}

.recensie .geschrevendoor
{
	position:relative;
	font-weight:bold;
	margin-bottom:20px;	
}

.recensie .geschrevendoor .adminpart
{
	position:absolute;
	right:0px;
	top:0px;
	width:50px;
	height:24px;
	text-align:right;
}

.recensie .geschrevendoor .adminpart a
{
	margin-right:5px;	
}

.recensie .geschrevendoor .star
{
	position:relative;
	float:left;
	width:16px;
	height:16px;	
}