﻿/********** všeobecné úpravy - start */
p, ul, ol, div, li, a, h1, h2, h3, hr
{
	margin: 0;
	padding: 0;
}
ul
{
	list-style-type: circle;
}
ul ul
{
	list-style-type: square;
}
ol
{
	list-style-position: inside;
	margin-bottom: 1em;
}
html
{
	margin: 0;
	padding: 0;
}
a
{
	color: #805A40;
	font-size: 90%;
}
span.jmeno
{
	text-transform: capitalize;
}

/********** všeobecné úpravy - end */

/********** celek - start */
body
{
	padding: 0;
	margin: 0;
	/*font-family: serif;*/
	font-family: Georgia, Serif;
	font-size:medium;
	background-color: #aeaeae;
	color: #805A40;
	text-align: center;
}

#ctl00_stranka
{
	min-width: 40em;
	max-width: 60em;
	margin: 0 auto 0 auto;
	background-color: #E6D8CF;
}
#ctl00_ramek
{
	border: solid 1px #805A40;
	/*border-top: none;*/
	text-align: left;
}
/********** celek - end */

/********** záhlaví - start */
#ctl00_zahlavi
{
   /*height: 6em;*/
   background: white url("barva2.jpg") repeat-x scroll bottom left;
}
#ctl00_obal
{
	text-align: center;
	padding-top: 0.5em;
}
#ctl00_nazev
{
	width: 36em;
	margin: 0 auto 0 auto;
	padding-bottom: 0.5em;
}
#ctl00_nazev h1
{
	font-size: 200%;
}
a.nadpis {
	text-decoration: none;
	font-size: 100%;
}
/*#ctl00_nazev p
{
	font-size: 90%;
}
#ctl00_nazev h2 {
	font-size: 150%;
	font-weight: bolder;
}*/
#ctl00_leftef {
	width: 2.5em;
	height: 5.3em;
	float: left;
}
#ctl00_rightef {
	width: 2.5em;
	height: 5.3em;
	float: right;
}
#podnazev
{
	font-size: 90%;
	padding-bottom: 0.4em;
}
#rocnik
{
	font-size: 150%;
	font-weight: bolder;
}
/********** záhlaví - end */

/********** volby - start */
#volby
{
	height: 1.5em;
}
#volby div
{
	background-color: #E6D8CF;
	border-top: solid 1px #805A40;
}
ul.ui
{
    float: left;
}
ul.jazyk
{
    float: right;
}
#volby div ul li
{
	display: block;
	list-style-type: none;
	width: 6em;
	height: 1.5em;
	text-align: center;
}
#volby div ul.jazyk li
{
	float: right;
}
#volby div ul.ui li
{
	float: left;
}
#volby div ul li a
{
	display: block;
	line-height: 1.6em;
	font-family: sans-serif;
	height: 100%;
	border: solid 1px #805A40;
	border-top: none;
	background-color: #E6A273;
}
#volby div ul li a:hover
{
	background-color: white;
	color: #805A40;
}
#volby div ul.ui li a
{
	border-left: none;
}
#volby div ul.jazyk li a
{
	border-right: none;
}
#volby div ul li a.vybrane
{
	text-decoration: none;
	font-weight: bold;
}
#volby div ul li a:hover
{
	background-color: white;
	color: #805A40;
}
/********** volby - end */

/********** směrovka - start */
#smerovka {
	clear: both;
	height: 2em;
}
#smerovka div
{
	font-style: italic;
	padding-left: 1em;
	line-height: 2em;
}
#smerovka div p {
}
/************ směrovka - end */

/************ hlavní - start */
#ctl00_hlavni
{
	position: relative;
	/*background-color: #E6A273;*/
	left: 0;
	top: 0;
	height: 100%;  /*toto je nutné kvůli IE 6 a níže */
}
#ctl00_meritko
{
	margin: 0em 10em 0em 10em;
	background-color: white;
	height: 100%;
	border: 1px solid #805A40;
}
#ctl00_obsah
{
	/*min-height: 20em;*/
	/*padding: 1.5em;*/
	margin: 1.5em;
}
/************ hlavní - end */

/* levý panel -------------------- start */

#ctl00_levy
{
	position: absolute;
	width: 10em;
	left: 0;
	top: 0;
}
#ctl00_leftcont
{
	padding-right: 3px;
	padding-left: 3px;
	/*background-color: Red;*/
}
#ctl00_leftcont ul li {
	display: block;
	list-style-type: none;
	margin: 0 0 3px 0;
	padding: 0;
}
#ctl00_leftcont ul li a {
	display: block;
	margin: 0;
	padding: 0;
	height: 2em;
	border:#805A40 solid 1px;
	line-height: 2em;
	background-color: #E6A273;
	color: #805A40;
	font-family: sans-serif;
	text-align: center;
}
#ctl00_leftcont ul li a:hover {
	background-color: white;
}
#ctl00_leftcont ul li a.vybrane {
	position: relative;
	margin: 0;
	padding: 0;
	border-right: none;
	background-color: white;
	text-decoration: none;
	left: 4px;
	color: #805A40;
	font-weight: bold;
}
#ctl00_leftcont ul li a.vybrane:hover {
	position: relative;
	margin: 0;
	padding: 0;
	border: #805A40 solid 1px;
	border-right: none;
	background-color: white;
	text-decoration: none;
	left: 4px;
	color: #805A40;
}
#logo {
	/*height: 5em;*/
	margin-bottom: 3px;
}
#logo a
{
	text-decoration: none;
	font-size: 100%;
	display: block;
	height: 5em;
	background: #E6A273 url("logo_m.gif") no-repeat scroll center center;
	border:#805A40 solid 1px;
}

