/* CSS Document */
html , html * , body , body * {
  font-family: arial, tahoma, helvetica, sans-serif;
  line-height: 16px;
  font-size: 12px;
}
html, body {
  height: 100%;
}
body {
  margin: auto;
  padding: 0px;
  color: #000000;
  background: none #FFFFFF;
  text-align: center;
}
a {
  color: #000000;
  text-decoration: underline;
}
a:hover {
  color: #000000;
  text-decoration: none;
}
form {
  padding: 0px;
  margin: 0px;
  width: 600px;
  text-align: left;
}
p {margin: 0px;}
img {border: 0px none;}
ul {
  margin: 0px 0px 0px 18px;
  padding: 0px;
}
ol {
  margin: 0px 0px 0px 32px;
  padding: 0px;
}
li {
  margin: 0px 0px 0px 4px;
  padding: 0px;
}
ul.menu {
  margin: 0px;
  padding: 0px;
}
li.menu {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
h1 , h2 , h3 , h4 , h5 , h6 {
  padding: 0px;
  margin: 0px;
  font-weight: normal;
}
h1 { 
  color: #FFFFFF;
  text-align: left;
  padding: 36px 0px 0px 296px;
}
h1 , h1 * {
  font-size: 26px;
}
h2 { }
h2 , h2 * { }
h3 { }
h3 , h3 * { }
h4 { }
h4 , h4 * { }
h5 { }
h5 , h5 * { }
h6 { }
h6 , h6 * { }
table {
  border: 0px none;
  border-collapse: collapse;
  width: 100%;
}
table td {
  vertical-align: top;
}
/* --- common --- */
.clear {
  float: none !important;
  clear: both !important;
  font-size: 0px !important;
  line-height: 0px !important;
  height: 0px !important;
  width: 0px !important;
  overflow: hidden !important;
  padding: 0px !important;
  margin: 0px !important;
}
.float-left, .f-l {float: left !important;}
.float-right, .f-r {float: right !important;}
.align-left, .a-l {text-align: left !important;}
.align-center, .a-c {text-align: center !important;}
.align-right, .a-r {text-align: right !important;}
.align-top, .a-t {vertical-align: top !important;}
.align-middle, .a-m {vertical-align: middle !important;}
.align-bottom, .a-b {vertical-align: bottom !important;}
.error , .error * {color: #FF0000 !important; font-weight: bold;}
.error input {border: 1px solid #FF0000 !important;}
.info , .info * {color: #008000 !important; font-weight: bold;}
.info input {border: 1px solid #008000 !important;}
.hidden {display: none;}
.block {display: block;}
.print {display: none;}
.invisible {visibility: hidden;}
.bold {font-weight: bold;}
.italic {font-style: italic;}
.underline {text-decoration: underline;}
.red {color: #FF0000;}
.blue {color: #0000FF;}
.green {color: #008000;}

div.hlavni {
  background: none #FFFFFF;
  min-height: 100%;
  width: 760px;
  margin: auto;
  text-align: left;
}
* html .hlavni { 
  height: 100%;
}
div.top {
  height: 98px;
  background: none #005590;
}
div.mesto {
  height: 34px;
  background: none #689BBF;
  color: #000000;
  font-weight: bold;
}
div.mesto span {
  color: #FFFFFF;
}
div.content {
  background: repeat-x left top url('bg_content.gif');
  min-height: 288px;
  padding-left: 60px;
}
fieldset {
  width: 600px;
  border: 1px solid #96B5CB;
  padding: 10px 0px;
  margin: 0px;
}
input.head {
  width: 448px;
  height: 19px;
  border: 1px solid #8091A1;
}
textarea.text {
  width: 448px;
  border: 1px solid #8091A1;
  overflow: auto;
}
form {
  text-align: center;
  padding: 20px;
}
td.nazev {
  text-align: right;
  font-weight: bold;
  width: 106px;
}
input.button {
  margin-right: 42px;
  font-weight: bold;
  background-color: #687A86;
  color: #FFFFFF;
  border: 1px solid #8091A1;
  line-height: 19px;
  height: 19px;
  cursor: pointer;
  padding: 0px 10px;
}
input.pass {
  width: 200px;
  height: 19px;
  line-height: 19px;
  border: 1px solid #8091A1;
}
div.bottom-text {
  height: 100px;
  margin: -100px auto auto auto;
  font-size: 11px;
  line-height: 13px;
  width: 760px;
  text-align: left;
}

