.tt_infobox:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.tt_infobox {
	display: inline-block;
}
 
html[xmlns] .tt_infobox {
	display: block;
}
 
* html .tt_infobox {
	height: 1%;
}

a.tt_linklistright{
	color: #505050;
	text-decoration: underline; 
	padding: 0 0 0 8px;
	background-image: url(../images/nav_arrow_off.gif);
	background-position: 0 2px;
	background-repeat: no-repeat;
	margin: 0 0 0 0;
	display: inline;
}
/*styles for the chartOverview and fundOverview page */
/*style for the graph on the chartOverview and fundOverview page*/
div.tt_graph, div.tt_graph_last  {
    background-color:#F4F4F4;
    border:1px solid #999999;
    height:162px;
    width:221px;
    padding:0;
    margin:0 5px 0 0;
    text-align:center;
}

div.tt_graph_last 
{
    margin:0;
}

div.tt_infobox 
{
    margin-left: 0;
    background-color:#FFFFFF;
    border:1px solid #999999;
    height:99%;
    padding-left:6px;
}

div.tt_infobox table 
{
    margin:0 8px 0 0;
    width:216px;
}

*html div.tt_infobox table 
{
    margin:0 10px 0 0;
    width:214px;
}


/*style for the chart navigation on the chartOverview and fundOverview page*/
ul.tt_navchart {
    font-size:11px;
    height:18px;
    line-height:18px;
    list-style-type:none;
    margin:0;
    padding:1px 0 0 3px;
}
ul.tt_navchart li {
    border:medium none;
    color:#999999;
    display:inline;
    list-style-type:disc;
    padding:1px 7px 2px 7px;
}
ul.tt_navchart li a {
    color:#999999;
}
ul.tt_navchart li.aktiv {
    background-color:#CCCCCC;
    background-position:right center;
    background-repeat:no-repeat;
    color:#000000;
}
ul.tt_navchart li a:hover {
    color:#000000;
}