
#content_main {
/*	width: 54%; */	
	width: 95%;
	}
	
/* IE 7 Hack */
*+html div#content_main {
	padding: 10px;
	width: 97%;	
	}
	
/* IE 6 Hack */
* html div#content_main {
	padding: 10px;
	width: 99%;
	}
	
#content_right {
/*	width: 21.5%; */
	display: none;	
	}

table {
	border: none;
	background: #fff !important;
	}
	
th {
	font-size:80%;
	background: #efefef;
	border-bottom: 1px solid #ccc;
	color: #666;
	padding: 0.1em;
	padding-right: 1.5em !important;
	}
	
td { width: 114px !important; }


th.col2 {
	width: 20%;
	}

/*	
th.col3 {
	width: 20%;
	}
	
th.col4 {
	width: 10%;
	}
	
th.col7 {
	width: 9%;
	}
*/	
td {
	border-bottom: 1px solid #ccc;
	padding: 0.1em;
	}
	
#content_main h2 {
	padding-left: 1.5em;
	background: url(../media/expand1.1.gif) 3px 50% no-repeat;
	}
	
#content_main h2.exp {
	background: url(../media/expand1.1.gif) 3px 50% no-repeat;
	}
	
#content_main h2:hover {
	color: #efefef;
	background-color: #ccc;
	}
	
#content_main h2:active {
	background-color: #666;
	}
	
/* tables */
table.bestenliste {
	font-family:arial;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 8pt;
	width: 798px;
	text-align: left;
}

table.bestenliste_mini {
	font-family:arial;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 8pt;
	width: 40%;
	text-align: left;
}

table.bestenliste thead tr th, table.bestenliste tfoot tr th {
	background-color: #e6EEEE;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px;
	width: 14%;
}

table.bestenliste_mini thead tr th, table.bestenliste tfoot tr th {
	background-color: red;
	border: 1px solid #FFF;
	font-size: 8pt;
	color: #fff;
	padding: 4px;
	width: 14%;
}

table.bestenliste thead tr .header {
	background-image: url(../media/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.bestenliste tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}

table.bestenliste_mini tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}

table.bestenliste tbody tr.odd td {
	background-color:#F0F0F6;
}
table.bestenliste thead tr .headerSortUp {
	background-image: url(../media/asc.gif);
}
table.bestenliste thead tr .headerSortDown {
	background-image: url(../media/desc.gif);
}
table.bestenliste thead tr .headerSortDown, table.bestenliste thead tr .headerSortUp {
background-color: #8dbdd8;
}

#content_main td {
	font-size: 120% !important;
}

#bestenliste-dummy {
	height: 10px;
	overflow: hidden;
	color: #efefef !important;
}