/* levý panel -------------------- end */

/* pravý panel -------------------- start */

#ctl00_pravy
{
	position: absolute;
	width: 10em;
	right: 0;
	top: 0;
}
#ctl00_rightcont
{
	padding-right: 3px;
	padding-left: 3px;
	/*background-color: Red;*/
}

/* pravý panel -------------------- end */

/* banery v levém a pravém panelu ------------------------ start */

div.banner {
	font-size: 80%;
	margin-bottom: 3px;
	padding: 0.5em;
	background-color: #E6A273;
	border:#805A40 solid 1px;
}
div.vypln
{
	font-size: 80%;
	height: 20px;
	margin-bottom: 3px;
	padding: 0.5em;
	background-color: #E6A273;
	border:#805A40 solid 1px;
}
div.banner h3
{
	font-size: 70%;
	font-weight: bold;
	text-align: right;
	margin-bottom: 0.9em;
	font-family: sans-serif;
	letter-spacing: 0.1em;
}
img.logospon
{
	width: 10.5em;
	float: none;
	border: none;
}
div.banner strong
{
	color: #cc0000;
	font-weight: bold;
}

/* banery v levém a pravém panelu ------------------------ end */

/* zápatí ------------------------ start */

#zapati {
	clear: both;
	padding: 3px;
}
#bottcont {
	font-size: 80%;
	border:#805A40 solid 1px;
	background-color: #E6A273;
	color: #805A40;
}
#bottcont div.pravy {
	float: right;
	padding: 0.2em 0.5em 0.2em;
	text-align: right;
}
#bottcont div.levy {
	padding: 0.2em 0 0.2em 0.5em;
	text-align: left;
}

/* zápatí ------------------------ end */

/* content page */

