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;
	}
	

/*
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;
	}
	
/* 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: 0;
	font-size: 8pt;
	width: 100%;
	text-align: left;
}

table.bestenliste thead tr th, table.bestenliste tfoot tr th {
	background-color: #e6EEEE;
	font-size: 8pt;
	padding: 4px;
	width: 14%;
}

table.bestenliste_mini thead tr th, table.bestenliste tfoot tr th {
	background-color: #900;
	font-size: 8pt;
	color: #fff;
	padding: 0 4px 0 4px;
}

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: #efefef;
	vertical-align: top;
}

table.bestenliste_mini tbody td {
	color: #3D3D3D;
	padding: 0 4px 0 4px;
	background-color: #efefef;
	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;
}
