* {
  margin:0; padding: 0;
  list-style-position: inside;
}

body {
  background: url('/grafika/pozadi.jpg') #fff repeat-x;
  text-align: center;
  font-family: sans-serif;
  font-size: small;
  _font-size: x-small;
}

#stranka {
  width: 969px;
  margin: 0 auto;
  text-align: left;
}

#hlavicka {
  width: 691px;
  height: 145px;
  background: url('/grafika/hlavicka.gif') no-repeat;
}

#hlavicka strong {
  display: block;
  padding-top: 70px;
  color: #eee;
  font-size: 110%;
}

#hlavicka cite {
  font-family: serif;
  font-size: 160%;
  font-style: normal;
  font-weight: bolder;
  color: #eee;
  display: block;
  float: right;
  padding: 60px 70px 0 0;
  letter-spacing: 5px;
}

#hlavicka cite.mensi {
  font-size: 110%;
  letter-spacing: 2px;
}

#hlavicka cite.mensi small {
  font-size: 90%;
}

#hlavicka cite small {
  display: block;
  font-size: 60%;
  font-style: normal;
  font-weight: normal;
  text-align: right;
  letter-spacing: 1px;
}

#prava-cast {
  float: right;
}

#obal-obsah {
  width: 691px;
  height: 556px;
  _height: 576px;
  background: url('/grafika/obsah.gif') no-repeat;
  padding-top: 20px;
}

#obsah {
  margin: 0px 30px 30px 20px;
  overflow: auto;
  height: 530px;
  _height: 512px;
}

#leva-cast {
  width: 278px;
  float: left;
  height: 721px;
/*  border-left: 1px solid lime;*/
}

#logo {
  width: 278px;
  height: 279px;
  background: url('/grafika/logo.gif') no-repeat;
}

#logo a {
  display: block;
  width: 278px;
  height: 279px;
}

#logo a span {
  display: none;
}

#paticka {
  clear: both;
  width: 970px;
  height: 77px;
  background: url('/grafika/paticka.gif') no-repeat;
  margin-top: -13px;
}

#odkazy {
  float: left;
  margin: 10px 0 0 60px;
  color: #ddd;
  display: none;
}

#odkazy a, #copyright a {
  color: #ddd;
}

#odkazy a:hover, #copyright a:hover {
  color: #fff;
  text-decoration: none;
}

#copyright {
  float: right;
  text-align: right;
  margin: 10px 40px 0 0;
  color: #ddd;
}


h2, h3 {
  margin: 1em 0;
  color: #095aa0;
  text-decoration: underline;
}

ul li ul {
  margin-left: 1em;
}


/* polozky menu */

#kdo-jsme {background: url('/grafika/kdo-jsme.gif') no-repeat;}
#sluzby {background: url('/grafika/sluzby.gif') no-repeat;}
#dokumenty {background: url('/grafika/dokumenty.gif') no-repeat;}
#fotogalerie {background: url('/grafika/fotogalerie.gif') no-repeat;}
#kontakt {background: url('/grafika/kontakt.gif') no-repeat;}

#leva-cast li a span {
	display: none;
}

#volna-mista a {
  margin-top: 3em;
  color: #095AA0;
  background-color: #efefef;
  line-height: 35px;
  text-align: center;
  text-indent: 0;
  width: 80%;
  margin-left: 1em;
}

.vpravo {
  float: right;
  margin: 20px;
}

.vlevo {
  float: left;
  margin: 20px 20px 20px 0;
}

img {
  border-right: 4px solid #ccc;
  border-bottom: 4px solid #ccc;
}

ul {
  list-style-type: square;
}

ul {
  margin-left: 2em;
}

ul li ol {
  margin-left: 2em;
}

table thead tr {
  background-color: #095aa0;
  color: #fff;
}

table thead tr th {
  padding: 5px;
}

table {
  border: 1px solid #095aa0;
  background-color: #CAE2EE;
}

table tbody tr td {
  padding-top: 1em;
}

table tbody tr td.center {
  text-align: center;
}

#mojeMapa, #mojeMapa table, #mojeMapa thead, #mojeMapa table thead, #mojeMapa table thead tr, #mojeMapa thead tr, #mojeMapa td {
  border: 0;
  background-color: transparent;
  padding: 0; margin: 0;
}

#mojeMapa img {
  border: 0;
  background-color: transparent;
}

#kontakt-form table {
  width: 500px;
  padding-left: 1em;
  padding-bottom: 1em;
  background-color: #fff;
}


.povinne {
  font-weight: bold;
}



/* fotogalerie */

#prehled_alb p, #prehled_fotek p {
  width: 140px;
  float: left;
  background-color: ;
  margin: 1em;
}

#prehled_alb p a, #prehled_fotek p a {
  display: block;
  padding-top: 15px;
  width: 139px;
  height: 139px;
  _height: 150px;
  border: 1px solid #095AA0;
  text-decoration: none;
  overflow: hidden;
  text-align: center;
}
#prehled_alb p a img, #prehled_fotek p a img {
  border: 1px solid #095AA0;
}
#prehled_alb p a em, #prehled_fotek p a em {
  display: block;
  padding-top: 20px;
  height: 73px;
}

#prehled_alb p a span, #prehled_fotek p a span {
  text-decoration: none;
  display: block;
  background-color: #095AA0;
  color: #fff;
  border-top: 1px solid #095AA0;
  margin-top: 15px;
  padding: 7px 0;
  height: 40px;
  _height: 50px;
}

/* fotogalerie */





/* pro MCE */

body.mceContentBody {
   background: #FFF;
   text-align: left;
}

.mceContentBody h1, .mceContentBody h2, .mceContentBody h3, .mceContentBody h4, .mceContentBody h5 {
  margin: 1em 0;
  color: #095aa0;
  text-decoration: underline;
}

.mceContentBody ul li ul {
  margin-left: 1em;
}

.mceContentBody .vpravo {
  float: right;
  margin: 20px;
}

.mceContentBody .vlevo {
  float: left;
  margin: 20px 20px 20px 0;
}

.mceContentBody img {
  border-right: 4px solid #ccc;
  border-bottom: 4px solid #ccc;
}

.mceContentBody ul {
  list-style-type: square;
}

.mceContentBody ul {
  margin-left: 2em;
}

.mceContentBody ul li ol {
  margin-left: 2em;
}

.mceContentBody table thead tr {
  background-color: #095aa0;
  color: #fff;
}

.mceContentBody table thead tr th {
  padding: 5px;
}

.mceContentBody table {
  border: 1px solid #095aa0;
  background-color: #CAE2EE;
}

.mceContentBody table tbody tr td {
  padding-top: 1em;
}

.mceContentBody table tbody tr td.center {
  text-align: center;
}

/* MCE */
