/*	Specific style for "Left" case */
#Content .Left {
	width: 448px;
	height: 165px;
	float: left;
	margin-right: 10px;
}
/*	Specific style for "Right" case */
#Content .Right {
	width: 448px;
	height: 165px;
	float: right;
	position: relative;
}

#Content .Left img, #Content .Right img {
	padding: 10px;
	float: right;
}

/*	Overflow */
#Content .Case.Right div.overflow {
	height: 80%;
}
#Content .Case.Right a.flErbjudandenButton {
	position: absolute;
	bottom: 11px;
	left: 11px;
}

#Content .Case.Footer .right p {
	padding: 0 0 10px 16px;
}
#Content .Case.Footer .right img#tripadvisor {
	padding: 0 0 0 8px;
}
