@CHARSET "UTF-8";

html { /*
background: #999999 url('/img/layout/bg.png') repeat-x;
*/
	background: #D2DCE6;
}

body {
	font-size: 10pt;
	font-family: arial, helvetica, tahoma, sans-serif;
	line-height: 1;
	text-align: center;
	color: #000000;
}

ul,li,img,h1,h2,h3,h4,h5,p,body,html {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

p {
	padding: 0 0 10px 0;
	line-height: 1.5;
}

p.formErrors {
	padding: 0 0 10px 0;
	color: #CC0000;
}

a {
	color: #01386E;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	display: block;
	width: 228px;
	height: 40px;
	background: url('../img/layout/logo.png') no-repeat;
}

h1 a {
	display: block;
	height: 100%;
	width: 100%;
	overflow: hidden;
	text-indent: -999px;
}

h2 {
	color: #01386E;
	padding: 0;
	margin: 0 0 6px 0;
	line-height: 1.2;
	font-size: 18pt;
	font-family: arial, helvetica, tahoma, sans-serif;
	font-weight: bold;
}

h3 { /*
color: #01386E;
padding: 10px 0 0 0;
margin: 0 0 6px 0;
line-height: 1;
font-size: 16pt;
font-family: arial, helvetica, tahoma, sans-serif;
font-weight: normal;
*/
	color: #01386E;
	font-weight: bold;
	font-size: 12pt;
	margin-bottom: 10px;
	line-height: 1.2;
}

#container {
	width: 960px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
}

#loggedinas {
	   display: block;
    margin: 0;
    padding: 0px 0 0 15px;
    float: left;
    height: 26px;
    font-size: 8pt;
    line-height: 26px;
    color: #666666;
}

#toploginform {
	display: block;
	margin: 0;
	padding: 4px 0 0 5px;
	float: left;
}

#toploginform input.logintext {
	border: 1px solid #01386E;
	font-family: arial, helvetica, tahoma, sans-serif;
	font-size: 10px;
	width: 120px;
	color: #01386E;
	height: 15px;
	margin: 0;
	padding: 0;
}

#toploginform input#login_email {
	background: #FFFFFF url('/img/icons/12/mail.gif') no-repeat 2px 2px;
	padding-left: 16px;
	line-height: 15px;
	display: block;
	float: left;
}

#toploginform input#login_password {
	background: #FFFFFF url('/img/icons/12/password.gif') no-repeat 2px 2px;
	padding-left: 16px;
	line-height: 15px;
	display: block;
	margin: 0 0 0 5px;
	float: left;
}

#toploginform input#login_button {
	background: #FFFFFF url('/img/icons/12/login.gif') no-repeat 2px 2px;
	line-height: 15px;
	border: 1px solid #01386E;
	font-family: arial, helvetica, tahoma, sans-serif;
	font-size: 10px;
	width: 56px;
	text-align: left;
	color: #01386E;
	height: 17px;
	margin: 0 0 0 5px;
	padding: 0 0 2px 16px;
	display: block;
	float: left;
}

#toploginform input#login_button:hover {
	background: #00386D url('/img/icons/12/login_white.gif') no-repeat 2px
		2px;
	color: #FFFFFF;
}

#topnav {
	height: 26px;
}

#topnav ul {
	float: right;
	height: 26px;
	margin: 0;
	font-size: 8pt;
}

#topnav ul li {
	list-style: none;
	float: left;
	margin: 0;
	line-height: 26px;
}

#topnav ul li span {
	padding: 0 16px 0 16px;
}

#topnav span#top_rss {
	background: transparent url('/img/icons/12/rss.gif') no-repeat 0 center;
}

#topnav span#top_newsticker {
	background: transparent url('/img/icons/12/newsticker.gif') no-repeat 0
		center;
}

#topnav span#top_toplist {
	background: transparent url('/img/icons/12/toplist.gif') no-repeat 0
		center;
}

#topnav span#top_tip {
	background: transparent url('/img/icons/12/tip.gif') no-repeat 0 center;
}

#topnav span#top_chat {
	background: transparent url('/img/icons/12/chat.gif') no-repeat 0 center;
}

#header {
	height: 72px;
	background: url('/img/layout/header_bg.png') no-repeat;
	position: relative;
	margin: 0 5px 0 5px;
}

#header h1 {
	position: absolute;
	top: 16px;
	left: 30px;
}

#nav {
	margin: 0 5px 0 5px;
	height: 24px;
	background: url('/img/layout/nav_bg.png') repeat-x;
}

