/**
 * Spiele
 *
 * $URL: svn://192.168.1.20/RBL-dev/tags/2011-08-18-a_all/rbl/css/royal/spiele.css $
 * $Rev: 1974 $
 * $Author: jo $
 * $Date: 2011-08-10 19:49:11 +0200 (Mi, 10 Aug 2011) $
 */

TABLE.spiele {
	margin-top: 15px;
	width: 97%;
}

/* Spalten */
TABLE.spiele TD {
	text-align: center;
	height: 23px;
	padding: 0px 2px;
	/*  white-space         : nowrap;*/
	vertical-align: middle;
}

TABLE.spiele TD.nr {
	text-align: right;
}

TABLE.spiele TD.status { /*  font-size           : 9px;*/
	
}

TABLE.spiele TD.hteam {
	text-align: left;
	overflow: hidden;
}

TABLE.spiele TD.hteam DIV {
	overflow: hidden;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8px;
	text-transform: uppercase;
	color: #606060;
}

TABLE.spiele TD.ateam {
	text-align: left;
	padding-left: 5px;
	border-left-width: 0px !important;
	overflow: hidden;
	/*  white-space         : nowrap;*/
}

TABLE.spiele TD.ateam DIV {
	overflow: hidden;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8px;
	text-transform: uppercase;
	color: #606060;
}

TABLE.spiele TD.dp {
	border-left-width: 0px !important;
	padding: 0px;
}

TABLE.spiele TD.th {
	text-align: right;
}

TABLE.spiele TD.ta {
	text-align: left;
	border-left-width: 0px !important;
}

TABLE.spiele TD.bem {
	text-align: left;
	border-left-width: 0px !important;
	/*  font-size           : 9px; */
	padding-left: 0px;
}

TABLE.spiele TD.info {
	font-weight: bold;
}

TABLE.spiele TD.info A {
	display: inline-block;
	width: 16px;
	height: 16px;
}

TABLE.spiele TD.spt {
	text-align: right;
}

TABLE.spiele TD.liga {
	text-align: left;
	white-space: nowrap;
}

TABLE.spiele TD.serie {
	text-align: left;
}

TABLE.spiele TD.but {
	text-align: right;
}

TABLE.spiele TD.but BUTTON {
	padding: 0px;
}

TABLE.spiele TD.datum {
	text-align: left;
	white-space: nowrap;
	font-size: 10px !important;
}

TABLE.spiele TD.begin { /*  font-size           : 9px; */
	
}

TABLE.spiele TD.ort {
	height: 20px;
}

TABLE.spiele TD.deleted {
	background-color: #FF8080;
}

TABLE.spiele TD.hteam A:link {
	color: black;
	text-decoration: none;
}

TABLE.spiele TD.hteam A:visited {
	color: black;
	text-decoration: none;
}

TABLE.spiele TD.hteam A:hover {
	color: black;
	text-decoration: underline;
}

TABLE.spiele TD.hteam DIV A:link {
	color: #606060;
	text-decoration: none;
}

TABLE.spiele TD.hteam DIV A:visited {
	color: #606060;
	text-decoration: none;
}

TABLE.spiele TD.hteam DIV A:hover {
	color: #606060;
	text-decoration: underline;
}

TABLE.spiele TD.ateam A:link {
	color: black;
	text-decoration: none;
}

TABLE.spiele TD.ateam A:visited {
	color: black;
	text-decoration: none;
}

TABLE.spiele TD.ateam A:hover {
	color: black;
	text-decoration: underline;
}

TABLE.spiele TD.ateam DIV A:link {
	color: #606060;
	text-decoration: none;
}

TABLE.spiele TD.ateam DIV A:visited {
	color: #606060;
	text-decoration: none;
}

TABLE.spiele TD.ateam DIV A:hover {
	color: #606060;
	text-decoration: underline;
}

TABLE.spiele TD.spt A:link {
	color: black;
	text-decoration: none;
}

TABLE.spiele TD.spt A:visited {
	color: black;
	text-decoration: none;
}

TABLE.spiele TD.spt A:hover {
	color: black;
	text-decoration: underline;
}

TABLE.spiele TD.liga A:link {
	color: black;
	text-decoration: none;
}

TABLE.spiele TD.liga A:visited {
	color: black;
	text-decoration: none;
}

TABLE.spiele TD.liga A:hover {
	color: black;
	text-decoration: underline;
}

/* Zwischenbalken*/
TABLE.spiele TD.spacer {
	height: 3px;
	border-bottom: 1px solid #0000FF;
}

