body {
	background-image: url(./img/bg-big-top.jpg);
	background-repeat: no-repeat;
	background-color: #808080;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #3B3B3B;
	margin: 0px;
	padding: 0px;
	padding-top: 28px;
}

#stranka {
	position: relative;
	width: 955px;
	background-image: url(./img/bg-line.jpg);
	background-repeat: repeat-y;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 28px;
	padding: 0px;
	border: 0px red solid;
	z-index: 0;
}

#webOff {
  position: absolute;
	top: 4px;
	left: 470px;
	font-size: 14px;
	color: #ffffff;
}

#top .logo {
	position: relative;
	margin-left: 10px;
	background-image: url(./img/top-logo.jpg);
	background-repeat: no-repeat;
	width: 280px;
	height: 217px;
	
}

#top .kypca {
	position: absolute;
	top: 0px;
	left: 290px;
	background-image: url(./img/top-kypca.jpg);
	background-repeat: no-repeat;
	width: 643px;
	height: 169px;
	
}

#top .napis {
	position: absolute;
	top: 169px;
	left: 290px;
	background-image: url(./img/top-napis.jpg);
	background-repeat: no-repeat;
	width: 643px;
	height: 48px;
	
}

#obsah {
  margin-left: 10px;
  margin-right: 22px;
}

.obsah {
  width: 100%;
}

.left {
  padding: 0px 0px 150px 0px;
	background-image: url(./img/bg-left-bottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	vertical-align: top;
	border-right: 1px #3B3B3B solid;
	width: 187px;
}

.left .leftin {
  position: relative;
	margin: 0px;
	padding-right: 3px;
}

.stred {
	vertical-align: top;
}

#stred {
  padding: 10px 15px 15px 15px;
}

.right {
	vertical-align: top;
	width: 187px;
	border-left: 1px #3B3B3B solid;
	padding-left: 3px;
}

#bottom {
	position: relative;
	height: 50px;
	background-image: url(./img/bg-bottom.jpg);
	background-repeat: no-repeat;
	color: #ffffff;
}

#bottom .copyright {
  padding-top: 1px;
  margin-left: 220px;
}

#bottom .copyright a {
  color: #BEC3D6;
}

.display_none {
  display: none;
}

.both { clear: both; }

/****************************** M E N U ******************************/
#menu {
	position: relative;
	margin-bottom: 10px;
	clear: both;
}

#menu ul {
	margin: 0px;
	padding: 0px;
}

#menu ul li {
  margin: 0px;
	padding-bottom: 1px;
	list-style-type: none;
}

a.polozka {
  font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	padding: 4px 10px 4px 7px;
	margin: 0px;
	border-left: 3px #f0f0f0 solid;
	background: #f0f0f0;
	display: block;
}

a:hover.polozka {
  border-left: 3px #cc0000 solid;
  background: #dedede;
	display: block;
}

a.polozka_selected {
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	padding: 4px 10px 4px 7px;
	margin: 0px;
	background: #4F789F;
	border-left: 3px #4F789F solid;
	color: #ffffff;
	display: block;
}

a:hover.polozka_selected {
  border-left: 3px #cc0000 solid;
  color: #ffffff;
	display: block;
}

a.subpolozka {
  padding: 4px 10px 4px 20px;
	display: block;
}

a:hover.subpolozka {
	display: block;
}

a.subpolozka_selected {
  padding: 4px 10px 4px 20px;
  color: #cc0000;
	display: block;
}

a:hover.subpolozka_selected {
	display: block;
}

#top-menu {
  position: relative;
  margin: 0px 22px 3px 10px;
	height: 45px;
	border-bottom: 1px #f0f0f0 solid;
	background-image: url(./img/bg-lista.jpg);
	background-repeat: no-repeat;
}

/******************************  O D K A Z Y   ******************************/
a {
	text-decoration: underline;
	color: #356AA0;
}

a:hover {
	text-decoration: none;
	color: #CC0000;
}

/****************************** N A D P I S Y ******************************/
h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	color: #333333;
}

h1 {
	letter-spacing: -1px;
	font-size: 1.5em;
	color: #356AA0;
}

