html {
  height: 100%;
}
body {
  margin: 0px;
  padding: 0px;
  height: 100%;
  font-family: 'trebuchet ms' tahoma;
  font-size: 9pt;
  background-color: #000000;
}
img {
  border: 0px;
  display: block;
}
/*page anglicke verze*/
div#page {
  width: 750px;
  min-height: 100%;
  margin: 0px auto;
  background-color: #943A2F;
  background-image: url('images/back.jpg');
  background-repeat: no-repeat;
  background-position: center 0;
}
/*TODO: page ceske verze*/
div#page_cz {
  width: 750px;
  min-height: 100%;
  margin: 0px auto;
  background-color: #a3472e;
  * background-color: #9a3d25;
  background-image: url('images/back_cz.PNG');
  background-repeat: no-repeat;
  background-position: center 0;
}

/*anglicke intro*/
table#intro {
  width: 750px;
  height: 100%;
  margin: 0px auto;
  /*TODO: #943A2F funguje pro anglickou verzi*/
  /*background-color: #943A2F; background-color: #a3472e;*/
  background-color: #943A2F;
}

table#intro_cz {
  width: 750px;
  height: 100%;
  margin: 0px auto;
  background-color: #a3472e;
}

table#intromenu {
  width: 750px;
  height: 551px;
}

a {
  text-decoration: none;
  color: #1E1781;
  border: 0px;
}
a:hover {
  text-decoration: underline;
}
form {
  margin: 0px;
  padding: 0px;
}

div#topbar {
  border-bottom: 1px solid #761B0F;
  border-top: 1px solid #B2574B;
  height: 18px;
  margin: 2px 0px 5px 0px;
}
div#topbar div#bas {
  font-size: 11px;
  float: right;
  padding: 1px 10px 0px 0px;
  height: 16px;
  color: #ffffff;
  font-weight: bold;
}
div#topbar div#bas a {
  color: #ffffff;
}
img#topkosik {
  display: block;
  float: left;
  margin: 0px 5px 0px 0px;
}
div#topbar div#cat {
  font-size: 11px;
  padding: 1px 0px 0px 10px;
  height: 15px;  
  color: #000000;
  font-weight: bold;
}
div#topbar div#cat a {
  color: #ffffff;
}

div.maintext {
  padding: 10px;
}
div.maintext2 {
  padding: 25px;
  font-size: 10pt;
}
p {
  margin: 0px 0px 1em 0px;
}

.defedit {
  border-top: 1px solid #761B0F;
  border-bottom: 1px solid #B2574B;
  border-left: 1px solid #761B0F;
  border-right: 1px solid #B2574B;
  font-family: 'trebuchet ms' tahoma;
  font-size: 9pt;
}
.defeditmax {
  border-top: 1px solid #761B0F;
  border-bottom: 1px solid #B2574B;
  border-left: 1px solid #761B0F;
  border-right: 1px solid #B2574B;
  width: 100%;
  font-family: 'trebuchet ms' tahoma;
  font-size: 9pt;
}
.defbutton {
  background-color: #943A2F;
  color: #ffffff;
  font-family: 'trebuchet ms' tahoma;
  font-size: 8pt;
  font-weight: bold;
  border-bottom: 1px solid #761B0F;
  border-top: 1px solid #B2574B;
  border-right: 1px solid #761B0F;
  border-left: 1px solid #B2574B;
}
img#zbozikosik {
  display: block;
  float: left;
  margin: 3px 5px 0px 0px;
}