TABLE.spiele TD.vhead {
	height: auto;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	font-family: Tahoma, Arial, sans-serif;
	white-space: nowrap;
	color: white;
	background-color: #98A0FF;
	border-top: 1px solid #F0F0FF;
	border-left: 1px solid #F0F0FF;
	border-right: 1px solid #0000FF;
	border-bottom: 1px solid #0000FF;
	padding: 0px 2px 1px 2px;
}

/**
 *  Legende
 */
#main DIV#content TABLE.legende {
	margin-top: 30px;
}

#main DIV#content TABLE.legende TD {
	padding: 0px 3px;
	text-align: center;
	height: 20px;
}

#main DIV#content TABLE.legende TD.icon {
	width: 40px;
}

#main DIV#content TABLE.legende TD.info {
	width: 250px;
	text-align: left;
}

#main DIV#content TABLE.legende TD.i {
	font-weight: bold;
	color: blue;
	text-decoration: underline;
}

/**
 * Spielinfo 
 */
#main DIV#content TABLE.spielinfo TR:hover {
	background-color: transparent;
}

#main DIV#content TABLE.spielinfo TR.head {
	background-color: #E0EAFF;
}

#main DIV#content TABLE.spielinfo TD.heim {
	padding-left: 60px;
	padding-right: 15px;
}

#main DIV#content TABLE.spielinfo TD.ausw {
	padding-left: 15px;
	padding-right: 60px;
}

#main DIV#content TABLE.spielinfo TR.logos TD {
	border-top: 1px solid #0000FF;
	text-align: center;
	padding-top: 10px;
}

#main DIV#content TABLE.spielinfo TR.teams TD {
	text-align: center;
	font-size: 12pt;
	font-family: Times, serif;
	font-weight: bold;
}

#main DIV#content TABLE.spielinfo TR.teams TD A:link {
	color: black;
	text-decoration: none;
}

#main DIV#content TABLE.spielinfo TR.teams TD A:visited {
	color: black;
	text-decoration: none;
}

#main DIV#content TABLE.spielinfo TR.teams TD A:hover {
	color: black;
	text-decoration: underline;
}

#main DIV#content TABLE.spielinfo TR.erg TD {
	font-size: 16pt;
	font-weight: bold;
}

#main DIV#content TABLE.spielinfo TR.erg DIV {
	position: relative;
}

#main DIV#content TABLE.spielinfo TR.erg DIV.trikot {
	position: absolute;
	float: none;
	bottom: 0px;
}

#main DIV#content TABLE.spielinfo TR.erg TD.heim {
	text-align: right;
	padding-left: 0px;
}

#main DIV#content TABLE.spielinfo TR.erg TD.heim DIV.trikot {
	left: 5px;
}

#main DIV#content TABLE.spielinfo TR.erg TD.ausw {
	text-align: left;
	padding-right: 0px;
}

#main DIV#content TABLE.spielinfo TR.erg TD.ausw DIV.trikot {
	right: 5px;
}

#main DIV#content TABLE.spielinfo TR.vhead TD {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	font-family: Tahoma, Arial, sans-serif;
	white-space: nowrap;
	color: white;
	background-color: #98A0FF;
	border-top: 1px solid #F0F0FF;
	border-left: 1px solid #F0F0FF;
	border-right: 1px solid #0000FF;
	border-bottom: 1px solid #0000FF;
	padding: 0px 2px 1px 2px;
}

#main DIV#content TABLE.spielinfo TR.ofoot TD {
	border-bottom: 1px solid #0000FF;
}

#main DIV#content TABLE.spielinfo TR.zw_erg TD {
	background-color: #E0EAFF;
	padding: 2px;
	border-top: 1px solid #0000FF;
	border-bottom: 1px solid #0000FF;
}

#main DIV#content TABLE.spielinfo TR.zw_erg TD.heim {
	text-align: right;
}

#main DIV#content TABLE.spielinfo TR.zw_erg TD.ausw {
	text-align: left;
}

#main DIV#content TABLE.spielinfo TR.details0 {
	background-color: #F0F0F0;
}

#main DIV#content TABLE.spielinfo TR.details0 TD.c {
	background-color: white;
}

#main DIV#content TABLE.spielinfo TR.details1 {
	background-color: #E0E0E0;
}

#main DIV#content TABLE.spielinfo TR.details1 TD.c {
	background-color: white;
}

#main DIV#content TABLE.spielinfo IMG {
	margin: 1px;
}

#main DIV#content TABLE.spielinfo TD {
	border-width: 0px;
}

