@media screen, projection, handheld, print {
	
	span.article_fixation h2 {
		width:686px;
		font-size:12px;
	 	line-height:20px;
		color:#ce2550;
		border:0;
		border-bottom:3px;
		border-style:double;
		border-color:#ce2550;
	}
	
	span.article_fixation img {
		float:left;
		clear:left;
		border:0;
		width:200px;
		height:200px;
		padding:10px 0 0 0;
	}
	
	span.article_fixation p {
		width:476px;
		font-size:12px;
		color:#000000;
		line-height:16px;
		padding:10px 0 0 0;
		margin:0 0 0 210px;
	}
	
	/* not recommended but working: old method for markupfree float-clearing */
	span.article_fixation span.clear {
		clear:both;
		height:20px;
	}
	
	/* for new and better one without an extra markup span-element:
	 * http://www.positioniseverything.net/easyclearing.html
	 * http://www.yaml.de/de/documentation/basics/general.html
	 * - but shop layout is not compatible (doctype)
	 * -> so we use the old way ;-(
	 */
}