#nav ul {
	height: 24px;
	margin: 0;
}

#nav ul li {
	list-style: none;
	float: left;
	margin: 0;
	border-right: 1px solid #FFFFFF;
}

#nav ul li a {
	background: url('/img/layout/nav_bg.png') repeat-x;
	color: #FFFFFF;
	display: block;
	font-size: 11px;
	font-weight: bold;
	font: bold 11px Tahoma, Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0 20px 0 20px;
	text-decoration: none;
	height: 24px;
	float: left;
}

#nav ul li a span {
	line-height: 23px;
}

#nav ul li a#nav_active_item {
	background: url('/img/layout/nav_bg_active.png') no-repeat;
	padding: 0 20px 0 35px;
}

#nav ul li a:hover {
	background: url('/img/layout/nav_bg_hover.png') repeat-x;
}

#ticker {
	margin: 8px 5px 0 5px;
	color: #3E6F9F;
	font-size: 10px;
}

#ticker a {
	color: #3E6F9F;
	font-size: 10px;
line-height: 1.1;
}

#contentcontainer {
	margin: 0 2px 0 5px;
	padding: 18px 0;
}

#precontent {
	float: left;
	width: 580px;
}

#content {
	padding: 0 20px 0 20px;
}

#content .news_entry {
	margin-bottom: 35px;
}

#content #news_entry_first {
	margin-bottom: 20px;
}

#content #news_entry_first p {
	text-align: justify;
}

#content #news_two_entries {
	margin-bottom: 20px;
}

#content #news_two_entries .news_entry {
	margin-bottom: 0;
}

#content #news_entry_left {
	float: left;
	width: 260px;
	margin-bottom: 0;
	padding-bottom: 0;
}

#content #news_entry_right {
	float: right;
	width: 260px;
	margin-bottom: 0;
	padding-bottom: 0;
}

#content .news_entry h2 {
	color: #01386E;
	padding: 0;
	margin: 0 0 6px 0;
	line-height: 1.2;
	font-size: 18pt;
	font-family: arial, helvetica, tahoma, sans-serif;
	font-weight: bold;
}

#content .news_entry small {
	font-size: 8pt;
	font-weight: normal;
	font-style: normal;
	display: block;
	padding-top: 1px;
	padding-bottom: 5px;
	color: #666666;
	text-indent: 2px;
}

#content .news_entry .likebutton { display: inline; padding-left: 20px; }

/** IE FIX **/
#content .fb-comments-count { display: inline; }
/** END IF FIX **/

#content a.readmore {
	font-weight: bold;
}

#content .news_entry small a {
	font-weight: bold;
	padding-left: 15px;
	color: #666666;
	white-space:nowrap;
}

#content .news_entry .news_image {
	display: block;
	height: 120px;
	width: 130px;
	float: left;
	margin: 3px 10px 1px 0;
}

#content .news_entry p.home {
	margin-left: 145px;
	padding-bottom: 0;
	margin-bottom: 0;
}

#news_comment_container {
	border-top: 1px solid #CCCCCC;
	padding-top: 10px;
}

#comment_form {
	border-top: 1px solid #CCCCCC;
	padding-top: 10px;
	margin-top: 20px;
}

#comment_form form {
	margin: 0;
	padding: 0;
	display: block;
}

#comment_form  #comment_text {
	border: 1px solid #01386E;
	font-family: arial, helvetica, tahoma, sans-serif;
	font-size: 9pt;
	color: #01386E;
	height: 80px;
	width: 360px;
	margin: 0;
	padding: 2px;
}

#content dl.formlayout  input {
	background: #FFFFFF;
	border: 1px solid #01386E;
	font-family: arial, helvetica, tahoma, sans-serif;
	font-size: 9pt;
	color: #01386E;
	height: 18px;
	line-height: 18px;
	margin: 0;
	padding: 2px;
}

#content dl.formlayout label {
	vertical-align: top;
}

#content dl.formlayout input#comment_submit {
	width: 100px;
	height: 30px;
	line-height: 30px;
	padding-bottom: 4px;
	font-weight: bold;
	background: #00386D;
	color: #FFFFFF;
}

#content dl.formlayout input#comment_submit:hover {
	color: #00386D;
	background: #ECF0F4;
}

#content dl.formlayout input#comment_captcha-input {
	display: block;
	margin-left: 85px;
	vertical-align: top;
	width: 70px;
	line-height: 24px;
}