#main DIV#content TABLE.spielinfo TD.c {
	width: 3px;
	text-align: center;
}

#main DIV#content TABLE.spielinfo TD.icon {
	width: 25px;
	text-align: center;
	vertical-align: top;
}

#main DIV#content TABLE.spielinfo TD.min {
	width: 55px;
	text-align: center;
	vertical-align: top;
}

#main DIV#content TABLE.spielinfo TD.erg {
	width: 30px;
	text-align: center;
	font-weight: bold;
}

#main DIV#content TABLE.spielinfo TD.name {
	width: 180px;
	text-align: left;
}

#main DIV#content TABLE.spielinfo TD.name A:link {
	color: black;
	text-decoration: none;
}

#main DIV#content TABLE.spielinfo TD.name A:visited {
	color: black;
	text-decoration: none;
}

#main DIV#content TABLE.spielinfo TD.name A:hover {
	color: black;
	text-decoration: underline;
}

#main DIV#content TABLE.spielinfo TD.text {
	text-align: left;
	vertical-align: top;
}

#main DIV#content TABLE.spielinfo TD.text DIV {
	text-align: justify;
	font-size: 8pt;
	border: 1px solid #4040FF;
	margin: 0px 3px 3px 0px;
	padding: 2px;
	background-color: white;
}

#main DIV#content TABLE.spielinfo TD.text DIV.comment {
	margin: 15px 3px 15px 3px;
}

#main DIV#content TABLE.spielinfo TD.text IMG {
	margin: 0px;
}

#main DIV#content TABLE.spielinfo TD.liga {
	width: 275px;
	text-align: center;
	font-size: 25pt;
	color: #A0A0A0;
	font-family: Times, serif;
}

#main DIV#content TABLE.spielinfo TD.liga A:link {
	color: #A0A0A0;
	text-decoration: none;
}

#main DIV#content TABLE.spielinfo TD.liga A:visited {
	color: #A0A0A0;
	text-decoration: none;
}

#main DIV#content TABLE.spielinfo TD.liga A:hover {
	color: #A0A0A0;
	text-decoration: underline;
}

#main DIV#content TABLE.spielinfo TD.spieltag {
	text-align: center;
	font-size: 15pt;
	color: #606060;
	font-family: Times, serif;
	padding: 2px;
}

#main DIV#content TABLE.spielinfo TD.spieltag A:link {
	color: #606060;
	text-decoration: none;
}

#main DIV#content TABLE.spielinfo TD.spieltag A:visited {
	color: #606060;
	text-decoration: none;
}

#main DIV#content TABLE.spielinfo TD.spieltag A:hover {
	color: #606060;
	text-decoration: underline;
}

#main DIV#content TABLE.spielinfo TD.info {
	width: 265px;
	text-align: center;
	padding: 2px;
}

#main DIV#content TABLE.spielinfo TD.info TABLE {
	background-color: white;
	margin: auto;
	/*  border              : 1px solid #0000FF;
  text-align          : left;
  padding             : 2px;
  margin              : auto auto;
  white-space         : nowrap;*/
}

#main DIV#content TABLE.spielinfo TD.info TABLE TD {
	text-align: left;
	white-space: nowrap;
	padding: 0px 2px;
}

#main DIV#content TABLE.spielinfo TD.info TABLE TD.label {
	font-weight: bold;
}

#main DIV#content TABLE.spielinfo TD.info TABLE TD.value {
	
}

/***************/ /* Aufstellung */ /***************/
#main DIV#content TABLE.spielinfo TD.feld {
	background-color: white;
}

#main DIV#content TABLE.spielinfo TD.feld DIV.feld {
	position: relative;
	top: 0px;
	left: 0px;
	width: 558px;
	height: 865px;
	margin: auto auto;
	background-image: url(bgaufstellung.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#main DIV#content TABLE.spielinfo TD.feld DIV.hteam {
	position: absolute;
	top: 50px;
	left: 20px;
	border: 1px solid #0000FF;
	padding: 2px;
	font-weight: bold;
	white-space: nowrap;
	background-color: #E0EAFF;
}

#main DIV#content TABLE.spielinfo TD.feld DIV.ateam {
	position: absolute;
	top: 810px;
	right: 20px;
	border: 1px solid #FF0000;
	padding: 2px;
	font-weight: bold;
	white-space: nowrap;
	background-color: #FFFAF0;
}

