/* Style CSS */
body {
	font: bold 11px/1.5em Verdana;
  color: #000;
  background: #fff;
}

#main {
  background: transparent;
}

#header {
  background: url("imgst/bluestripe.gif") no-repeat left bottom;
}

#logo {
  background: url("imgst/logo-white.jpg") no-repeat right bottom;
}

#logo img {
	border: none;
}

/* Menu začátek */
#hmenu {
  background: transparent;
  font-size: 93%;
  line-height: normal;
  }

#hmenu ul {
  margin:0;
  padding:10px 10px 0 50px;
  list-style:none;
  }
#hmenu li {
  display:inline;
  margin:0;
  padding:0;
  }
#hmenu a {
  float:left;
  background:url("imgst/tableft.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 4px;
  text-decoration:none;
  }
#hmenu a span {
  float: left;
  display: block;
  background: url("imgst/tabright.gif") no-repeat right top;
  padding: 5px 15px 4px 6px;
  color: #fff;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
#hmenu a span {float:none;}
    /* End IE5-Mac hack */
#hmenu a:hover span {
  color:#fff;
  }
#hmenu a:hover {
  background-position:0% -42px;
  }
#hmenu a:hover span {
  background-position:100% -42px;
  }
/* Menu konec */

#content {
}

#content li {
  list-style-type: square;
}

#content-box {
	background: transparent;
	font: normal 10px/1.5em Verdana;
}

#content-box table tr td{
	background: transparent;
  border: none;
}

fieldset {
  width: 300px; height: auto;
	background: transparent;
  border: 1px solid #888888;
  padding: 10px;
}

input {
  width: 280px; height: 15px;
	background: #ffffff;
  border: 1px solid #888888;
  padding: 2px;
	font: normal 10px/1.5em Verdana;
  color: #000;
}

input.soucet {
  width: 30px; height: 15px;
	background: #ffffff;
  border: 1px solid #888888;
  padding: 2px;
	font: normal 10px/1.5em Verdana;
  color: #000;
  text-align: right;
}

.popiska_soucet {
  float: right;
  text-align: right;
}

textarea {
  width: 280px; height: auto;
	background: #ffffff;
  border: 1px solid #888888;
  padding: 2px;
	font: normal 10px/1.5em Verdana;
  color: #000;
}

button {
  width: 80px; height: 20px;
	background: #dddddd;
  border: 1px solid #888888;
  padding: 0;
	font: bold 10px/1.5em Verdana;
  color: #333333;
}

#footer {
  background: url("imgst/bluestripe.gif") no-repeat left top;
}

#footer-box {
	text-align: center;
	font: normal 9px/1.5em Verdana;
}

.poznamka {
  display: block;
	font: normal 10px/1.5em Verdana;
	color: #f00;
	background-color: inherit;
}

p {
  display: block;
}

img {
  float: left;
  margin: 0px 10px 10px 10px;
  border: 1px solid #444444;
}

img.dot {
	border: none;
}

img:hover {
  float: left;
  margin: 0px 10px 10px 10px;
  border: 1px solid #f08700;
}

#content-box a {
	font: bold 10px/1.5em Verdana;
  color: #f08700;
  text-decoration: underline;
}

#content-box a:hover {
	font: bold 10px/1.5em Verdana;
  text-decoration: none;
  background: #f08700;
  color: #ffffff;
}

#content-box a:visited {
	font: normal 10px/1.5em Verdana;
  color: #c06700;
  text-decoration: underline;
  background: transparent;
}

#footer a {
	font-size: 9px;
	font-weight: normal;
  color: #000;
  text-decoration: underline;
}

#footer a:hover {
	font-size: 9px;
	font-weight: normal;
  color: #f08700;
  text-decoration: underline;
}

#footer h3 {
	font-size: 9px;
	font-weight: normal;
  color: #000;
  text-decoration: none;
}
