body {
    font-family: Trebuchet MS, Arial, Helvetica;
	font-size: 0.8em;
	color: #000000;
	line-height: 1.2em;
	letter-spacing: 0.01em;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/pozadi-body.png);
	background-repeat: repeat;
}
* {
	margin: 0px;
	padding: 0px;
}
#Pozadi {
	width: 100%;
    background-image: url(../images/pozadi-hlavicka-body.png);
	background-repeat: repeat-x;
	background-position: top center;
}
#Page {
    width: 1000px;
    margin: 0px auto;
}
h1#Nadpis, #Hlavicka {
    width: 659px;
    height: 147px;
	position: relative;
	overflow: hidden;
	left: 0px;
	top: 0px;
	font-size: 10%;
}
h1#Nadpis span, #Hlavicka span {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(../images/pozadi-logo.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 659px;
    height: 147px;
	visibility: visible;
	cursor: pointer;
}
#Lista {
	width: 980px;
	height: 27px;
	background-image: url(../images/pozadi-lista.png);
	background-repeat: no-repeat;
	text-align: center;
	padding: 10px 10px 0px 10px;
	color: #FFFFFF;
}
#Lista a {
	color: #FFFFFF;
}
#Paticka {
	width: 100%;
	height: 27px;
	background-image: url(../images/pozadi-lista.png);
	background-repeat: repeat-x;
	padding: 10px 0px 0px 0px;
	text-align: center;
	color: #FFFFFF;
}
#Paticka a {
	color: #FFFFFF;
}

#Header {
	width: 1000px;
	height: 239px;
}
#Header #Left {
	width: 659px;
	height: 239px;
	float: left;
}
#Header #Right {
	width: 341px;
	height: 239px;
	background-image: url(../images/pozadi-hlavicka-prava.png);
	background-repeat: no-repeat;
	float: left;
}
#Header #Right .hledej {
	width: 146px;
	height: 21px;
	background-image: url(../images/pozadi-hledej.png);
	background-repeat: no-repeat;
	border: none;
	margin: 7px 7px 0px 40px;
	float: left;
}
#Header #Right .odesli { 
	background: url(../images/pozadi-odesli.gif) top left no-repeat;
	width: 34px;
	height: 34px; 
	border: 0px; 
	cursor: pointer;
	cursor: hand; 
	float: left;
} 
#HlavniObsah {
	width: 1000px;
	background-image: url(../images/pozadi-obsah.png);
	background-repeat: repeat-y;
}
#Obsah {
	width: 554px;
	padding: 0px 10px 10px 87px;
	float: left;
}
#Obsah .clanek {
	width: 534px;
	padding: 10px;
	background-image: url(../images/pozadi-nadpis.png);
	background-repeat: no-repeat;
	margin-bottom: 3px;
}
#Obsah .clanekBlank {
	width: 534px;
	padding: 10px;
	margin-bottom: 3px;
}
#Obsah .clanekTop {
	width: 534px;
	padding: 10px;
	/*background-image: url(../images/pozadi-nadpis-top.png);*/
	background-image: url(../images/pozadi-nadpis.png);
	background-repeat: no-repeat;
	margin-bottom: 3px;
}
#Obsah .clanekFirst {
	width: 534px;
	padding: 10px;
	background-image: url(../images/pozadi-nadpis-top.png);
	background-repeat: no-repeat;
	margin-bottom: 3px;
}
#Obsah .clanekSearch {
	width: 534px;
	padding: 10px;
	background-image: url(../images/pozadi-nadpis-top.png);
	background-repeat: no-repeat;
	margin-bottom: 3px;
}
#Obsah .clanek h2, #Obsah .clanekFirst h2, #Obsah .clanekTop h2, #Obsah .clanek h1,  #Obsah .clanekFirst h1, #Obsah .clanekTop h1 {
	color: #000000;
	font-size: 1.1em;
	margin-bottom: 3px;
}
#Obsah .clanekSearch h2 {
	color: #000000;
	font-size: 1.1em;
	font-weight: normal;
}
#Obsah .clanek p.datum, #Obsah .clanekTop p.datum {
	color: #CC3300;
	font-size: 0.9em;
	margin-bottom: 5px;
}
#Bannery {
	width: 349px;
	float: left;
}
#Menu {
	width: 659px;
	height: 92px;
	background-image: url(../images/pozadi-menu.png);
	background-repeat: no-repeat;
}
ul#Pol {
    width: 551px;
    height: 24px;
	margin-left: 78px;
	color: #FFFFFF;
	font-size: 0.9em;
	padding: 12px 10px 0px 20px;
	list-style: none;
	/*border: 1px solid black;*/
}
ul#Pol li {
    display: inline;
    border-left: 1px solid #000000;
    padding: 0px 3px 0px 7px;
}
ul#Pol li a {
     color: #FFFFFF;
	 font-weight: bold;
     text-decoration: none;
}
ul#Pol li a.aktivni, ul#Pol li a:hover {
     color: #000000;
}
ul#Pol li.first {
    border-left: none;
}