#content dl.formlayout input:focus {
	background: #ECF0F4;
}

#content dl.formlayout textarea:focus {
	background: #ECF0F4;
}

#content dl.formlayout input#comment_name {
	display: block;
	vertical-align: top;
	width: 155px;
	line-height: 24px;
}

#content dl.formlayout {
	margin: 0 0 5px 0;
	padding: 0;
}

#content dl.formlayout dt {
	display: block;
	width: 105px;
	padding: 0 0 3px 0;
	float: left;
	margin: 0;
	line-height: 24px;
}

#content dl.formlayout dd {
	width: 400px;
	display: block;
	padding: 0 0 3px 0;
	margin: 0 0 0 105px;
	line-height: 24px;
}

#content dl.formlayout dd img {
	display: block;
	margin: 0;
	padding: 0;
	width: 80px;
	float: left;
}

#content h3 {
	color: #01386E;
	font-weight: bold;
	font-size: 12pt;
	margin-bottom: 10px;
	line-height: 1.2;
}

#news_comment_container .news_comment {
	background: #ECF0F4;
	padding: 5px 5px 5px 5px;
	font-size: 9pt;
	margin: 0 0 10px 0;
}

#news_comment_container .comment_first_block {
	margin-bottom: 5px;
}

#news_comment_container span.comment_name {
	color: #01386E;
	font-weight: bold;
}

#news_comment_container span.comment_date {
	color: #01386E;
	font-weight: bold;
	font-style: italic;
}

#news_comment_container .news_comment p {
	margin: 0;
	padding: 0;
}

p.no_bottom_gap {
	margin-bottom: 0;
	padding-bottom: 0;
}

#content .linklist {
margin: 0;
padding: 10px 0 20px 0;
}

#content .linklist li {
list-style: none;
display: inline;
    display: inline-block;
    padding: 0 10px 0 12px;
    margin: 0 0 6px 0;
    line-height: 1.3;
    white-space: nowrap;
    background: url('/img/layout/sidebar_list_bullet.gif') no-repeat 0 5px;

}

.linklist li a {
font-weight: bold;
}

#toplist { background: #01386E; font-size: 11px; }
#toplist th { background: #01386E; color: #FFFFFF; text-align: center; }
#toplist tr.blue td { background: #ECF0F4; }
#toplist td { background: #FFFFFF; text-align: center; padding: 5px; }
#toplist td.big { font-size: 10pt; font-weight: bold; }
#toplist td.big a { color: #000000; }
#toplist td.bigblue { color: #01386E; font-size: 10pt; font-weight: bold; }


#listarchivjahr {
	margin: 0;
	padding: 10px 0 20px 0;
}

#content #listarchivjahr li {
	list-style: none;
	display: inline;
	display: inline-block;
	padding: 0 10px 0 12px;
    margin: 0 0 6px 0;
    line-height: 1.3;
    white-space: nowrap;
    background: url('/img/layout/sidebar_list_bullet.gif') no-repeat 0 5px;
}

#listarchivjahr li a {
	font-weight: bold;
}

#content p.pageslist {
	margin: 0;
	padding: 10px 0 20px 0;
}

#content p.pageslist span {
	padding: 0 10px 0 0;
	margin: 0;
}

#content p.pageslist span a {
	font-weight: bold;
}

#content p.pageslist span a.pagelist_active {
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}

#content ul {
    list-style: none;
    padding-bottom: 10px;
    overflow: hidden;
}


#content ul li {
    padding: 0 0 0 12px;
    margin: 0 0 3px 0;
    line-height: 1.5;
    background: url('/img/layout/sidebar_list_bullet.gif') no-repeat 0 6px;
}

#content ul.stdcontent {
	list-style: none;
	padding-bottom: 10px;
}

#content ul.stdcontent li {
	padding: 0 0 0 12px;
	margin: 0 0 3px 0;
line-height: 1.3;
	background: url('/img/layout/sidebar_list_bullet.gif') no-repeat 0 5px;
}

#content ul.stdcontent li a {
	color: #000000;
}

#content ul.stdcontent li a:hover {
	color: #01386E;
}

#content ul.stdcontent li span.stdlistdate {
	color: #3E6F9F;
	font-size: 10px;
padding-left: 3px;
}

#content ul.stdcontent li span.stdlistsource {
	color: #666666;
	font-size: 10px;
padding-left: 3px;
}

#content ul.stdcontentsmall {
list-style: none;
font-size: 12px;
padding-bottom: 10px;
}

