/* CSS Document */
/*
sch�ne farbe: #B3A900 (RGB: 179 169 0)
ersetzt durch
grau: #939598 (RGB: 147 149 152)
*/
#chartCONTENTCONTAINER{
	width:100%;
	text-align:center;
}
#chartZENTRIERT{
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	width:622px;
}
#chartBASE{
	width:612px;
	text-align:left;
	clear:both;
}
#chartHEAD{
	display:block;
	height:20px;
}
#chartHEAD li{
	float:left;
	padding:3px 10px 3px 3px;
	background-color:#FFFCBF;
	border-right:1px solid #FFF200;
	border-top:1px solid #FFF200;
}
#chartHEAD li.active{
	float:left;
	color:#FFFFFF;
	padding:3px 10px 3px 3px;
	background-color:#FFF200;
	border-right:1px solid #FFF200;
	border-bottom:none;
}
#chartCONTENT{
	display:block;
	min-height:200px;
	background-color:#FFF;
	border:1px solid #FFF200;
	padding:15px 5px 5px 5px;
}
#chartCONTENT h1{
	padding:3px;
	color:#000;
	background-color:#E6E7E8;
	font-size:14px;
	
}
#chartCONTENT #scrollAREA{
	height:300px;
	display:block;
	overflow:auto;
}
#chartCONTENT table{
	padding:3px;
	color:#000;
	background-color:#E6E7E8;
	width:600px;
}
#chartCONTENT .tableSCROLL{
	width:583px
}

#chartCONTENT th{
	padding:2px;
	color:#000;
	font-weight:bold;
	font-size:110%;
	text-align:left;
/*	border:1px solid #FFFCBF;*/
}

#chartCONTENT .row1{
	clear:both;
	padding:3px;
	color:#000000;
	background-color:#E6E7E8;
	min-height:12px;
}

#chartCONTENT .row2{
	clear:both;
	padding:3px;
	color:#000000;
	background-color:#FFF880;
	min-height:18px;
}
.chartHEAD_UL{
	display:block;
	background-color:#FF0000;
	height:20px;
}
.chartHEAD_UL li{
	float:left;
	padding:3px;
	margin-right:10px;
	background-color:#FFFFFF;
}

.chartUL{
	clear:both;
	display:block;
	margin-top:10px;
	height:21px;
}
.chartUL li{
	float:left;
	padding:3px 10px 3px 3px;
	background-color:#FFFFFF;
	border-top:1px solid #E6E7E8;
	border-right:1px solid #E6E7E8;
	border-bottom:1px solid #E6E7E8;
}
.chartUL li.active{
	float:left;
	padding:3px 10px 3px 3px;
	color:#000000;
	background-color:#E6E7E8;
	border-top:1px solid #E6E7E8;
	border-right:1px solid #E6E7E8;
	border-bottom:1px solid #E6E7E8;
}
.chartUL li.active a:link, .chartUL li.active a:visited{
	text-decoration:none;
	color:#000000;
	font-weight:bold;
}
.chartUL li.active a:hover{
	text-decoration:underline;
	color:#FFFFFF;
	font-weight:bold;
}
.divider{
	display:block;
	clear:both;
	line-height:1px;
	font-size:1px;
}
#chartCONTENT a:link, #chartCONTENT a:visited{
	text-decoration:none;
	color:#333333;
	font-weight:bold;
}
#chartCONTENT a:hover{
	text-decoration:underline;
	color:#333333;
	font-weight:bold;
}

#chartHEAD .active a:link, #chartHEAD .active a:visited{
	text-decoration:none;
	color:#333333;
	font-weight:bold;
}

#chartHEAD .nonactive a:link, #chartHEAD .nonactive a:visited{
	text-decoration:none;
	color:#333333;
	font-weight:normal;
}


#chartCONTENT .active a:hover{
	text-decoration:underline;
	color:#333333;
	font-weight:bold;
}
#chartCONTENT .li_row1{
	clear:both;
	padding:3px;
	color:#000000;
	background-color:#E6E7E8;
	height:14px;
}

#chartCONTENT .li_row2{
	clear:both;
	padding:3px;
	color:#000000;
	background-color:#FFF880;
	height:14px;
}	
div.overview{
	clear:both;
	padding:3px; 
	color:#FFFFFF;
	background-color:#939598;
	display:block;
	height:20px;
}
span.overviewELEM{
	width:250px;
	float:left;
	height:14px;
}
span.overviewPRICE{
	width:100px;
	float:left;
	text-align:right;
	margin-right:38px;
	height:14px;
}
span.overviewCHART{
	width:100px;
	float:left;
	text-align:center;
	height:14px;
}
span.overviewHISTORY{
	width:100px;
	float:left;
	text-align:center;
	height:14px;
}

