/* SKRYTÉ TAGY */
.noscreen, .copyright { display: none; }

/* HTML TAGY */
body {
  background-color: #fff;
  color: #000;
  font-size: x-small;
  fo\nt-size: small;
  font-family: "Trebuchet MS", "Geneva CE", lucida, sans-serif;
	margin: 0px;
	padding: 1em 1.5em;
	text-align: center;
}
p {
  margin: 1em 0px;
  margin-bottom: 1.5em;
  padding: 0px 15px;
}
table {
  font-size: x-small;
  fo\nt-size: small;
}
input, select {
  font-size: 100%;
}
form, ul {
  margin: 0px;
  padding: 0px;
}
h1, h2, h3 {
  margin: 0px;
}
h1 { font-size: 150%; color: #06f; padding-top: 60px; float: right; }
h2 { font-size: 125%; color: #f60; background: url('./img/h2.gif') 0px 45% no-repeat; padding: 0px 15px; margin-top: 0.5em; }
h3 { font-size: 110%; background-color: #eee; padding: 4px; margin: 0px 11px; margin-top: 0.5em; }
h4 { font-size: 100%; padding: 0px 15px; }
hr {
  color: #999;
  height: 1px;
  background-color: #999;
  border: 0px solid #999;
  clear: both;
}
img { border: 0px; }
ul li {
  list-style-position: outside;
	margin-left: 35px;
	padding-left: 0px;
}
del {
  text-decoration: line-through;
}
acronym {
  border-bottom: 1px dotted;
  cursor: help;
}


/* IDENTIFIKÁTORY */
#design {
  border: 0px solid transparent;
  width: 100%;
  min-width: 779px;
  max-width: 1250px;
  margin: 0px auto;
  position: relative;
  text-align: left;
}
#paticka {
  border-top: 1px solid #999;
  margin-top: 10px;
  clear: both;
}

ul#menu { line-height: 1.3em; padding-top: 5px; border-top: 5px solid #999; overflow: hidden; clear: both; }
ul#menu li { float: left; width: 16%; padding: 0px; margin: 0px; list-style-type: none; text-align: center; border-right: 1px solid #ddd; }
ul#menu li.first { border-left: 1px solid #ddd; }
ul#menu li.bigger { width: 17%; }
ul#menu li.floatright { float: right; }

#id {
  width: 100%;
}
#pokracovat {
  margin: 1em 0;
}


/* TŘÍDY */
.stred {
  text-align: center;
  margin: 0 auto;
}
.doleva {
  text-align: left;
}
.doprava {
  text-align: right;
}
.valigntop {
  vertical-align: top;
}
.valignmiddle {
  vertical-align: middle;
}
.valignbottom {
  vertical-align: bottom;
}
.floatleft {
  float: left;
}
.floatright {
  float: right;
}
.inline {
  display: inline;
}
.odsad {
  padding-left: 15px;
}
.doleodsad {
  margin-bottom: 20px;
}
.horeodsad {
  margin-top: 20px;
}
.tablehlavicka {
  text-align: right;
  background-color: #eee;
}
.red {
  color: #900;
  font-weight: bold;
}
.green {
  color: #080;
  font-weight: bold;
}
.blue {
  color: #009;
  font-weight: bold;
}
.yellow {
  color: #ff0;
  font-weight: bold;
}
.brown {
  color: #960;
  font-weight: bold;
}
.info {
  margin: 0px 11px;
  padding: 5px 15px;
  background-color: #e3e3e3;
}
.rekapitulace {
  width: 38em;
  padding: 5px;
  margin: 10px 11px;
  border: 1px solid #999;
  background-color: #eee;
}
.cleaner { 
  clear: both;
  height: 1px;
  margin: 0px; 
  padding: 0px; 
  font-size: 1px;
}
.figure {
  padding: 10px;
}


/* SLOUČENINY */
table.tab {
  border-collapse: collapse;
  border-bottom: 1px solid #999;
}
table.tab td {
  width: 230px;
  border-top: 1px solid #999;
  padding: 3px 4px;
}
table.tab td.doleva {
  width: 510px;
  border-top: 1px solid #999;
  padding: 3px 4px;
}
#pokracovat input {
  font-size: 110%;
  font-weight: bold;
  color: #f00;
  border: 1px solid #999;
  background-color: #eee;
  padding: 2px 0px;
  cursor: pointer;
  cursor: hand;
}
#pokracovat input.input-norm {
  color: #000;
  font-weight: normal;
}


/* LINKY */
a { color: #00f; }

#menu a:link, #menu a:visited { color: #000; text-decoration: none; }
#menu a:hover, #menu a:active { color: #666; text-decoration: underline; }

#paticka a { color: #000; text-decoration: none; }

h2 a { color: #f60; text-decoration: none; }