h2 {
	font-size: 1.3em;
	padding-bottom: 5px;
	color: #CC0000;
}

h3 {
	font-size: 1em;
	font-weight: bold;
}

/****************************** C E S T A ******************************/
#cesta {
	position: relative;
	padding: 0px;
	margin: 0px;
	clear: both;
}

.path {
  margin: 0px 3px;
  padding: 5px;
  font-size: 11px;
  background: #f0f0f0;
}

/****************************** M O D U L ******************************/
.modul {
	position: relative;
	padding: 10px;
	margin: 1px 1px 1px 1px;
	clear: both;
}

.nadpis_modul {
  height: 26px;
  margin: 0px;
  padding: 0px 5px;
  font-size: 1.5em;
  color: #CC0000;
  background: #f0f0f0;
  clear: both;
}

/****************************** F O R M U L Á Ø E ******************************/
form {
	margin: 0px;
	padding: 0px;
}

.input_hledej {
  position: absolute;
	top: 12px;
	right: 10px;
	width: 153px;
	border: 0px;
}

.inputButton {
	font-size: 12px;
	border: 1px #4F789F solid;
	background: #f0f0f0;
	padding: 2px 5px;
}

/****************************** S T R E D ******************************/

table.tabulka {
	width: 100%;
	background-color: #dadada;
}

table.tabulka tr.radek {
	background-color: #fff;
}

table.tabulka tr.radek2 {
	background-color: #F5F5F5;
}

table.tabulka tr.radek_hover {
	background-color: #FFE4E4;
}

table.tabulka th {
	background-image: url(./img/bg_table.jpg);
	color: #fff;
	font-weight: bold;
	border: 1px #000 solid;
	padding: 5px;
	text-align: center;
}

.stred .delitko {
	margin: 20px 0px;
	height: 1px;
	font-size: 0px;
	background-image: url(../img/bg_h1.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	clear: both;
}

.stred img { margin: 0px 5px; padding: 0px; border: 0px #000 solid;}

/****************************** A K T U A L I T Y ******************************/
.aktualita {
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px #dadada solid;
  clear: both;
}

.aktualita h1 a {
  text-decoration: none;
}

.aktualita .autor_datum {
	position: relative;
	font-size: 10px;
	height: 16px;
	margin-bottom: 5px;
	clear: both;
}

.aktualita .autor_datum .autor {
	float: left;
}

.aktualita .autor_datum .datum {
	float: left;
	margin: 0px 10px;
}

.aktualita .text {
  padding-bottom: 10px;
}

.aktualita p {
  margin: 0px;
  padding: 0px;
}

.aktualita img {
  border: 1px #dadada solid;
  margin: 3px;
  padding: 2px;
}

.aktualita .vice {
	margin-top: 5px;
	text-align: right;
	clear: both;
}

.dalsiAktuality {
  clear: both;
}

/****************************** KARTA HRÁÈE ******************************/
#karta { position: relative; height: 200px; margin-bottom: 20px;}

#karta .bg_karta { position: relative; float: left; width: 365px; height: 200px; background-image: url(../img/bg_name_player.jpg); background-position: right top; background-repeat: no-repeat; border: 1px #bbb solid; }

#karta .bg_karta .jmeno { position: absolute; top: 5px; left: 15px; font-size: 16px; font-weight: bold; color: #000; }

#karta .bg_karta .primeni { position: absolute; top: 22px; left: 15px; font-size: 28px; font-weight: bold; color: #000; }

#karta .bg_karta .dres { position: absolute; top: 0px; right: 15px; padding: 0px; font-size: 50px; font-weight: bold; color: #000000; }

#karta .bg_karta .post { position: absolute; top: 70px; right: 15px; font-size: 12px; font-weight: bold; }

#karta .bg_karta .ostatni { position: absolute; top: 70px; left: 15px; font-size: 12px; }

#karta .foto { position: relative; background-image: url(./img/bg_foto.jpg); float: left; width: 170px; height: 200px; border: 1px #bbb solid; }

.konec { position: absolute; bottom: 0px; left: 0px; width: 100%; height: 5px; font-size: 2px;	background-image: url(../img/bg_name_player.jpg); background-position: right top; }
