
/* Spiele-Indices (alt) */
#con_indices { }
#con_indices p {			font-size: 11px; margin: 0 20px 0 2px;}
#con_indices p.sort {		font-size: 10px; font-weight: bold; line-height: 100%; background: url(../img/tab1_top_arr.gif) no-repeat left; padding-left: 10px; }
#con_indices table {		width: 100%; border: 0px; border-collapse: collapse; margin: 0; padding: 0;}
#con_indices th {			font-size: 10px; font-weight: bold; line-height: 100%; text-align: left; background-color: #F2F2F2; border-bottom: 1px solid #D0D0D0; padding: 0 10px 8px 5px; }
#con_indices th.head {		font-size: 11px; word-spacing: 0.2em; padding: 8px 10px 0 5px; border: 0; border-top: 1px solid #D0D0D0;}
#con_indices td {			font-size: 10px; vertical-align: top; border: 0; border-bottom: 1px solid #D9D9D9; padding: 10px 5px;}
#con_indices td.f1 {		font-size: 11px; font-weight: bold; padding-left: 5px;}
#con_indices select,
#con_indices input {		margin-right: 5px; float: left;}
#con_indices label {		font-weight: bold; margin: 3px 5px 0 0; float: left;}
#con_indices input.txt {	width:160px; margin-right: 3px; padding: 2px 4px; background:url(../img/top_test.gif) repeat-x; border:1px solid #ABABAB;}
#con_indices input.go {		margin-top: 1px; float: left;} 


/* Spiele-Indices Neu 23.11.2009*/

ol#indices
{
	padding: 0;
	margin: 0;
	padding-bottom: 100px;
}

ol#indices li
{
	float: left;
	width: 100%;
	list-style: none;
	font-size: 12px;
	margin: 0;
	border-bottom: 1px solid #d9d9d9;
}
ol#indices li:hover
{
	background-color:#f8f8f8;
}

ol#indices li.header,
ol#indices li.header:hover
{
	background-color:#f0f0f0;
}

ol#indices li > a,
ol#indices li > p.header1
{
	float: left;
	width: 300px;
	font-weight: bold;
	padding: 10px 30px 10px 10px;
}

ol#indices a > span
{
	font-size: 11px;
	color: #666;
	font-weight: normal;
	margin-left: 5px;
}

ol#indices p,
ol#indices p.header2
{
	float: left;
	font-size: 11px;
	color: #666;
	padding-top: 10px;
}

ol#indices p.header1,
ol#indices p.header2
{
	font-size: 12px;
	font-weight: bold;
	color: #161616;
}


/* Buchstaben für Spiele-Indices Neu 23.11.2009*/

ol#indicesletters
{
	padding: 0;
	margin: 20px 20px;
}

ol#indicesletters li
{
	display:inline-block;
	list-style: none;
	font-size: 12px;
	margin: 0;
}

ol#indicesletters a,
ol#indicesletters p
{
	float: left;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	background-color:#fafafa;
	border:1px solid #ddd;
	padding: 3px 6px;
	margin-right: 5px; margin-bottom: 5px;
	-moz-border-radius:0.4em;
	-khtml-border-radius:0.4em;
}

ol#indicesletters p
{
	margin-right: 1px;
}

ol#indicesletters a:hover,
ol#indicesletters p
{
	color: #fff;
	background-color:#00529c;
	border: 1px solid #00529c;
}