#main DIV#content TABLE.spielinfo TD.feld DIV.boxh {
	position: absolute;
	width: 134px;
	border: 1px solid #0000FF;
	padding: 3px 1px 2px 1px;
	vertical-align: middle;
	background-color: #E0EAFF;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	min-height: 14px;
	z-index: 10;
}

#main DIV#content TABLE.spielinfo TD.feld DIV.boxa {
	position: absolute;
	width: 134px;
	border: 1px solid #FF0000;
	padding: 3px 1px 2px 1px;
	vertical-align: middle;
	background-color: #FFFAF0;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	min-height: 14px;
	z-index: 10;
}

#main DIV#content TABLE.spielinfo TD.feld DIV.boxh A:link {
	color: black;
	text-decoration: none;
}

#main DIV#content TABLE.spielinfo TD.feld DIV.boxh A:visited {
	color: black;
	text-decoration: none;
}

#main DIV#content TABLE.spielinfo TD.feld DIV.boxh A:hover {
	color: black;
	text-decoration: underline;
}

#main DIV#content TABLE.spielinfo TD.feld DIV.boxh IMG {
	vertical-align: middle; /*text-bottom;*/
	margin: 0px;
	position: relative;
	top: -1px;
}

#main DIV#content TABLE.spielinfo TD.feld DIV.boxa A:link {
	color: black;
	text-decoration: none;
}

#main DIV#content TABLE.spielinfo TD.feld DIV.boxa A:visited {
	color: black;
	text-decoration: none;
}

#main DIV#content TABLE.spielinfo TD.feld DIV.boxa A:hover {
	color: black;
	text-decoration: underline;
}

#main DIV#content TABLE.spielinfo TD.feld DIV.boxa IMG {
	vertical-align: middle; /*text-bottom;*/
	margin: 0px;
	position: relative;
	top: -1px;
}

#main DIV#content TABLE.spielinfo TD.feld DIV.pic_h {
	position: absolute;
	border: 1px solid #4040FF;
	padding: 0px;
	background-color: #E0EAFF;
	z-index: 9;
	overflow: hidden;
}

#main DIV#content TABLE.spielinfo TD.feld DIV.pic_h:hover {
	width: 130px !important;
	height: auto !important;
	z-index: 20;
}

#main DIV#content TABLE.spielinfo TD.feld DIV.pic_h IMG {
	width: 100%;
	height: auto;
	margin: 0px;
}

#main DIV#content TABLE.spielinfo TD.feld DIV.pic_a {
	position: absolute;
	border: 1px solid #FF4040;
	padding: 0px;
	background-color: #FFFAF0;
	z-index: 9;
	overflow: hidden;
}

#main DIV#content TABLE.spielinfo TD.feld DIV.pic_a:hover {
	width: 130px !important;
	height: auto !important;
	z-index: 20;
}

#main DIV#content TABLE.spielinfo TD.feld DIV.pic_a IMG {
	width: 100%;
	height: auto;
	margin: 0px;
}

#main DIV#content TABLE.spielinfo TD.feld DIV.pic0 {
	position: absolute;
	width: 46px;
	height: 55px;
	border: 1px solid #4040FF;
	border-bottom-width: 0px;
	padding: 0px;
	background-color: #E0EAFF;
	z-index: 9;
	overflow: hidden;
}

#main DIV#content TABLE.spielinfo TD.feld DIV.pic0:hover {
	z-index: 20;
}

#main DIV#content TABLE.spielinfo TD.feld DIV.pic0 IMG {
	width: 100%;
	margin: 0px;
}

#main DIV#content TABLE.spielinfo TD.feld DIV.pic1 {
	position: absolute;
	width: 46px;
	height: 55px;
	border: 1px solid #4040FF;
	border-bottom-width: 0px;
	padding: 0px;
	background-color: #E0EAFF;
	z-index: 8;
}

#main DIV#content TABLE.spielinfo TD.feld DIV.pic1:hover {
	z-index: 20;
}

#main DIV#content TABLE.spielinfo TD.feld DIV.pic1 IMG {
	width: 100%;
	margin: 0px;
}

#main DIV#content TABLE.spielinfo TD.feld DIV.pic2 {
	position: absolute;
	width: 46px;
	height: 55px;
	border: 1px solid #4040FF;
	border-bottom-width: 0px;
	padding: 0px;
	background-color: #E0EAFF;
	z-index: 7;
}

#main DIV#content TABLE.spielinfo TD.feld DIV.pic2:hover {
	z-index: 20;
}

#main DIV#content TABLE.spielinfo TD.feld DIV.pic2 IMG {
	width: 100%;
	margin: 0px;
}
