/* CSS Document */
/*	----------------------------------------------------------	*/
/*	Allocation charts											*/
/*	----------------------------------------------------------	*/
div.allocation_charts {
	float: left;
	width: 370px;
	margin: 10px 10px 10px 0;
}

/*	----------------------------------------------------------	*/
/*	Tabelle wie Key-Figures/Daten & Fakten						*/
/*	Links hell, rechts dunkel mit Linien						*/
/*	----------------------------------------------------------	*/
.t1 {
	margin: 0;
	width: 680px;
	border: none;
}
.t1 td {
	padding: 3px;
	vertical-align: top;
}
.t1 th {
	text-align: left;
	border-bottom: 1px solid #002664;
	padding: 3px;
	vertical-align: top;
}
.t1 .t1_l {
	font-weight: bold;
	border-bottom: 1px solid #002664;
	white-space: nowrap;
}
.t1 .t1_r {
	border-bottom: 1px solid #002664;
}

/*	----------------------------------------------------------	*/
/*	Tabelle wie Price & NAV										*/
/*	Oben Legenden, unten Werte									*/
/*	----------------------------------------------------------	*/
.t3 {
	width: 680px;
	margin-top: 15px;
	line-height: 130%;
}
.t3 td {
	border-bottom: 1px solid #002664;
	padding: 3px;
	white-space: nowrap;
}
.t3 .t3_leg_no_line {
	font-weight: bold;
	text-align: left;
}
.t3 .t3_leg_line {
	font-weight: bold;
	text-align: right;
}
.t3 .t3_val_no_line {
/*	background-color: #0175B2;	*/
}
.t3 .t3_val_line {
	text-align: right;
}


/*	----------------------------------------------------------	*/
/*	Tabelle mit Listing											*/
/*	Oben Legende, unten Werte mit Underline						*/
/*	----------------------------------------------------------	*/
.t4 {
	width: 630px;
	margin-top: 15px;
}
.t4 td {
	padding: 3px;
	white-space: nowrap;
/*	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0175B2;	*/
border-bottom: 1px solid #002664;
}
.t4 th {
	padding: 3px;
/*	color: #FFF;					*/
/*	background-color: #66729E;		*/
	text-align: left;
border-bottom: 1px solid #002664;
}
.t4 .t4minilegend {
font-weight: bold;
background-color: #D5D6E5;
}

/*	----------------------------------------------------------	*/
/*	Box links für Kursinformationen								*/
/*	----------------------------------------------------------	*/
#sm_ki {
	width: 100%;
	margin-top: 50px;
}
#sm_ki h1 {
	font-size: 11px;
	color: #FFF;
background: #002664;
	padding: 5px 15px;
margin: 0;
margin-bottom: 6px;
}

#sm_ki h2, #sm_ki h3, #sm_ki h4, #sm_ki h5, #sm_ki h6 {
	font-size: 11px;
	font-weight: normal;
	line-height: 13px;
	margin: 0;
	padding: 0 0 5px 15px;
}
/*	1-Zeiler			*/
#sm_ki h2 {
}
/*	2-Zeiler links		*/
#sm_ki h3 {
	width: auto;
	float: left;
	clear: left;
	white-space: nowrap;
}
/*	2-Zeiler rechts		*/
#sm_ki h4 {
	width: auto;
	float: right;
	clear: right;
	font-weight: bold;
color: #002664;
white-space: nowrap;
}
#sm_ki .trenner {
	width: 100%;
	clear: both;
	font-size: 0;
	line-height: 0;
	height: 5px;
border-top: 1px solid #002664;
}

/*	----------------------------------------------------------	*/
/*	Formate für Deliveries aus Datahotel						*/
/*	----------------------------------------------------------	*/

/*	Monthly, Quarterly, Annual Reports PullDownMenus			*/
form.datahotel {
	width: auto;
}
form.datahotel select {
	width: 150px;
}

/*	News-Listing												*/
ul.datahotel {
	margin: 0;
	padding: 0;
}
li.datahotel {
	list-style: none;
	list-style-image: none;
	background: url(/assets/icn_pdf_16.gif) no-repeat;
	padding-left: 23px;
	line-height: 20px;
}