#content ul.stdcontentsmall li {
padding: 0 0 0 12px;
margin: 0 0 3px 0;
line-height: 1.3;
background: url('/img/layout/sidebar_list_bullet.gif') no-repeat 0 5px;
}

#content ul.stdcontentsmall li a {
color: #000000;
}

#content ul.stdcontentsmall li a:hover {
color: #01386E;
}

#content ul.stdcontentsmall li span.stdlistdate {
color: #3E6F9F;
font-size: 10px;
padding-left: 5px;
}

#content ul.stdcontentsmall li span.stdlistsource {
color: #666666;
font-size: 10px;
	padding-left: 5px;
}

#content a.stats_rpl {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	height: 16px;
}

#content a#stats_rpl_tore {
	background: transparent url('/img/icons/stats_tore.png') no-repeat
		center center;
}

#content a#stats_rpl_vorlagen {
	background: transparent url('/img/icons/stats_vorlagen.png') no-repeat
		center center;
}

#content a#stats_rpl_eigentore {
	background: transparent url('/img/icons/stats_eigentore.png') no-repeat
		center center;
}

#content a#stats_rpl_minuten {
	background: transparent url('/img/icons/stats_spielminuten.png')
		no-repeat center center;
}

#content a#stats_rpl_score {
	background: transparent url('/img/icons/stats_score.png') no-repeat
		center center;
}

#content a#stats_rpl_rot {
	background: transparent url('/img/icons/stats_rot.png') no-repeat center
		center;
}

#content a#stats_rpl_gelb {
	background: transparent url('/img/icons/stats_gelb.png') no-repeat
		center center;
}

#content a#stats_rpl_gelbrot {
	background: transparent url('/img/icons/stats_rotgelb.png') no-repeat
		center center;
}

#content table#stats_table {
	font-size: 8pt;
	border: 1px solid #BBCBD9;
}

#content table#stats_table th {
	text-align: center;
	background: #BBCBD9;
	padding: 2px;
	line-height: 16px;
}

#content table#stats_table tr td {
	line-height: 16px;
	text-align: center;
	padding: 2px;
	background: #ECF0F4;
}

#content table#stats_table tr.bg_dark td {
	background: #E4EAEF; /*#CED9E3*/
}

#content table#stats_table td.left_align {
	text-align: left;
}

#banner {
	background: #ECF0F4;
	padding: 12px 0 5px 0;
	text-align: center;
	margin-bottom: 30px;
}

#sidebar {
	margin-left: 590px;
	width: 360px;
	font-size: 8pt;
}

/* Hide from IE5-mac. \*/
* html #sidebar {
	margin-left: 587px;
}
/* End hide from IE5/mac */
#sidebar .sidebar_entry {
	background: #ECF0F4;
	padding: 11px;
	margin-bottom: 14px;
}

#sidebar .sidebar_entry h4 {
	font-size: 8pt;
	font-weight: bold;
	font-style: normal;
	color: #00386D;
	background: transparent url('/img/layout/sidebar_icon.gif') no-repeat;
	padding-left: 27px;
	line-height: 19px;
	margin-bottom: 10px;
}

#sidebar .sidebar_entry ul {
	margin: 0;
	list-style: none;
	padding: 0;
}

#sidebar .sidebar_entry ul li {
	line-height: 1.4;
	margin: 0;
	padding: 0;
}

#sidebar .sidebar_entry ul.list_bullet li {
	padding: 0 0 0 12px;
	background: url('/img/layout/sidebar_list_bullet.gif') no-repeat 0 4px;
}

#sidebar .sidebar_entry ul li a {
	color: #000000;
}

#sidebar .sidebar_entry ul li a:hover {
	color: #00386D;
}

#sidebar_tabelle {
	line-height: 1.4;
}

#sidebar_tabelle td.platz {
	font-weight: bold;
	color: #00386D;
	width: 20px;
}

#sidebar_tabelle td.verein {
	width: 100px;
	padding-left: 7px;
}

#sidebar_tabelle td.punkte {
	width: 20px;
	text-align: right;
}

#sidebar_spiel small {
	font-size: 8pt;
	font-style: normal;
	line-height: 1.4;
}

#sidebar_spiel span {
	line-height: 1.4;
}

#sidebar_spiel small.datum {
	background: url('/img/icons/12/calendar.gif') no-repeat 0 center;
	padding-left: 18px;
	padding-right: 10px;
}

