/** 
 * app/webroot/css/base.css
 *
 * Basis-Stylesheet von YAML und Layout der aktuellen Seite
 *
 **/
@media all
{
		
	/* frame around image and caption */
	.frame {
		position: relative;
		float: left;
		margin: 0 20px 0 0;
	}
	.frame.last {
		margin: 0;
	}
	.frame p {
		display: none;
		position: absolute;
		background: url(img/white_70.png);
		bottom: 0;
		padding: 6px;
		font-size: 11px;
		line-height: 150%;
	}
	.frame img {
		position: absolute;
		top:0;
		left: 0;
	}
	
	#back:hover{
		cursor: pointer;
	}
	
}
