/* 
  TRUMPET, 01.09.2008 - We generally use smarthouse content via IFRAMEs and 
  within these smarthouse IFRAME-modules there are some CSS-Files included, i.e.

	http://www.boerse-frankfurt.de/Css/Template/Screen.css?v=20080708
	http://www.boerse-frankfurt.de/Css/Export.css?v=20080708
	http://www.boerse-frankfurt.de/Css/Additions.css?v=20080708
	http://deutsche-boerse.com/dbag/css/smarthouse.css

  We could include all these CSS within the central DBAG "default.jsp" Template,
  but unfortunatly the class names within these CSS-files are quite generic and
  therefore including all these files will cause side effects concerning the
  display of DBAG content.
  
  So we create a "light" version here, which can be included in "default.jsp" 
  without side effect and which holds all the information needed to render
  cached smarthouse content within a <DIV> instead of an <IFRAME>.
*/

div.viewport {
	width:100%;
	padding:0px;
	margin:0px;
	overflow:auto;
}

div.page {
	width:100%;
	padding:0px;
	margin:0px;
	overflow:hidden;
}

div.export_instrumenttitle {
	width:100%;
	padding: 0px;
	margin:0px;
	float:left;
	overflow:hidden;
}

div.export_instrumenttitle div.companyinfo {
	width:300px;
	float:left;
}

div.export_instrumenttitle img.companylogo {
	float:left;
	margin-top:3px;
}

div.export_instrumenttitle img.standardlogo {
	float:right;
	margin-top:3px;
	height:57px;
	width:72px;
}

div.export_instrumenttitle h1 {
	color:#000099;
	font-size:18px;
	line-height:21px;
	margin-bottom:10px;
	padding-top:20px;
	font-weight:normal;
}

div.export_instrumenttitle h3.detail {
	color:#000000;
	font-size:11px;
	font-weight:normal;
	margin-bottom:5px;
}

div.export_instrumenttitle h3 {
	color:#000099;
	font-size:12px;
	font-weight:bold;
	margin-bottom:18px;
	margin-top:-8px;
}

