/** 
 * app/webroot/css/base.css
 *
 * Basis-Stylesheet von YAML und Layout der aktuellen Seite
 *
 **/
@media all
{
	
	/* frame around image and caption */
	.frame, .become-a-model {
		position: relative;
		float: left;
		margin: 0 20px 0 0;
	}
	.frame.last {
		margin: 0;
	}
	.frame img, .become-a-model img {
		float: left;
	}
	
	.setcard {
		float: right;
		display: block;
		/* padding-left: 20px; */
		width: 0;
		overflow: hidden;
		opacity: 0;
	}
	
	.setcard p {
		line-height: 175%;
	}
	
	.become-a-model .setcard {
		width: 300px;
		opacity: 1;
	}
}
