 /**********************************************************
**  E X P O R T 
**********************************************************/
#export .frame-container-default 
{
/*	max-width: 1320px; */
	max-width: 960px;
	margin-top: 0;
	margin-bottom: 0;
}
#export .indikator-symbol,
#export .trend-text,/*  */
#export .trend,
#export .frame-default
{
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	margin-top: 0;
	margin-bottom: 0;
}
  
#export .indikator-symbol figure.image
{
	width: 4.5em;
	height: 4.5em;
}
#export .trend figure.image
{
	width: 1.5em;
	height: 1.5em;
}
/********************************************************************************************* 
* Diese bringen noch nicht das was gewünscht ist, ggf. auch wg. Verschachtelung (Trendsmbole)
* Angedacht war die Größe für den Export mitzugeben (klappt nicht) und die Symbole
* umfließen zu lassen. Das klappt auch nicht wie gewünscht
*********************************************************************************************/

/*
#export .indikator-symbol .textpic-gallery,
#export .trend .textpic-gallery
{
	float: left;
}
#export .textpic
{
	display: inline;
}

#export .frame-type-image img
{
	width: 100%;
	height: auto;
}
*/