@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700,700italic,400italic,300&subset=latin,latin-ext);
body {
	font-family: 'Open Sans', 'Arial', sans-serif;
  font-size: 13px;
  color: #555;
}

a {
  color: #1a3c86;
}
a:hover {
  color: #001c56;
}

p {
	text-align: justify;
}

h1, h2, h3, h4, h5 {
  color: #1a3c86;
}

h1 {
  font-size: 24px;
  line-height: 30px;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

h2 {
  clear: both;
  font-size: 18px;
  font-weight: normal;
}

h3 {
  font-size: 15px;
  font-weight: normal;
}

hr {
  clear: both;
  height: 0;
  border: 0;
  border-top: 1px solid #eee;
}

img {
  border: 0;
}

.tabulka {
  border-collapse: collapse;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
}
.tabulka td {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 3px;
}
.tabulka tr:hover td {
  background-color: #eee;
}
.cena {
  font-weight: bold;
  color: #1a3c86;
}

ul.sponzori {
	margin: 0; padding: 0;
	list-style-type: none;
}
ul.sponzori li {
	margin: 0; padding: 0 0 10px 0;
	text-align: center;
	display: block;
	width: 180px;
	float: left;
} 
