@import url("css/basic.css");
@import url("css/container.css");
@import url("css/jquery-ui-1.7.2.custom.css");

html,
body
{
	background-color:#B20202;
}
div#spiel-anzeige table{
	width:100%;
}
div#spiel-anzeige table td
{
	text-align:center;
	color:#fff;
}
div#spiel-anzeige table td.titel
{
	font-size:1.5em;
	width:33%;
}
div#spiel-anzeige table td.logo
{
	width:10%;
}
div#spiel-anzeige table td.tor
{
	width:5%;
	font-size:4em;
}
div#spiel-anzeige table td.middle
{
	font-size:1.5em;
	width:4%;
}
div#ticker-liste table
{
	width:95%;
	margin:0 auto;
}
div#ticker-liste table td
{
	padding:5px;
	border-bottom:1px dashed #c0c0c0;
}
div#ticker-liste table td.minute
{
	text-align:right;
	font-size:1.5em;
	width:10%;
}
div#ticker-liste table td.restzeit
{
	text-align:left;
	font-size:1em;
	width:5%;
}
div#ticker-liste table td.ereignis
{
	text-align:center;
	width:5%;
}
div#ticker-liste table td.message
{
	width:80%;
}

.ticker-menue-header
{
	position:absolute;
	z-index:99;
	bottom:-2px;
}
div#wrap-footer div.ticker-menue
{
	margin:2px 0;
}
.ticker-menue ul
{
	margin:0;
	margin-left:10px;
	padding:0;
}
.ticker-menue ul li
{
	display:inline;
	list-style: none;
	margin-right:2px;
	color:#fff;
	font-size:7pt;
}
.ticker-menue ul li a,
.ticker-menue ul li a:active
{
	display:inline;
	padding: 5px 15px 5px 15px;
	letter-spacing: 0;
	font-family: Helvetica, Verdana, Tahoma, Arial, serif;
	font-size: 10pt;
	color: #333;
	font-weight:bold;
	border:1px solid #fff;
	text-decoration: none;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	border:1px solid #F3F3F7;
	background-color:#F3F3F7;
}
.ticker-menue ul li a:hover
{
	border:1px solid #c0c0c0;
	color:#fff;
	background-color:#333;
	text-decoration: none;
}

.ticker-menue ul li.active a,
.ticker-menue ul li.active a:hover
{
	border:1px solid #c0c0c0;
	color:#fff;
	background-color:#333;
	text-decoration: none;
}
#aufstellung h3
{
	padding-left:5px;
	font-size:13px;
	font-weight:bold;
	border:1px solid #cccccc;
	margin:1px 0;
	cursor: hand;
	cursor: pointer;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	background:#CCCCCC url(img_layout/jquery/ui-bg_highlight-soft_75_cccccc_1x100.png) repeat-x scroll 50% 50%;
}
#spielinformation div.toogle,
#aufstellung div.toogle,
#archiv div.toogle
{
	border:1px solid #c0c0c0;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	background-color:#fff;
}
#spielinformation div.toogle table,
#aufstellung div.toogle table,
#archiv div.toogle table
{
	width:98%;
	margin:2px auto;
	background-color:#F3F3F7;
}
#spielinformation div.toogle table td,
#aufstellung div.toogle table td
{
	letter-spacing: 0;
	font-family:  Arial, Helvetica, Verdana, Tahoma serif;
	font-size: 8pt;
	color: #333;
	text-align:center;
	padding:1px;
}
#spielinformation div.toogle table td,
#archiv div.toogle table td
{
	text-align:left;
	padding:5px;
}
#aufstellung div.toogle table td.nr
{
	width:5%;
}
#aufstellung div.toogle table td.pos
{
	width:15%;
}
#aufstellung div.toogle table td.name
{
	width:80%;
	text-align:left;
	font-weight:bold;
}
#aufstellung div.toogle table td.name img
{
	margin-left:3px;
}