#ctl00_obsah h1 {
	font-size: 110%;
	margin-bottom: 1em;
}
#ctl00_obsah table {
	/*width: 30em;*/
	margin-bottom: 1em;
}
#ctl00_obsah table th {
	text-align: left;
	padding-right: 0.5em;
	font-weight: normal;
}
#ctl00_obsah table td {
	text-align: right;
}
#ctl00_obsah table.harmonogram {
	/*border: solid 1px red;*/
	border-collapse: collapse;
	width: 100%;
}
#ctl00_obsah table.harmonogram caption {
	text-align: left;
	font-weight: bold;
}
tr.cerveny
{
	background-color: #ffccff;
	background-color: #E6D8CF;
}
tr.modry
{
	background-color: #ccffff;
	background-color: #E6D8CF;
}
#ctl00_obsah table.harmonogram th {
	width: 7em;
	/*border: solid 1px blue;*/
	vertical-align: baseline;
	text-align:right;
	padding-right: 1em;
}
#ctl00_obsah table.harmonogram td {
	text-align: left;
}
#ctl00_obsah ul {
	margin-left: 1em;
	margin-bottom: 1em;
}
#ctl00_obsah ul li {
	margin-bottom: 0.3em;
}
#ctl00_obsah h2 {
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 1em;
}
#ctl00_obsah h3 {
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 1em;
}
#ctl00_obsah h4 {
	font-size: 90%;
	font-weight: bold;
	margin-bottom: 1em;
}
img.pravyobraz {
	float:right;
	border:solid 1px #805A40;
	margin: 0 0 0.5em 0.7em;
	width: 240px;
	height: 201px;
}
div.formitem {
	margin-bottom: 1em;
}
#ctl00_obsah div.formitem table td {
	text-align: left;
}
.input {
	background-color: white;
	border: solid 1px #805A40;
	font-size: 100%;
}
.cislo {
	width: 1.2em;
	text-align: right;
}
textarea {
	width: 100%;
	height: 4em;
}
.tlacitko {
	border: solid 1px #805A40;
	background-color: #E6A273;
	color: #805A40;
	font-weight: bolder;
}
.tlacitko:hover
{
	border: solid 1px #805A40;
	background-color: #66cc00;
	color: #805A40;
}
table.objednavka caption {
	font-size: 90%;
	font-weight: bold;
	text-align: left;
}
table.objednavka td {
	width: 6em;
}
#ctl00_obsah p
{
	text-align: justify;
}
p.velky {
	text-align: left;
	margin-bottom: 1em;
}
p.velky:first-letter {
	font-weight: bolder;
	line-height: 0.9em;
	font-size: 110%;
}
#ctl00_obsah p.aktualita {
	margin-bottom: 0;
}
#ctl00_obsah p.program 
{
	padding-top: 0.5em;
	text-align: center;
}
#ctl00_obsah p.datum {
	margin-top: 0.5em;
	margin-bottom: 1.5em;
	font-style: italic;
	text-align: right;
}
p.em {
	font-style: italic;
	margin-bottom: 1em;
	padding-left: 1em;
}
p.oznameni {
	font-weight: bolder;
	color: #cc0000;
	margin-bottom: 1em;
}
hr.oddelovac {
	clear: left;
	border: none;
	visibility: hidden;
}
h2 span {
	font-style: italic;
	font-weight: normal;
}
sup {
	font-size: 60%;
}
img.logospon {
	width: 10.5em;
	float: none;
	border: none;
}
div.logospon
{
	width: 10.5em;
	/* background: url("logo_cely.jpg") no-repeat scroll left top; */
	background: no-repeat scroll center top;
}
div.delitko {
	height: 53px;
	background: url("logo_bod.gif") no-repeat scroll center top;
}
div.sipka {
	height: 43px;
	background: url("down_bod.gif") no-repeat scroll center top;
}
div.kruh {
	height: 43px;
	background: url("peniz_bod.gif") no-repeat scroll center top;
}
div#vysledky
{
	/*border: double 4px;*/
	text-align: center;
	padding: 2em 0 2em 0;
}
div#vysledky ul
{
	list-style-type:none;
	list-style-position:outside;
	position:relative;
	left:-0.5em;
}
small
{
	font-style: italic;
}
#ctl00_obsah h3.zpravy {
	border-top: solid 1px;
	padding-top: 6px;
	margin-bottom: 0.5em;
	margin-top: 1.5em;
}
#ctl00_obsah h3.bezokraje
{
	border: none;
	/*padding-top: 0;*/
}
p
{
    line-height: 1.5em;
}
p.normal
{
	margin-top: 0;
}
.cerveny
{
	color: #cc0000;
}
.modry
{
	color: blue;
}
#obrazek1
{
	height: 290px;
	background: url("porota_b.jpg") no-repeat scroll center center;	
}
#obrazek2
{
	height: 370px;
	background: url("slovak_b.jpg") no-repeat scroll center center;	
}
#obrazek3
{
	height: 370px;
	background: url("kolaz.jpg") no-repeat scroll center center;	
}
div.obrazek
{
	height: 370px;
	background: url("kolaz.jpg") no-repeat scroll center center;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center center;
}
div#ctl00_main_pozadi
{
	background-color: #aeaeae;
	padding-top: 1.5em;
}
div#ctl00_main_pozadi p
{
	color: white;
	padding: 1em;
	text-align: right;
}
div#foto
{
	height: 400px;
	background-color: #aeaeae;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: scroll ;
}
div#ctl00_main_miniatury, div#ctl00_main_miniatury2
{
	text-align: center;
	padding-top: 20px;
}
div#ctl00_main_miniatury img
{
	border: none;
	width: 60px;
	height: 80px;
	margin: 2px;
}
div#ctl00_main_miniatury2 img
{
	border: none;
	width: 80px;
	height: 60px;
	margin: 2px;
}
#ctl00_obsah h2.nadpis_stranky
{
	margin: 0.25em;
	padding: 0;
	text-align: right;
	font-size: 130%;
	font-variant: small-caps;
}
#ctl00_obsah h2.nadpis_stranky:first-letter
{
	color: #cc0000;
	font-variant: small-caps;
	text-transform: uppercase;
	font-size: 130%;
}
#ctl00_obsah div.pod_nadpisem
{
	background: url("hlavice.gif") no-repeat scroll left bottom;
	height: 20px;
	font-size: 120%;
	margin-bottom: 1em;
}
#ctl00_obsah div.pod_nadpisem div
{
	background: url("krk.gif") repeat-x scroll left bottom;
	margin-left: 43px;
	height: 20px;
}
#ctl00_obsah div.bod_logo
{
	width: 50px;
	height: 39px;
	background: url("logo_bod.gif") no-repeat center center;
	float: left;
	/*margin: 0 0.5em 0.25em 0;*/
	margin-right: 0.5em;
}
#ctl00_obsah p.polozka
{
	text-align: justify;
}
#ctl00_obsah p.datum2
{
	clear: both;
	font-size: 80%;
	font-weight: bold;
	text-align: right;
	margin-bottom: 1em;
	margin: 0.5em 0 1.5em 0;
}
#ctl00_main_obalform strong
{
	color: #cc0000;
}
/* end content page */
div.zastita
{
    text-align:center;
    padding-top: 1em;
}
img.miniatura
{
    border: solid 1px;
    width: 60px;
    height: 85px;
}
/* na závěr */
*.skryty
{
	display: none;
}

