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.75em;
  behavior: url("./csshover.htc"); /* WinIE behavior call */
}

body#tmpbody {
  padding: 0em;
  text-align: center;
  color: #000;
  background: #032E4D url("./body-bg2.jpg") repeat-x;
  margin-top: 20px; margin-bottom: 20px;
}
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: #155173;
  color: #990000;
}
h3 {
  font-size: 120%;
  margin-top: 2em;
  margin-bottom: .25em;
  color: #003388;
}
h4 {
  font-size: 100%;
  margin-top: 1em;
  margin-bottom: .25em;
  color: #662222;
}
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: #990000;
  font-weight: bold;
  text-decoration: underline;
  font-size: 100%;
}
a:hover {
  text-decoration: none;
  color: #600000;
}
a:visited {
  color: #600000;
}
a:hover img {
  filter: alpha(opacity=80);
  -moz-opacity: .80;
  -khtml-opacity: .80;
  opacity: .80;
}

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

p {
  font-size: 100%;
  margin-top: .25em;
  margin-bottom: 1.5em;
}
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: 15px;
  padding-left: 24px;
  background: url("./li.gif") 0% 50% no-repeat;
  margin-bottom: .4em;
}
ul li.objednavka {
  background-image: url("./li-objednavka.gif");
}
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: 1.5em;
  margin-bottom: 2em;
  background-color: #f9f9f9;
  color: #000;
}
caption {
  font-size: 110%;
  margin-top: 1em;
  padding-bottom: .5em;
  color: #003388;
  font-weight: bold;
  text-align: left;
}
th {
  padding: .2em .6em;
  text-align: left;
  background-color: #990000;
  color: #fff;
  white-space: nowrap;
}
tr:hover {
  background-color: #FFEEEE;
  color: #000;
}
td {
  padding: .2em .6em;
  text-align : left;
  border: 1px solid #ddd;
}
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: 754px;
}

#content {
  float: left;
  width: 754px;
  margin-top: 18px;
}
#contentin {
  background-color: #fff;
  background-image: url("./content-left.jpg");
  background-repeat: repeat-y;
}

#top {
  background-image: url("./top-bg.jpg");
  background-repeat: no-repeat;
  height: 231px;
  width: 754px;
}
#foto {
  width: 242px;
  height: 173px;
  background-image: url("./top-foto.jpg");
  background-repeat: no-repeat;
  position: absolute;
  right: -21px;
  top: 102px;
  z-index: 4;
}

#logo a {
  width: 186px;
  height: 138px;
  position: absolute;
  overflow: hidden;
  margin: 0px;
  padding: 0px;
  z-index: 2;
  top: -18px;
  left: -43px;
  color: #fff;
}
#logo span {
  display: block;
  background-repeat: no-repeat;
  width: 186px;
  height: 138px;
  position: absolute;
  z-index: 3;
  top: 0px;
  left: 0px;
  background-image: url("./logo.jpg");
  cursor: pointer;
  cursor: hand;
}
h1#logo {
  font-size: 100%;
  line-height: 1em;
  margin: 0em;
}

#main {
  float: right;
  width: 580px;
  height: 100%; /* IE bug */
  background-color: #fff;
  background-image: url("./main-corner.jpg");
  background-repeat: no-repeat;
  overflow: hidden;
}
#mainin {
  text-align: left;
  margin: 0em;
  padding-left: 2em;
  padding-top: 19px;
  padding-right: 2em;
}
/* \*/
* 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: 174px;
  min-height: 460px;
  height: auto;
  _height: 460px;
  float: left;
  margin: 0em;
  padding: 0em;
  background-color: #032E4E;
  color: #fff;
  background-image: url("./menu-bg.jpg");
  background-repeat: no-repeat;
  overflow: hidden;
}
#navigationin {
  margin-left: 1px;
  margin-right: 40px;
  margin-top: 30px;
}
#navigation ul {
  margin: 0em;
  padding: 0em;
  overflow: hidden;
}
#navigation ul.menu {
}
#navigation li {
  background: none;
}
#navigation ul.menu li {
  margin: 0px;
  padding: 0px;
}
#navigation ul.submenu li {
  margin: 0px;
  padding: 0px;
  padding-left: 15px;
}
#navigation a {
  color: #fff;
  font-weight: normal;
  text-transform: uppercase;
}
#navigation ul.menu li a {
  text-decoration: none;
  width: 100%;
  display: block;
  padding: .2em 19px;
  line-height: 1.5em;
  font-size: 100%;
  background-repeat: no-repeat;
  background-position: 5px 50%;
  text-transform: uppercase;
}
#navigation ul.submenu li a {
  background-repeat: no-repeat;
  background-position: 8px 50%;
  font-size: 90%;
  text-transform: none;
}
#navigation h2 {
  display: none;
}
#navigation ul.menu li a:hover, #navigation ul.submenu li a:hover {
  color: #000;
  background-color: #fff;
}
#navigation ul.menu li a.vybrany, #navigation ul.submenu li a.vybrany {
  color: #ffee00;
  background-color: #024468;
  font-weight: bold;
  background-image: url("./ico.gif");
}
#navigation .zvyraznit {
  font-style: italic;
  font-weight: bold;
}

