/* StyleSheet Content ----------------------------

= COMMON
= COVER
= HEADER
= CONTENT
= FOOTER
= EXTRAS

------------------------------------------------ */

html {
  direction: ltr;
}
body {
  font: 80%/140% "Trebuchet MS", Arial, Helvetica, sans-serif;
  border: 0;
  margin: 0;
  padding: 0;
  color: white;
  background: black url("../Images/CSS/Body_Back.gif");
}
div,
form,
fieldset,
span,
img,
a {
  border: 0;
  margin: 0;
  padding: 0;
}
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 1.2em 0 .4em 0;
  padding: 0;
}
h2,
h3 {
  font-size: 150%;
  font-style: italic;
}
h4,
h5,
h6 {
  font-size: 110%;
}
hr {
  clear: both;
  display: block;
  border: solid #2A0C07;
  border-width: 1px 0 0 0;
  height: 1px;
  overflow: hidden;
  margin: 1em 0;
  padding: 0;
}
p,
address {
  margin: 1.2em 0;
  padding: 0;
  border: 0;
}
ul,
ol {
  margin: .6em 0 .6em 2.4em;
  padding: 0;
  border: 0;
}
ul li,
ol li {
  margin: .4em 0;
}
input,
textarea,
select {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 100%;
  background-color: black;
  color: white;
  border: 1px solid white;
}
textarea {
  width: 100%;
  overflow: auto;
}
label {
  cursor: pointer;
}
fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}
legend {
  display: none;
}
del {
  text-decoration: line-through;
}
strong,
b {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
big {
  font-size: 130%;
}
code {
  font-size: 120%;
  font-family: monospace;
}
abbr,
acronym {
  border-bottom: 1px dotted white;
  cursor: help;
}
a[href] {
  text-decoration: underline;
}
a:link,
a:visited {
  color: white;
}
a:hover,
a:active,
a:focus {
  color: #99CCEE;
}
:focus {
  outline: none;
}
/* ======================================================================================================= COVER */
#page {
  background: url("../Images/CSS/Page_Back.jpg") no-repeat top center;
  padding: 30px 0 0 0;
}
#cover {
  width: 900px;
  margin: 0 auto;
}
/* ======================================================================================================== HEADER */
h1 {
  width: 198px;
  height: 51px;
  margin: 0;
  padding: 0;
}
#header {
  height: 300px;
  background: black url("../Images/CSS/Header_Back.jpg") no-repeat top right;
  margin-top: 39px;
  padding: 0;
}
#menu {
	margin: 0;
  padding: 0;
}
#menu li {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
}
#menu li a,
#menu li strong {
  display: block;
  height: 300px;
  background-repeat: no-repeat;
  background-position: top left;
}
#menu li.onas a,
#menu li.onas strong {
	width: 137px;
  background-image: url("../Images/CSS/Menu_Onas.jpg");
}
#menu li.onas a:hover,
#menu li.onas a:focus,
#menu li.onas a:active,
#menu li.onas strong {
  background-position: -137px 0;
}
#menu li.zbozi a,
#menu li.zbozi strong {
	width: 149px;
  background-image: url("../Images/CSS/Menu_Zbozi.jpg");
}
#menu li.zbozi a:hover,
#menu li.zbozi a:focus,
#menu li.zbozi a:active,
#menu li.zbozi strong {
  background-position: -149px 0;
}
#menu li.cenik a,
#menu li.cenik strong {
	width: 141px;
  background-image: url("../Images/CSS/Menu_Cenik.jpg");
}
#menu li.cenik a:hover,
#menu li.cenik a:focus,
#menu li.cenik a:active,
#menu li.cenik strong {
  background-position: -141px 0;
}
#menu li.kontakt a,
#menu li.kontakt strong {
	width: 173px;
  background-image: url("../Images/CSS/Menu_Kontakt.jpg");
}
#menu li.kontakt a:hover,
#menu li.kontakt a:focus,
#menu li.kontakt a:active,
#menu li.kontakt strong {
  background-position: -173px 0;
}
#menu li span {
  position: absolute;
  top: -5000px;
  left: -5000px;
}
#header hr {
  clear: both;
  display: none;
}
/* ===================================================================================================== CONTENT */
#article {
  width: 580px;
  float: left;
  margin-right: 40px;
}
#article .image {
	display: block;
  float: left;
  background-image: url("../Images/CSS/Image_Back.jpg");
  margin-right: 1em;
  padding: 9px;
  border: 1px solid white;
}
#contact {
  width: 280px;
  float: right;
}
/* ======================================================================================================== FOOTER */
#footer a {
  display: block;
  width: 146px;
  height: 36px;
  background: url("../Images/CSS/Logo_Dipozitiv.gif") no-repeat top left;
}
#footer span {
  position: absolute;
  top: -5000px;
  left: -5000px;
}
/* ========================================================================================================== EXTRAS */
.fix {
  clear: both;
  display: block;
  height: 1px;
  border: 0;
  margin: 0;
  padding: 0;
  background-color: White;
  overflow: hidden;
  visibility: hidden;
}
.align-left {
  text-align: left;
}
.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}
.float-left {
  float: left;
  margin-right: 1em;
}
.float-right {
  float: right;
  margin-left: 1em;
}
.clear-left {
  clear: left;
}
.clear-right {
  clear: right;
}
.clear-both {
	clear: both;
}
/* ========================================================================================================== ADDED BY SOMEBODY ELSE */
.clear-zbozi {
  clear: both;
  padding-bottom: 30px;
}
table {
  width: 100%;
  margin: 30px 0;
  border-collapse: collapse;
}
table th, table td {
  width: 33%;
  padding: 6px;
  text-align: center;
  border: 1px dashed #444;
}
#fff #ajaxMessage {
  margin-top: 20px;
  padding-left: 23px;
  background-image: url('../Images/done.gif');
  background-repeat: no-repeat;
}

