body {
	color :  #000;
	text-align : center;
	font-family : tahoma, sans-serif;
	font-size : 12px;
	background: images/bg.gif;
}

a {
	color : #DF0000;
	text-decoration : underline;
}

a:visited {
	color : #DF0000;
	text-decoration : underline;
}

a:hover {
	color : #000;
	text-decoration : none;
}




/*zobrazenie zapasov*/
.match {
	background-color: #CFCFCF;
	font-size : 12px;
	color: #000
}

.match a {
	text-decoration: underline;
}

.match a:visited {
	text-decoration: underline;
}

.match a:hover {
	text-decoration: none;
}

.match1 {
	background-color: #EFEFEF;
	font-size : 12px;
	color: #000
}

.match1 a {
	text-decoration: underline;
}

.match1 a:visited {
	text-decoration: underline;
}


.match1 a:hover {
	text-decoration: none;
}

.league {
	background-color: #339900;
	font-size : 13px;
	color: #fff;
    height: 25px;
    padding-left: 5px;
}

.color1 {
	color: #000;
	font-size: 12px;
}

.color1_t {
	background-color: #D0E7C0;
}

.color2 {
	color: #000;
	font-weight: bold;
}

.color3 {
	color: #FF0000;
	font-size: 11px;
	text-align: center;
}

.color4 {
	color: #FF0000;
	font-size: 11px;
	text-align: right;
}



#navcontainer
{
align: left;
margin-top: 3px;
}


/*tenis menu*/

#navcontainer_t
{
align: left;
margin-top: 3px;
}

#navlist_t
{
padding: 3px 0;
margin-left: 0;
border-bottom: 1px solid #339900;
font-size: 11px;

}

#navlist_t li
{
list-style: none;
margin: 0;
display: inline;
}

#navlist_t li a
{
padding: 3px 0.5em;
margin-left: 3px;
border: 1px solid #339900;
border-bottom: none;
background: #339900;
text-decoration: none;
}

#navlist_t li a:link { color: #fff; }
#navlist_t li a:visited { color: #fff; }

#navlist_t li a:hover
{
color: #fff;
border-color: #C3C3C3;
background: #C3C3C3
}

#navlist_t li a#current
{
background: #fff;
border-bottom: 2px solid #fff;
border-top: 4px solid #339900;
border-left: 1px solid #339900;
border-right: 1px solid #339900;
color: #339900;
font-size : 13px;
}