ul#SubPol {
    width: 551px;
    height: 26px;
	margin-left: 78px;
	color: #FFFFFF;
	font-size: 1.0em;
	padding: 10px 10px 0px 20px;
	list-style: none;
	/*border: 1px solid black;*/
}
ul#SubPol li {
    display: inline;
    border-left: 1px solid #FF3300;
    padding: 0px 6px 0px 7px;
}
ul#SubPol li a {
     color: #FFFFFF;
	 font-weight: normal;
     text-decoration: none;
}
ul#SubPol li a.aktivni, ul#SubPol li a:hover {
     color: #999999;
}
ul#SubPol li.first {
    border-left: none;
}
.banner1Top {
	width: 230px;
	height: 34px;
	background-image: url(../images/banner-1-top.png);
	background-repeat: no-repeat;
	padding: 12px 69px 0px 50px;
}
.banner1Middle {
	width: 230px;
	background-image: url(../images/banner-1-middle.png);
	background-repeat: repeat-y;
	padding: 0px 69px 5px 50px;
	text-align: center;
	font-weight: bold;
	color: #000000;
}
.banner1Middle p {
	margin-bottom: 10px;
}
.banner1Middle h2.tymy {
	color: #FFFFFF;
	font-size: 0.9em;
	line-height: 1.1em;
	margin-bottom: 10px;
}
.banner1Middle .cas {
    color: #FFFFFF;
    font-size: 1.6em;
}

.banner1Down {
	width: 349px;
	height: 14px;
	background-image: url(../images/banner-1-down.png);
	background-repeat: no-repeat;
	margin-bottom: 10px;
}

.banner2Top {
	width: 230px;
	height: 34px;
	background-image: url(../images/banner-2-top.png);
	background-repeat: no-repeat;
	padding: 12px 69px 0px 50px;
}
.banner2Middle {
	width: 230px;
	background-image: url(../images/banner-2-middle.png);
	background-repeat: repeat-y;
	padding: 0px 69px 10px 50px;
	text-align: center;
	font-weight: bold;
}
.banner2Middle p {
	margin-bottom: 10px;
}
.banner2Middle h2.tymy {
	color: #FFFFFF;
	font-size: 0.9em;
	line-height: 1.1em;
	margin-bottom: 10px;
}
.banner2Middle .cas {
    color: #FFFFFF;
    font-size: 1.6em;
}
.banner2Down {
	width: 349px;
	height: 14px;
	background-image: url(../images/banner-2-down.png);
	background-repeat: no-repeat;
	margin-bottom: 10px;
}

.banner3Top {
	width: 230px;
	height: 34px;
	background-image: url(../images/banner-3-top.png);
	background-repeat: no-repeat;
	padding: 12px 69px 0px 50px;
}
.banner3Middle {
	width: 230px;
	background-image: url(../images/banner-3-middle.png);
	background-repeat: repeat-y;
	padding: 0px 69px 5px 50px;
}
.banner3Down {
	width: 349px;
	height: 14px;
	background-image: url(../images/banner-3-down.png);
	background-repeat: no-repeat;
	margin-bottom: 10px;
}

