/* Style für links (einfach löschen, wenn die standard-styles deiner page übernommen werden sollen)*/
/*A:link    {COLOR: #81A7F4; TEXT-DECORATION: none}
A:visited {COLOR: #81A7F4; TEXT-DECORATION: none}
A:active  {COLOR: #91B7FF; TEXT-DECORATION: none}
A:hover   {COLOR: #A1C7FF; TEXT-DECORATION: none}*/

* {
  font-family: Arial,sans-serif; /* Standard-Schriftart */
  font-size: 13px; /* Standard-Schriftgröße */
}

tr.details_sum {background-color:#004444}

/* Schriftgrößen */
.iZigen        {font-size: 13px}  /* Erste Zeile "xx Einträge gefunden etc"*/
.iZismall      {font-size: 10px}  /* Uhrzeit Map/Version/Dauer filesize/DLs/"Kommentare" */
.iZifooter     {font-size: 11px}  /* powered by.....                                     */
.iZibold       {font-size: 11px; font-weight:bold}
.iZilarge      {font-size: 12px} /* Datum/Uploader Spielernamen/"Download"                    */
.iZilargebold  {font-size: 12px; font-weight:bold}  /* Seite 1|2...  / Feldnamen im Addformular */

/* Inputfelder, Selects und Textarea im Add_Replay- und dem Search-Formular */
input.iZi,select.iZi
{
	color: #EEEEEE;
	background-color: #47485E;
	border-color: #505171;
	font-family: Arial,sans-serif;
	font-size: 11px;
}

/* Ausgabeformatierung für die detaillierte Spielerbeschreibung in show_details.htm */
/* Graph */
div.graph {
  height: 10px;
  background-color: #738499;
}

/* Überschrift der Details-Seite */
div.title {
  padding: 2px;
  border-bottom: 1px solid #4C5866;
  font-weight: bold;
}

/* Die ausscrollbaren Hero/Unit/Build-Order-Informationen */
div.additional {
  border-left: 2px solid #738499;
  padding: 5px;
  margin-top: 1px;
  margin-bottom: 1px;
  margin-left: 20px;
  display: none;
}

/* Sektionen Details und Kommentare (zuständig fürs 1. Einrücken) */
div.section {
  padding-bottom: 5px;
  padding-top: 5px;
  margin-left: 25px;
  border-bottom: 1px solid #4C5866;
}

/* Ebenfalls zuständig fürs Einrücken */
div.details {
  margin-left: 26px;
  border-left: 2px solid #4C5866;
  padding: 3px;
}

a.Rot:link		{ text-decoration:none; color:#D93636; }
a.Rot:visited	{ text-decoration:none; color:#D93636; }
a.Rot:hover		{ text-decoration:underline; color:#D93636; }

a.Blau:link		{ text-decoration: none; color : #608FBF; }
a.Blau:visited	{ text-decoration: none; color : #608FBF; }
a.Blau:hover	{ text-decoration: underline; color : #608FBF; }

a.Türkis:link	{ text-decoration: none; color : #60BFA9; }
a.Türkis:visited{ text-decoration: none; color : #60BFA9; }
a.Türkis:hover	{ text-decoration: underline; color : #60BFA9; }

a.Lila:link		{ text-decoration: none; color : #9B60BF; }
a.Lila:visited	{ text-decoration: none; color : #9B60BF; }
a.Lila:hover	{ text-decoration: underline; color : #9B60BF; }

a.Gelb:link		{ text-decoration: none; color : #E4E573; }
a.Gelb:visited	{ text-decoration: none; color : #E4E573; }
a.Gelb:hover	{ text-decoration: underline; color : #E4E573; }

a.Orange:link	{ text-decoration: none; color : #CC8029; }
a.Orange:visited{ text-decoration: none; color : #CC8029; }
a.Orange:hover	{ text-decoration: underline; color : #CC8029; }

a.Grün:link		{ text-decoration: none; color : #86E573; }
a.Grün:visited	{ text-decoration: none; color : #86E573; }
a.Grün:hover	{ text-decoration: underline; color : #86E573; }

a.Rosa:link		{ text-decoration: none; color : #D96CB1; }
a.Rosa:visited	{ text-decoration: none; color : #D96CB1; }
a.Rosa:hover	{ text-decoration: underline; color : #D96CB1; }

a.Grau:link		{ text-decoration: none; color : #BFBFBF; }
a.Grau:visited	{ text-decoration: none; color : #BFBFBF; }
a.Grau:hover	{ text-decoration: underline; color : #BFBFBF; }

a.Hellblau:link		{ text-decoration: none; color : #79C2F2; }
a.Hellblau:visited	{ text-decoration: none; color : #79C2F2; }
a.Hellblau:hover	{ text-decoration: underline; color : #79C2F2; }

a.Dunkelgrün:link	{ text-decoration: none; color : #59B365; }
a.Dunkelgrün:visited{ text-decoration: none; color : #59B365; }
a.Dunkelgrün:hover	{text-decoration: underline; color : #59B365; }

a.Braun:link	{ text-decoration: none; color : #BF8F60; }
a.Braun:visited { text-decoration: none; color : #BF8F60; }
a.Braun:hover	{ text-decoration: underline; color : #BF8F60; }

TABLE.expOutline{ border-style: solid; border-width: 1px; border-color: #5A5D5A; background-color:#000000;}
#rankingParent	{ position: relative; height: 1px; width: 70px; }
#rankingChild	{ position: absolute; left: 30px; top: 2px; FONT-WEIGHT: bold; FONT-SIZE: 8pt; 
					COLOR: #ffffff; FONT-FAMILY: arial,helvetica,sans-serif; }
#rankingChild2	{ position: absolute; left: 30px; top: 2px; FONT-WEIGHT: bold; FONT-SIZE: 8pt; 
					COLOR: #333333; FONT-FAMILY: arial,helvetica,sans-serif; }


