* {
 font-family: Arial;
}
.vysledky tr{
  font-size:90%
  }
h2 {
	font-size: 16pt;
	line-height: 1.4em;
	font-weight: bold;
	color: navy;
	font-family: Arial;
	text-align: center
}
a:visited {
	color: #626FA4;
}
a {
	color: navy;
}


body {
  background: url(bg.jpg) no-repeat fixed center top #FAFCFF;
  _background: #FAFCFF; 
}

.pruh{
	background: #0080C1;
	-webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  font-size:100%
}

.vysledky th, .kusy th, .clinfo th, .richter th{
	background: #AAD2FB;
}
/* PRO IE NUTNO BARVY UPRAVIT ZVLAST jeste v iefix.js !!! */
.vysledky tr:hover, .kusy tr:hover, .octen tr:hover, .clinfo tr:hover, .richter tr:hover { background-color: #DAEAFA; }
.hoverline { background-color: #CADAEA; }
.defaultline { background-color: #FFFFE0; }

.listek, .kusy, .vysledky, .octen, .clinfo, .richter{
  border: 1px gray solid;
  border-collapse: collapse;
}

.vysledky td, .vysledky th, .kusy td, .kusy th, .octen td, .octen th, .clinfo td, .clinfo th, .richter td, .richter th {
  border: 1px gray solid;
}

div.telo{
  max-width: 1200px;
  margin: 0 auto 0 auto;
}
.tisk_gif{
  margin: 0 auto 0 auto;
}