.banner4Top {
	width: 230px;
	height: 34px;
	background-image: url(../images/banner-4-top.png);
	background-repeat: no-repeat;
	padding: 12px 69px 0px 50px;
}
.banner4Middle {
	width: 230px;
	background-image: url(../images/banner-4-middle.png);
	background-repeat: repeat-y;
	padding: 0px 69px 5px 50px;
}
.banner4Down {
	width: 349px;
	height: 14px;
	background-image: url(../images/banner-4-down.png);
	background-repeat: no-repeat;
    margin-bottom: 10px;
}

.banner5Top {
	width: 230px;
	height: 34px;
	background-image: url(../images/banner-5-top.png);
	background-repeat: no-repeat;
	padding: 12px 69px 0px 50px;
}
.banner5Middle {
	width: 230px;
	background-image: url(../images/banner-5-middle.png);
	background-repeat: repeat-y;
	padding: 0px 69px 5px 50px;
}
.banner5Down {
	width: 349px;
	height: 14px;
	background-image: url(../images/banner-5-down.png);
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
.banner1Top h3, .banner2Top h3, .banner3Top h3, .banner4Top h3, .banner5Top h3  {
	font-size: 1.0em;
	color: #FFFFFF;
	font-weight: bold;
}
.banner1Top h3 a, .banner2Top h3 a, .banner3Top h3 a, .banner4Top h3 a, .banner5Top h3 a  {
	font-size: 1.0em;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a {
    color: #000000;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}
img {
    border: none;
}
.cistic {
	clear: both;
}
table.kontakty {
	width: 554px;
	text-align: center;
	margin-bottom: 10px;
}
table.kontakty tr th {
	height: 29px;
	/*background-image: url(../images/pozadi-table-td.png);
	background-repeat: repeat;*/
	background-image: url(../images/pozadi-nadpis.png);
	background-repeat: no-repeat;
	color: #000000;
	font-size: 0.9em;
	line-height: 1.1em;
	padding: 0px 2px;
	width: 88px;
}
table.kontakty tr td.black {
	height: 29px;
	width: 88px;
	background-image: url(../images/pozadi-table-th.png);
	background-repeat: repeat-x;
	background-color: #000000;
	color: #FFFFFF;
	font-size: 0.9em;
	line-height: 1.1em;
	padding: 0px 2px;
}
table.kontakty tr td.first, table.kontakty tr th.first {
	/*background-image: url(../images/pozadi-table-td-head.png);
	background-repeat: repeat;*/
	background-image: url(../images/pozadi-nadpis-top.png);
	background-repeat: no-repeat;
	font-weight: bold;
	color: #000000;
}
table.kontakty tr td {
    width: 88px;
	/*background-image: url(../images/pozadi-table-td.png);
	background-repeat: repeat;*/
	background-image: url(../images/pozadi-nadpis.png);
	background-repeat: no-repeat;
	padding: 2px;
}
table.pridat {
    /*border: 1px dotted #FF3300;*/
    padding: 5px;
    /*padding-top: 10px;*/

}
table.pridat tr td {
    padding: 0px;
    vertical-align: top;
    font-size: 1.0em;
    text-align: right;
    color: #000000;
}
table.vzkaz {
    border: 1px dotted #FF3300;
    text-align: left;
    margin-bottom: 10px;
    font-size: 0.9em;
    width: 100%;
}
table.vzkaz tr th {
    font-weight: bold;
    color: #000000;
    padding: 0px 5px;
}
table.vzkaz tr th a {
    color: #FF3300;
}
table.vzkaz tr td {
    padding: 3px 10px;
    color: #000000;
}
table.vzkaz tr th.right, table.vzkaz tr td.right {
    text-align: right;
    color: #000000;
}
input, textarea {
    border: 1px solid #FF3300;
    width: 400px;
}
input.small {
    width: 350px;
}
.gray {
    color: #333333;
}
.strankovani {
	width: 544px;
	color: #000000;
	font-weight: bold;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	margin-bottom: 10px;
	padding: 5px;
	background-color: #FF9933;
	text-align: center;
}
.strankovani a {
	font-weight: normal;
	color: #333333;
}
.strankovani a:hover {
	color: #000000;
}
.strankovani a.middle {
	padding: 0px 2px;
}
p {
	margin-bottom: 5px;
}
table.zapasy {
	width: 554px;
	text-align: center;
	margin-bottom: 10px;
}
table.zapasy tr th {
	height: 29px;
	background-image: url(../images/pozadi-nadpis-top.png);
	background-repeat: no-repeat;
	color: #000000;
	font-weight: bold;
	font-size: 0.9em;
	line-height: 1.1em;
	padding: 0px 2px;
}
table.zapasy tr td {
	height: 29px;
	background-image: url(../images/pozadi-nadpis.png);
	background-repeat: no-repeat;
	background-color: #000000;
	color: #000000;
	font-size: 0.9em;
	line-height: 1.1em;
	padding: 0px 2px;
}
table.zapasy tr.bold {
	font-weight: bold;
}
table.zapasy tr td.bold {
	font-weight: bold;
}
.red {
	color: red;
}

table.sestavy {
	width: 554px;
	text-align: center;
	margin-bottom: 10px;
}
table.sestavy tr th {
	height: 29px;
	/*background-image: url(../images/pozadi-table-td.png);
	background-repeat: repeat;*/
	background-image: url(../images/pozadi-nadpis.png);
	background-repeat: no-repeat;
	color: #000000;
	font-size: 0.9em;
	line-height: 1.1em;
	padding: 0px 2px;
}
table.sestavy tr td.black {
	height: 29px;
	background-image: url(../images/pozadi-table-th.png);
	background-repeat: repeat-x;
	background-color: #000000;
	color: #FFFFFF;
	font-size: 0.9em;
	line-height: 1.1em;
	padding: 0px 2px;
}
table.sestavy tr td.first, table.sestavy tr th.first {
	/*background-image: url(../images/pozadi-table-td-head.png);
	background-repeat: repeat;*/
	background-image: url(../images/pozadi-nadpis-top.png);
	background-repeat: no-repeat;
	font-weight: bold;
	color: #000000;
}
table.sestavy tr td {
	/*background-image: url(../images/pozadi-table-td.png);
	background-repeat: repeat;*/
	background-image: url(../images/pozadi-nadpis.png);
	background-repeat: no-repeat;
	padding: 2px;
}
table.sestavy tr td.black a {
	color: #FFFFFF;
	text-decoration: none;
}
#Obsah #Detail {
	width: 554px;
	height: 306px;
	background-image: url(../images/pozadi-detail.png);
	background-repeat: no-repeat;
	margin-bottom: 15px;
}
#Obsah #Detail #Levy {
	width: 181px;
	height: 265px;
	float: left;
	padding: 20px 15px 21px 20px;
}
#Obsah #Detail #Pravy {
	width: 303px;
	height: 266px;
	float: left;
	padding: 20px 20px 20px 15px;
}
#Obsah #Detail #Pravy h2 {
	font-size: 1.2em;
	line-height: 1.6em;
	margin-bottom: 10px;
	color: #000000;
}
#Obsah #Detail #Pravy h3 {
	font-size: 2.0em;
	line-height: 3.0em;
	margin-bottom: 15px;
	padding-left: 40px;
	color: #000000;
}