#copyright {
  clear: both;
  color: #fff;
  background-color: #032E4D;
  background-image: url("./copy-bg.jpg");
  background-repeat: no-repeat;
  font-size: 90%;
  min-height: 51px;
  height: auto;
  _height: 51px;
}
#copyrightin {
  padding: 55px 0px 0px 21px;
}
#copyright a {
  color: #fff;
  font-size: 100%;
}
#copyright p {
  margin: 0em;
  line-height: 1.5em;
}
#copyright .wcmadmin {
  text-align: right;
}
#copyright .wcmadmin a {
  color: #89C6FC;
  font-weight: normal;
}

#komtesa a {
  margin: 0px;
  padding: 0px;
  position: relative;
  display: block;
  width: 88px;
  height: 31px;
  overflow: hidden;
  line-height: 1em;
  float: right;
  border: 1px solid #02203C;
}
#komtesa span {
  display: block;
  background-repeat: no-repeat;
  background-image: url("./logo_komtesa.gif");
  width: 88px;
  height: 31px;
  position: absolute;
  z-index: 4;
  top: 0px;
  left: 0px;
  cursor: pointer;
  cursor: hand;
}

#duvody {
  /*margin-top: 120px;*/
  float: right;
  width: 270px;
  padding-top: 25px;
  background-image: url("./duvody-top.jpg");
  background-position: 31px 0px;
  background-repeat: no-repeat;
}
#duvodyin {
  padding-left: 1.5em;
  padding-left: 31px;
  background-image: url("./duvody-bg.jpg");
  background-position: 31px 0px;
  background-repeat: repeat-y;
}
#duvody-end {
  background-image: url("./duvody-bottom.jpg");
  background-repeat: no-repeat;
  min-height: 44px;
  height: auto;
  _height: 44px;
}
#duvody ul {
  margin-bottom: 0em;
  padding-bottom: 0em;
  margin-left: 25px;
}
#duvodyin ul li {
  margin-left: 0px;
  padding-left: 15px;
}
#duvodyin h3 {
  width: 172px;
  height: 66px;
  position: relative;
  overflow: hidden;
  margin: 0em;
  margin-left: 25px;
}
#duvodyin h3 span {
  background-image: url("./proc.jpg");
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  width: 172px;
  height: 66px;
  top: 0px;
  left: 0px;
}
#duvodyin p {
  width: 180px;
  height: 86px;
  position: relative;
  overflow: hidden;
  margin: 0em;
  margin-left: 37px;
}
#duvodyin p span {
  background-image: url("./logo-cech.jpg");
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  width: 180px;
  height: 86px;
  top: 0px;
  left: 0px;
}

.hidden {
  display: none;
}
.number {
  font-weight: bold;
  font-size: 105%;
  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;
}

.foto {
  width: 330px;
}

.pocitadlo {
  display: none;
}

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

.formular {
}
.formular form {
  margin: 0em;
}
.formular div {
  margin-top: .5em;   
}
.formular input, .formular textarea {
  /*width: 100%;*/
}
.formular legend {
  text-transform: uppercase;
}
.formular input.button {
  width: auto;
}

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

/* modul Fotogalerie */
#gallery .galleryimage {
  float: left;
  overflow: hidden;
  width: 175px;
  height: 145px;
}
#gallery p.image {
  margin: 0em;
  text-align: center;
}
#gallery p.imageinfo {
  text-align  : center;
  margin      : 0em;
}
#gallery .pozn {
  color: #666;
  font-size: 85%;
  display: none;
}

form.GalleryPaging {
  clear: both;
  padding: .4em .8em;
  margin: 1em 0em;
  color: #333;
}
#GalleryPaging1 {
  border-bottom: 4px solid #eee;
  border-right: 3px solid #eee;
  margin-bottom: 2em;
}
#GalleryPaging2 {
  border-top: 4px solid #eee;
  border-right: 3px solid #eee;
  margin-top: 1em;
}
.GalleryPaging div.center {
  min-height          : 14px;
  height              : auto;
  _height             : 14px;
  position: relative;
}
.GalleryPaging div.center select { 
  margin: 0em; padding: 0em;
}
.GalleryPaging div.center a { 
  display: block; 
  width: 14px; 
  height: 15px; 
  position: absolute;
  right: 4px;
  top: 0px;
  background-repeat: no-repeat; 
}
.GalleryPaging div.center a.pagingleft { 
  background-image: url("./paging_left.jpg");
  right: 22px;
}
.GalleryPaging div.center a.pagingright { 
  background-image: url("./paging_right.jpg");
}
.GalleryPaging div.center a.pagingleftoff { 
  background-image: url("./paging_left_off.jpg");
  right: 22px;
}
.GalleryPaging div.center a.pagingrightoff { 
  background-image: url("./paging_right_off.jpg");
}
.GalleryPaging div.center a span { 
  display: none; 
}

#ModuleGalleryCategories select  {
  font-size: 100%;
  color: #000;
  font-family: Tahoma, sans-serif;
}