#sidebar_spiel small.zeit {
	background: url('/img/icons/12/time.gif') no-repeat 0 center;
	padding-left: 18px;
}

#sidebar_spiel div {
	margin-bottom: 8px;
}

#sidebar_spiel span.spiel {
	display: block;
	font-weight: bold;
	margin-bottom: 5px;
}

#sidebar_spiel span.spielinfo {
	display: block;
	color: #00386D;
}

#sidebar_tippspiel.sidebar_entry {
	background: #ECF0F4 url('/img/layout/sidebar_ball.png') no-repeat right
		bottom;
}

#sidebar_tippspiel p {
	margin: 0;
	padding: 0 88px 0 0;
}

#sidebar_tippspiel p a {
	font-weight: bold;
}

#sidebar .sidebar_two_entries {
	
}

#sidebar .sidebar_entry_left {
	width: 159px;
}

#sidebar .sidebar_entry_right {
	float: right;
	width: 159px;
}

#footer {
	background: #054483 url('/img/layout/footer_bg.png') repeat-x;
	height: 300px;
	color: #FFFFFF;
	font-size: 8pt;
}

#footer a {
	color: #FFFFFF;
}

#footercontent {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	padding-top: 50px;
	padding-bottom: 50px;
}


#buttons { padding: 10px 0 0 40px; }
#buttons img {}

#footerleft {
	padding: 0 0 0 40px;
	width: 540px;
}

#footerleft p {
	padding: 0 0 10px 0;
	margin: 0;
}

#footernav {
	margin-bottom: 10px;
}

#footernav ul {
	margin: 0;
	padding: 0;
	height: 20px;
}

#footernav ul li {
	font-weight: bold;
	list-style: none;
	float: left;
	margin: 0 18px 0 0;
	line-height: 20px;
}

#content div.page_control a {
	height: 26px;
	text-decoration: none;
}

#content div.page_control {
	height: 26px;
	font-size: 8pt;
}

#content div.page_control div.pc_center {
margin-left: 50px;
margin-right: 50px;
	text-align: center;
}

#content div.page_control div.pc_center a {
	border: 1px solid #01386E;
	background: #ECF0F4;
	padding: 4px 10px;
	line-height: 26px;
	height: 26px;
}

#content div.page_control div.pc_center a:hover {
	background: #01386E;
	color: #FFFFFF;
}

#content div.page_control div.pc_center span {
	border: 1px solid #01386E;
background: #ECF0F4;
padding: 4px 5px;
line-height: 26px;
height: 26px;
}

#content div.page_control div.pc_center span.current {
border: 1px solid #01386E;
	background: #01386E;
	color: #FFFFFF;
	padding: 4px 10px;
	font-weight: bold;
	line-height: 26px;
	height: 26px;
}

#content div.page_control div.pc_left {
	float: left;
width: 45px;
	text-align: left;
}

#content div.page_control div.pc_left a.back {
	border: 1px solid #01386E;
	background: #ECF0F4;
	padding: 4px 10px;
	line-height: 26px;
	height: 26px;
}

#content div.page_control div.pc_left a:hover {
	background: #01386E;
	color: #FFFFFF;
}

#content div.page_control div.pc_left span.back {
	border: 1px solid #BBBBBB;
	color: #BBBBBB;
	padding: 4px 10px;
	line-height: 26px;
	height: 26px;
}

#content div.page_control div.pc_right {
	float: right;
width: 45px;
	text-align: right;
}

#content div.page_control div.pc_right a.next {
	border: 1px solid #01386E;
	background: #ECF0F4;
	padding: 4px 10px;
	line-height: 26px;
	height: 26px;
}

#content div.page_control div.pc_right a:hover {
	background: #01386E;
	color: #FFFFFF;
}

#content div.page_control div.pc_right span.next {
	border: 1px solid #BBBBBB;
	color: #BBBBBB;
	padding: 4px 10px;
	line-height: 26px;
	height: 26px;
}

.clear {
	clear: both;
	height: 0;
	margin: 0;
	padding: 0;
	font-size: 0px;
	line-height: 0;
}

.clear_right {
	clear: right;
	height: 0;
	margin: 0;
	padding: 0;
	font-size: 0px;
	line-height: 0;
}

