body {
    font-size: 16px;
}
#stranka {
    position: absolute;
    left: 0px;
    top: 0px;
	background-image: url("img/pozadi_prechod.png");
	background-repeat: repeat-x;
    min-width: 1240px;
    width: 100%;
    min-height: 50px;
}
#horniPruh {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 10px;
}
#horniPruh .x1 {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 25%;
	height: 10px;
}
#horniPruh .x2 {
	position: absolute;
	left: 25%;
	top: 0px;
	width: 25%;
	height: 10px;
}
#horniPruh .x3 {
	position: absolute;
	left: 50%;
	top: 0px;
	width: 25%;
	height: 10px;
}
#horniPruh .x4 {
	position: absolute;
	left: 75%;
	top: 0px;
	width: 25%;
	height: 10px;
}
#hlavniCast {
	position: absolute;
	top: 30px;
	left: 0px;
	right: 360px;
    padding-left: 30px;
    padding-right: 30px;
}
#bocniPanel {
	position: absolute;
	right: 0px;
    top: 10px;
	width: 340px;
}
#bocniPanel div.h1 {
	margin-top: 20px;
	margin-bottom: 20px;
}
#hlavicka {
	background-repeat: no-repeat;
    padding-top: 30px;
    padding-bottom: 20px;
}
#hlavicka div {
	font-family: "DejaVu Sans", Arial, sans-serif;
	font-weight: normal;
	font-size: 18px;
	color: #999999;
}
#hlavicka div a {
	color: #999999;
	text-decoration: none;
}
#hlavicka div a:hover {
	text-decoration: underline;
}
#hlavicka h1 {
	margin-top: 10px;
	margin-bottom: 0px;
}
#oddelovac {
  width: 100%;
  border-bottom: 2px solid #e6e6e6;
}
#text {
    margin-top: 30px;
    margin-bottom: 40px;
}
h1, h2, h3 {
	font-family: "DejaVu Sans", Arial, sans-serif;
	font-weight: normal;
}
h1 {
	font-size: 30px;
}
h2 {
    font-size: 20px;
}
h3 {
    font-size: 18px;
}
hr {
    border-top: 1px dashed #666;
    border-bottom: none;
}
#menu {
	font-family: "DejaVu Sans", Arial, sans-serif;
    margin-top: 90px;
    font-size: 14px;
}
#menu li {
    margin-top: 12px;
    margin-bottom: 12px;
    text-transform: uppercase;
    list-style-type: disc;
}
#menu a {
    color: black;
    text-decoration: none;
}
#menu a:hover {
    text-decoration: underline;
}
#menu li {
    color: black;
}
#menu li.vybrany {
    color: #dd0000;
}
#menu li.vybrany > a {
    color: #dd0000;
}
#menu li ul {
    margin-bottom: 20px;
}
#menu li ul {
    padding-left: 30px;
}
#menu li li {
    text-transform: none;
    list-style-type: circle;
}
#paticka {
	font-family: "DejaVu Sans", Arial, sans-serif;
    margin-top: 100px;
    font-size: 14px;
}
#paticka .x1 {
    margin-left: 15px;
    margin-bottom: 5px;
}
#paticka .x2 {
    margin-left: 15px;
}
#paticka .x3 {
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 25px;
}
a {
	color: blue;
}
a:hover {
	color: #c00;
}
a img {
    border: none;
}
/*
a.vybrany {
	color: black;
}
a.vybrany:hover {
	color: #c00;
}
*/
table.sportoviste {
	margin: 0px;
	margin-top: 15pt;
	margin-bottom: 15pt;
	border-left: 2px solid #ff6600;
	padding-left: 15pt;
	text-align: left;
}
table.sportoviste th.nazev {
	padding-right: 15pt;
    width: 200px;
	font-weight: normal;
    vertical-align: top;
}
table.sportoviste th.zarizeni {
	font-weight: bold;
}
/*
#hlavni {
	margin-left: 30px;
	margin-right: 30px;
	position: relative;
	margin-bottom: 20pt;
}
#text {
	position: absolute;
	left: 30px;
	right: 280px;
}
#menu {
	position: absolute;
	top: 20px;
	right: 30px;
	width: 220px;
	border-left: 1px #bbb solid;
}
#menu ul {
	font-family: Arial, 'Nimbus Sans L', sans-serif;
	font-size: 11pt;
	list-style-image: url(../img/odrazka.png);
	margin-left: 5px;
	color: #216778;
	}
#menu ul ul {
	margin-left: -5px;
}
#menu li {
	margin-top: 8px;
	margin-bottom: 8px;
}
*/
div.hodnoceni {
	width: 60%;
	margin-top: 60px;
	margin-bottom: 60px;
	padding: 10px;
	border: 1px solid #ff6600;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
}
div.hodnoceni h2 {
	margin-top: 1px;
	text-align: center;
}
table.test {
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}
table.test th, table.test td {
	padding: 5px;
}
table.test th {
	text-align: right;
	padding-right: 10px;
}
ul.chyba {
	background-color: #fdd;
	color: #b00;
	border: 1px solid #d00;
	padding: 10px;
	padding-left: 40px;
	padding-right: 30px;
}

