html, body {
  height: 100%;
}
body {
  background-color: #fff;
  color: #333;
  margin: 0em;
  padding: 2em;
  font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
  font-size: 80%;
  line-height: 1.6em;
  behavior: url("./csshover.htc"); /* WinIE behavior call */
}

body#tmpbody {
  background-color: #E4E5F0;
  color: #333;
  text-align: center;
  background-image: url("./body.jpg");
  background-repeat: repeat-x;
  padding-top: .5em;
  padding-bottom: 2em;
}
body#tmpbody p {
  /*text-align: justify;*/
}
body#tmpbody p.center {
  text-align: center;
}
body#tmpbody p.right {
  text-align: right;
}
body#tmpbody p.left {
  text-align: left;
}

hr {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
  font-weight: bold;
}
h1 {
  margin-top: 0em;
  color: #000099;
}
h2 {
  font-size: 140%;
  margin-top: .5em;
  margin-bottom: .5em;
  color: #004E90;
}
h3 {
  font-size: 110%;
  margin-top: 2em;
  margin-bottom: .25em;
  color: #994411;
  /*color: #ba2222;*/
}
h4 {
  font-size: 100%;
  margin-top: 1em;
  margin-bottom: .25em;
  color: #662211;
  color: #880000;
}
h5 {
  font-size: 100%;
  margin-top: 1.5em;
  margin-bottom: .25em;
  color: #555;
}
h6 {
  font-size: 100%;
  margin-top: 1.5em;
  margin-bottom: .25em;
  color: #808080;
}

a {
  color: #003399;
  font-weight: normal;
  text-decoration: underline;
  font-size: 100%;
}
a:hover {
  text-decoration: none;
  color: #800000;
}
a:visited {
  color: #000033;
}
a:hover img {
  filter: alpha(opacity=80);
  -moz-opacity: .80;
  -khtml-opacity: .80;
  opacity: .80;
}

img {
  border: 1px solid #000;
}
img.ico {
  border: none;
}

p {
  font-size: 100%;
  margin-top: .25em;
  margin-bottom: 1.5em;
}
td p {
  margin: 0em;
}
ul {
  margin: 0em;
  padding: 0em;
  margin-bottom: 1.5em;
  margin-top: .5em;
  list-style-type: none;
  line-height: 1.5em;
}
ol {
  margin-bottom: 1.5em;
  margin-top: 1.5em;
}
ul li {
  margin-left: 5px;
  padding-left: 20px;
  background-image: url("./menu-li.gif");
  background-repeat: no-repeat;
  background-position: 0% 50%;
  margin-bottom: .75em;
}
ul li.rezervace {
  background-image: url("./li-rezervace.jpg");
  line-height: 32px;
  padding-left: 40px;
  margin-left: 0em;
}
ol li {
  margin-left: 0em;
  padding-left: 25px;
  margin-bottom: .5em;
}
form {
  margin-top: 2em;
  margin-bottom: 4em;
}
input, select, textarea {
  font-family      : Verdana, sans-serif;
  font-size        : 100%;
}
fieldset {
  margin-bottom: 1.5em;
  margin-top: 1.5em;
  padding: .5em 2em;
  padding-bottom: 1.5em;
}
label {
  float : left;
  width: 25%;
  text-align: left;
  margin-right: 1em;
  clear: both;
  margin-top: .5em;
}
legend {
  padding: 0.2em 0.5em;
  /*border: 2px solid #ddd;*/
  font-size : 100%;
  font-weight: bold;
  color: #0046D5;
}
table {
  text-align: left;
  font-size: 100%;
  border-collapse: collapse;
  margin-top: 1em;
  margin-bottom: 2em;
  width: 100%;
  background-color: #f6f6f6;
  color: #000;
}
caption {
  font-size: 110%;
  margin-top: 1em;
  padding-bottom: .5em;
  color: #994411;
  font-weight: bold;
  text-align: left;
}
th {
  padding: .2em .6em;
  text-align: left;
  background-color: #004E90;
  background-color: #ffbb66;
  color: #000;
  
  background-color: #ffaa66;
}
tr:hover {
  background-color: #ffcc88;
  color: #000;
}
td {
  padding: .2em .6em;
  text-align : left;
  border-bottom: 1px dotted #ccc;
}
tbody tr td {
  white-space: nowrap;
}
tfoot td {
  font-style: italic;
}

#page {
  margin: 0em;
  padding: 0em;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 800px;
  margin-bottom: 2em;
  background: #fff url("./body_bg.jpg") repeat-y;
  
}
#pagein {
  background-image: url("./bottom-bg.jpg");
  background-position: left bottom;
  background-repeat: no-repeat;
  padding-bottom: 28px;
}

