/* SKRYTÉ POLOŽKY */
#hlavicka,#theme,#levyramec,#vlajky,#paticka,#fotogalerie,#actkamera { display: none; }
#copy .floatright, #copy .cleaner { display: none; }


/* HTML TAGY */
/* základní */
body {
  width: 98%;
  _width: 100%;
  background-color: #fff;
  color: #000;
  font-size: 12pt/1;
  font-family: "Trebuchet MS", "Geneva CE", lucida, sans-serif;
	margin: 0;
	padding: 0;
}
p {
  margin: 0.5em 0;
}
input, select, button, textarea { 
  font-size: 100%; 
}
form, ul, ol {
  margin: 0;
  padding: 0;
}
h1, h2, h3 {
  margin: 0.5em 0;
}
h4 { margin: 0; }
h4.stred {
  margin: 5px 0;
}
h1 { font-size: 200% }
h2 { font-size: 175% }
h3 { font-size: 150% }
h4 { font-size: 110% }
ul li.outside {
  list-style-position: outside;
	margin-left: 20px;
	padding-left: 0px;
}
ol li.outside {
  list-style-position: outside;
	margin-left: 20px;
	&margin-left: 25px;
	padding-left: 0px;
}
ol.upperalpha {
  list-style-type: upper-alpha;
}
a img { border: none; }

/* vedlejší */
code, pre, textarea {
  font-size: 1em;
  font-family: "Courier New CE", "Courier CE", "Courier New", courier, monospace;
}
sup {
  font-size: 75%;
}

/* IDENTIFIKÁTORY */
#celek {
  width: 100%;
}
#sirka {
  width: 100%;
}
#logo {
  float: left;
}
#kontakt {
  float: right;
  font-size: 12pt;
}
#snih {
  text-align: right;
  border-bottom: 3px double #000;
  font-size: 13px;
  clear: both;
}
#pravyramec {
  width: 100%;
}
#obsah {
  text-align: left;
  padding: 10px 15px;
}
#copy {
  text-align: center;
  margin-top: 20px;
  font-weight: bold;
}
#copy .floatleft {
  float: none;
}
#obcerstveni {
  padding: 1px 5px;
  padding-top: 2px;
}
#nabidka {
  padding: 5px;
}
#pocasi {
  width: 419px;
  height: 245px;
  margin: 0px auto;
  border: 1px solid #666;
}
#provozovatel {
  width: 85%;
  background-color: ivory;
  margin: 0px auto;
  border: 1px dotted #999;
}
#fotosekce {
  border: 1px dotted #000;
  padding: 5px;
  margin: 5px 0;
}


/* TŘÍDY */
.tucne {
  font-weight: bold;
}
.valigntop {
  vertical-align: top;
}
.valignmiddle {
  vertical-align: middle;
}
.valignbottom {
  vertical-align: bottom;
}
.odsazeni {
  padding-top: 20px;
}
.odsazenismall {
  padding-top: 10px;
}
.odsazenileft {
  padding-left: 15px;
}
.titulek {
  margin-bottom: 20px;
}
.novinka {
  height: 28px;
  margin-top: 25px;
  font-size: 13pt;
  font-style: italic;
  font-weight: bold;
  border-bottom: 1px dotted #000;
}
.floatleft {
  float: left;
}
.floatright {
  float: right;
}
.noborder {
  border: 0;
}
.stred {
  text-align: center;
  margin: 0 auto;
}
.doleva {
  text-align: left;
}
.doprava {
  text-align: right;
}
.cleaner { 
  clear: both;
}
.bigger {
  font-size: 140%;
}
.big {
  font-size: 120%;
}
.small {
  font-size: 80%;
}
.smaller {
  font-size: 70%;
}
.imgleft {
  float: left;
  margin: 10px 0;
  margin-right: 15px;
}
.imgright {
  float: right;
  margin: 10px 0;
  margin-left: 15px;
}
.inline {
  display: inline;
}
.block {
  display: block;
}
.kurziva {
  font-style: italic;
}
.podtrzene {
  text-decoration: underline;
}
.pocasi {
  text-align: left;
  width: 409px;
  height: 235px;
  text-align: left; 
  margin-top: 5px; 
}
.ubytnadpis {
  padding: 3px 8px;
}
.ubytobsah {
  padding: 5px;
  padding-left: 15px;
  border-bottom: 1px solid #000;
}
.bookoramovani {
  text-align: left;
  padding: 5px;
}
.bookodpoved {
  padding: 5px;
}
.textodpoved {
  margin-top: 5px;
  padding: 5px;
}
.textprispevek {
  padding: 5px;
}
.doubleline {
  border-bottom: 3px double #000;
}
.singleline {
  border-bottom: 1px solid #ccc;
}


/* TABLES */
table.tab {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 30px;
}
table.tab td {
  margin: 0px;
  padding: 5px;
  border-bottom: 1px solid #ddd;
  border-right: 1px dotted #ddd;
}
table.sto {
  width: 100%;
}


/* DEN PENKAVAKU */
#denpenkavaku { text-align: center; font-style: italic; font-size: 90%; }
#denpenkavaku span { display: block; line-height: 1.3em; height: 1.5em; overflow: auto; }


/* LINKS */
a:link,a:visited { color: #000; text-decoration: underline; }
a:hover,a:active { color: #000; text-decoration: underline; }