table.odkazy{
	width: 554px;
	text-align: center;
	margin-bottom: 10px;
}
table.odkazy tr th {
	height: 29px;
	/*background-image: url(../images/pozadi-table-td.png);
	background-repeat: repeat;*/
	background-image: url(../images/pozadi-nadpis.png);
	background-repeat: no-repeat;
	color: #000000;
	font-size: 0.9em;
	line-height: 1.1em;
	padding: 0px 2px;
	width: 88px;
}
table.odkazy tr td.black {
	height: 29px;
	background-image: url(../images/pozadi-table-th.png);
	background-repeat: repeat-x;
	background-color: #000000;
	color: #FFFFFF;
	font-size: 0.9em;
	line-height: 1.1em;
	padding: 0px 2px;
}
table.odkazy tr td {
	/*background-image: url(../images/pozadi-table-td.png);
	background-repeat: repeat;*/
	background-image: url(../images/pozadi-nadpis.png);
	background-repeat: no-repeat;
	padding: 2px;
	color: #000000;
}
table.odkazy tr td.first, table.odkazy tr th.first {
	/*background-image: url(../images/pozadi-table-td-head.png);
	background-repeat: repeat;*/
	background-image: url(../images/pozadi-nadpis-top.png);
	background-repeat: no-repeat;
	font-weight: bold;
	color: #FFFFFF;
}
table.odkazy tr td.first a, table.odkazy tr th.first a, table.odkazy tr td a, table.odkazy tr th a {
	color: #FFFFFF;
}
table.statistiky {
	width: 554px;
	text-align: center;
	margin-bottom: 10px;
}
table.statistiky tr th {
	height: 29px;
	/*background-image: url(../images/pozadi-table-td.png);
	background-repeat: repeat;*/
	background-image: url(../images/pozadi-nadpis.png);
	background-repeat: no-repeat;
	color: #000000;
	font-size: 0.9em;
	line-height: 1.1em;
	padding: 0px 2px;
}
table.statistiky tr td.black {
	height: 29px;
	background-image: url(../images/pozadi-table-th.png);
	background-repeat: repeat-x;
	background-color: #000000;
	color: #FFFFFF;
	font-size: 0.9em;
	line-height: 1.1em;
	padding: 0px 2px;
}
table.statistiky tr td.first, table.statistiky tr th.first {
	/*background-image: url(../images/pozadi-table-td-head.png);
	background-repeat: repeat;*/
	background-image: url(../images/pozadi-nadpis-top.png);
	background-repeat: no-repeat;
	font-weight: bold;
	color: #000000;
}
table.statistiky tr td {
	/*background-image: url(../images/pozadi-table-td.png);
	background-repeat: repeat;*/
	background-image: url(../images/pozadi-nadpis.png);
	background-repeat: no-repeat;
	padding: 2px;
}
table.statistiky tr td.black a {
	color: #FFFFFF;
	text-decoration: none;
}
.borosL {
	float: left;
	width: 115px;
}
.borosP {
	float: left;
	width: 115px;
}
p.right {
	font-weight: normal;
}
p.nazev a {
	color: #000000;
	text-decoration: none;
    font-size: 1.4em;
}
p.nazev a.aktivni {
	color: #FFFFFF;
	text-decoration: underline;
    font-size: 1.4em;
}
a.galerie {
	display: block;
	float: left;
	width: 174px;
	border: 1px dotted #FF3300;
	margin-right: 1px;
	margin-top: 2px;
	margin-bottom: 5px;
	padding: 2px;
	text-decoration: none;
	cursor: pointer;
}
a:hover.galerie {
	display: block;
	float: left;
	width: 174px;
	border: 1px solid #FF3300;
	margin-right: 1px;
	margin-top: 2px;
	margin-bottom: 5px;
	padding: 2px;
	text-decoration: none;
}
.galerie .nazev {
	width: 168px;
	height: 32px;
	background-image: url(../images/pozadi-nadpis-top.png);
	background-repeat: no-repeat;
	color: #FFFFFF;
	padding: 3px;
}
.galerie .nahled {
	width: 174px;
	height: 116px;
	margin: 1px 0px;
}
.galerie .datum {
	width: 168px;
	height: 15px;
	padding: 3px;
	text-align: center;
	background-image: url(../images/pozadi-nadpis.png);
	background-repeat: no-repeat;
	font-size: 0.8em;
}
a.fotogal img {
	padding: 1px;
	border: 1px dotted #FF3300;
}
a:hover.fotogal img {
	padding: 1px;
	border: 1px solid #FF3300;
}