#content {
  float: left;
  width: 800px;
}
#contentin {
  background-image: url("./menu-bg.png");
  background-repeat: no-repeat;
  margin-right: 25px;
}

#top {
  background-image: url("./top-2.jpg");
  background-repeat: no-repeat;
  /*height: 308px;*/
  height: 285px;
  width: 800px;
}
#logo a {
  width: 450px;
  height: 25px;
  position: absolute;
  overflow: hidden;
  margin: 0px;
  padding: 0px;
  z-index: 2;
  top: 10px;
  left: 0px;
}
#logo span {
  display: block;
  background-repeat: no-repeat;
  width: 450px;
  height: 25px;
  position: absolute;
  z-index: 3;
  top: 0px;
  left: 0px;
  background-image: url("./logo.jpg");
  cursor: pointer;
  cursor: hand;
}
h1#logo {
  font-size: 120%;
  line-height: 1em;
  margin: 0em;
}

#main {
  float: right;
  width: 510px;
  height: 100%; /* IE bug */   
}
#mainin {
  margin: 0em;
  width: 510px;
  padding-bottom: 155px;
}
/* \*/
* html #mainin {
 	/* IE bug kvůli italic písmu !!! */
	overflow: hidden;
	o\verflow: visible;
	overflow: auto;
	/*w\idth: auto;*/
	/*he\ight: 1%;*/
}
/* */

#mainin div.imgcaption {
  font-size: 100%;
  font-weight: normal;
  text-align: center;
  margin-top: .5em;
  margin-bottom: 0em;
  padding-bottom: .5em;
  line-height: 0em;
}

#navigation {
  width: 265px; /* 30px okraj*/
  float: left;
  margin: 0em;
  min-height          : 385px;
  height              : auto;
  _height             : 385px;
}
#navigationin {
  margin-left: 20px;
  margin-right: 30px;
  padding-top: 10px;
}
#navigation ul {
  margin: 0em;
  padding: 0em;
  overflow: hidden;
}
#navigation ul.menu {
  padding-top: 0px;
  margin-left: 11px;
  margin-top: 0px;
}
#navigation li {
  background: none;
}
#navigation ul.menu li {
  margin: 0px;
  padding: 0px;
  width: 100%;
}
#navigation ul.submenu li {
  padding: 0px;
  padding-left: 12px;
}
#navigation a {
  /*color: #003399;*/
  font-weight: normal;
  text-transform: uppercase;
}
#navigation ul.menu li a {
  width: 100%;
  display: block;
  padding: .2em .75em;
  line-height: 1.5em;
  font-size: 100%;
}
#navigation ul.submenu li a {
  background: url("./menu-li.gif") 5px 50% no-repeat;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 95%;
  text-transform: none;
}
#navigation h2 {
  display: none;
}
#navigation ul.menu li a:hover, #navigation ul.submenu li a:hover {
  color: #000;
  background-color: #D8D8E2;
}
#navigation ul.menu li a.vybrany, #navigation ul.submenu li a.vybrany {
  color: #fff;
  background-color: #004E90;
  text-decoration: none;
}
#navigation ul.submenu li a.vybrany, #navigation ul.submenu li a:hover {
  background: #D8D8E2 url("./menu-li.gif") 5px 50% no-repeat;
  color: #000;
}
#navigation .zvyraznit {
  font-style: italic;
  font-weight: bold;
}


#copyright {
  clear: both;
  margin-left: 30px;
  font-size: 90%;
}
#copyrightin {
}
#copyright a {
  font-size: 100%;
}
#copyright p {
  margin: 0em;
  line-height: 1.5em;
}
#copyright .wcmadmin {
  text-align: right;
}
#copyright .wcmadmin a {
  font-weight: normal;
}

#komtesa a {
  margin: 0px;
  padding: 0px;
  position: absolute;
  bottom: 30px;
  right: 25px;
  display: block;
  width: 85px;
  height: 25px;
  overflow: hidden;
  line-height: 1em;
}
#komtesa span {
  display: block;
  background-repeat: no-repeat;
  background-image: url("./logo_komtesa.gif");
  width: 85px;
  height: 25px;
  position: absolute;
  z-index: 4;
  top: 0px;
  left: 0px;
  cursor: pointer;
  cursor: hand;
}