div.buttonbar { margin: 30px 0 20px 0; }
a.button { padding: 5px 10px; background: #01386E; color: #FFFFFF; font-weight: bold; border: 1px solid #01386E; }
a.button:hover { background: #ECF0F4; color: #01386E; text-decoration: none; }

form dl.std { display: block; margin: 0; padding: 0; }
form dl.std dt { width: 150px; display: block; float: left; height: 28px; line-height: 28px; margin-bottom: 3px; padding-right: 10px; }
form dl.std dd { min-height: 28px; line-height: 28px; margin-bottom: 3px; padding: 0; display: block; margin-left: 160px; }


form ul.errors { margin-left: 5px; margin-top: 3px; }
form ul.errors > li { color: #CC0000; font-size: 8pt; list-style: none; line-height: 1.3; margin-bottom: 6px; }
p.error { color: #CC0000; }

form { display: block; margin: 20px 0 0 0; padding: 0; }

input[type="text"] { font-family: inherit; font-size: 12px; width: 170px; height: 26px; margin: 0 0 0 5px; padding: 0 0 0 4px; line-height: 22px; border: 1px solid #CCCCCC; color: #333333; }
input[type="password"] { font-family: inherit; font-size: 12px; width: 170px; height: 26px; margin: 0 0 0 5px; padding: 0 0 0 4px; line-height: 22px; border: 1px solid #CCCCCC; color: #333333; }

textarea { font-family: inherit; font-size: 12px; width: 400px; height: 250px; margin: 0 0 0 5px; padding: 4px; line-height: 22px; border: 1px solid #CCCCCC; color: #333333; }

select { font-family: inherit; font-size: 12px; width: 176px; height: 28px; margin: 0 0 0 5px; padding: 3px 0 3px 4px; line-height: 22px; border: 1px solid #CCCCCC; color: #333333; }

label { font-weight: bold; }

textarea.area_toplistreg { display: block; margin: 0 0 20px 0; height: 100px; width: 500px;}

#content .listseasons {
    margin: 0 0 20px 0;
    padding: 5px 0 5px 0;
}

#content .listseasons li {
    list-style: none;
    display: inline;
    display: inline-block;
    padding: 0 10px 0 12px;
    margin: 0 0 6px 0;
    line-height: 1.3;
    white-space: nowrap;
    background: url('/img/layout/sidebar_list_bullet.gif') no-repeat 0 5px;
}

#content .listseasons li a {
    font-weight: bold;
}

#statisticsTable { font-size: 11px; background: #C1C3D6; }
#statisticsTable th { cursor: pointer; background: #01386E; color: #FFFFFF; padding: 5px 3px 6px 3px; font-weight: bold; text-align: center; }
#statisticsTable td { background: #FFFFFF; padding: 5px 3px 6px 3px; text-align: center; }

/*
 *  padding: 5px 10px 6px 10px;
 */

#statisticsTable th span { display: block; line-height: 16px; height: 16px; width: 16px; text-indent: -999px; overflow: hidden; margin: 0 auto; }
.icon_minutes { background: url('/img/icons/time.png') no-repeat; }
.icon_goals { background: url('/img/icons/sport_soccer.png') no-repeat; }
.icon_assists { background: url('/img/icons/sport_soccer_yellow.png') no-repeat; }
.icon_owngoals { background: url('/img/icons/sport_soccer_red.png') no-repeat; }
.icon_score { background: url('/img/icons/medal_gold_3.png') no-repeat; }
.icon_yellow { background: url('/img/icons/yellow_card.png') no-repeat; }
.icon_yellowred { background: url('/img/icons/yellow_red_card.png') no-repeat; }
.icon_red { background: url('/img/icons/red_card.png') no-repeat; }

#statisticsLegendTable  { margin-top: 20px; font-size: 11px; background: #C1C3D6; }
#statisticsLegendTable td { background: #FFFFFF; padding: 5px 10px 6px 10px; line-height: 20px;}
#statisticsLegendTable span { padding: 1px 0 1px 22px; line-height: 20px; }


#statisticsTable tr.buli_cl td { background: #CFDBE7; }
#statisticsTable tr.buli_clquali td { background: #DEE7EF; }
#statisticsTable tr.buli_el td { background: #ECF0F4; }
#statisticsTable tr.buli_elquali td { background: #F5F7F9; }
#statisticsTable tr.buli_rele td { background: #F9E3E3; }
#statisticsTable tr.buli_abs td { background: #F4C9C9; }

#statisticsTable tr.matches_blue td { background: #ECF0F4; }


/** ---- ADMIN -- **/
#userauth_auths {
	width: 300px;
	height: 300px;
}

#userauth_auths { width: 300px; height: 300px; }