#banner-auto a {
  display: block;
  width: 250px;
  height: 185px;
  position: relative;
  overflow: hidden;
  z-index: 9;
}
#banner-auto span {
  display: block;
  width: 250px;
  height: 185px;
  background: transparent url("./banner-auto.jpg") no-repeat;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10;
  cursor: pointer;
  cursor: hand;
}

#banner-horaky a, #banner-horaky span {
  width: 250px;
  height: 185px;
  overflow: auto;
  display: block;
}
#banner-horaky a {
  position: relative;
  z-index: 9;
  float: left;
}
#banner-horaky span {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10;
  cursor: pointer;
  cursor: hand;
  background: transparent url("./banner-horaky.jpg") no-repeat;
}

/*
#banner-kontakt {
  width: 250px;
  height: 185px;
  background: transparent url("./banner-kontakt.jpg") no-repeat;
  overflow: auto;
}
#banner-kontakt .inner {
  padding: 1em 1.5em .5em 1.5em;
}
*/
#banner-zdrav a {
  display: block;
  width: 250px;
  height: 185px;
  position: relative;
  overflow: hidden;
  z-index: 9;
  float: left;
}
#banner-zdrav span {
  display: block;
  width: 250px;
  height: 185px;
  background: transparent url("./banner-zdrav.jpg") no-repeat;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10;
  cursor: pointer;
  cursor: hand;
}

#banner-ca a {
  display: block;
  width: 250px;
  height: 185px;
  position: relative;
  overflow: hidden;
  z-index: 9;
}
#banner-ca span {
  display: block;
  width: 250px;
  height: 185px;
  background: transparent url("./banner-ca.jpg") no-repeat;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10;
  cursor: pointer;
  cursor: hand;
}

#banner-auto h3, #banner-ca h3, #banner-zdrav h3, #banner-kontakt h3 {
  margin: 0em;
}

#menu-auto, #menu-auto span, #menu-dzs, #menu-dzs span, #menu-ca, #menu-ca span,
#menu-horaky, #menu-horaky span {
  width: 167px;
  height: 46px;
  display: block;
  line-height: 1em;
  overflow: hidden;
  position: absolute;
  z-index: 11;
  cursor: pointer;
  cursor: hand;
  top: 0px;
  left: 0px;
}
a#menu-auto {
  width: 153px;
  top: 186px;
  left: 123px;
}
a#menu-auto span {
  width: 153px;
  background: transparent url("./menu-2-autocentrum.jpg") no-repeat;
  z-index: 12;
}
a#menu-auto:hover span {
  background-position: 0px -46px;
}

a#menu-dzs {
  top: 186px;
  left: 277px;
}
a#menu-dzs span {
  background: transparent url("./menu-2-dzs.jpg") no-repeat;
  z-index: 12;
}
a#menu-dzs:hover span {
  background-position: 0px -46px;
}

a#menu-ca {
  top: 186px;
  left: 445px;
}
a#menu-ca span {
  background: transparent url("./menu-2-ca.jpg") no-repeat;
  z-index: 12;
}
a#menu-ca:hover span {
  background-position: 0px -46px;
}

a#menu-horaky {
  top: 186px;
  left: 613px;
}
a#menu-horaky span {
  background: transparent url("./menu-2-horaky.jpg") no-repeat;
  z-index: 12;
}
a#menu-horaky:hover span {
  background-position: 0px -46px;
}


.hidden {
  display: none;
}
.number {
  color: #880000;
  font-weight: bold;
  font-size: 110%;
  white-space: nowrap;
  padding: 0em .25em;
}
.floatleft {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1em;
  clear: both;
}
.floatright {
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1em;
  clear: both;
}
.left {
  text-align: left;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.jusify {
  text-align: justify;
}
.cleaner {
	clear      : both;
	height     : 1px;
	font-size  : 1px;
	border     : none;
	margin     : 0px;
	padding    : 0px;
	background : transparent;
}
.error {
  color: #cc0000;
  border: 1px solid #ff0000;
  padding: .5em 1em;
  margin-top: 2em;
  margin-bottom: 2em;
}

.pozn {
  margin-top: 3em;
  padding-top: .5em;
  font-style: italic;
  border-top: 1px dashed #ccc;
}

.importantbox {
  border: 1px dashed #ccc;
  background-color: #f6f6f6;
  padding: 1em 1.5em;
  margin: 1.5em 0em;
  margin-top: 3em;
}
.importantbox p {
  margin: 0em;
}
.importantbox h3 {
  margin-top: .5em;
}
.importantbox .napis {
  font-size: 170%;
  margin-bottom: .2em;
}
.importantbox ul {
  margin: 0em;
}



.pocitadlo {
  display: none;
}


