<!--

a {
  text-decoration: none;
  font-family: verdana, sans-serif;
  color: black;
  font-weight: bold;
}

a:hover {
  text-decoration: underline;
}

/* info bar - the grey line on the top with Uzivatel text */
.infobar {
  background-color: #cccccc;
  border: 0px;
  border-bottom-width: 1px;
  border-color: black;
  border-style: solid;

  height: 14px;
  line-height: 14px;
  
  padding-top: 2px;
  padding-bottom: 2px;
  
  position: relative;
  float: none;
  
  width: 100%;
  text-align: left;
}

.infobar div {
  font-size: 10px;
  text-align: left;
  margin: 0px;
  padding: 0px;
}

.ibitem {
  font-weight: bold;
  border: 0px;
 /* 
  overflow: hidden;
 */
 
  position: relative;
  float: left;
}

.iborder {
  font-weight: bold;
  border-width: 1px;
  border-style: solid;
  border-color: black;
  height: 12px;
  background-color: #f1f1f1;
  margin: 0px;
  margin-top: 1px;
/*  overflow: hidden;
*/
 
  position: relative;
  float: left;

}

.iborder a {
  text-decoration: none;
  color: black;
  font-size: 10px;
  font-weight: bold;
}

.iborder a:hover {
  text-decoration: underline;
}

.iborder14 {
  font-weight: bold;
  border-width: 1px;
  border-style: solid;
  border-color: black;
  height: 14px;
  background-color: #f1f1f1;
  margin: 0px;
  margin-top: 1px;
  overflow: hidden;
}

.iborder14 a {
  text-decoration: none;
  color: black;
  font-weight: bold;
}

.ibdata {
  font-weight: normal;
  border: 0px;
  border-right-width: 1px;
  border-style: solid;
  border-color: black;
  padding: 0px;
  padding-right: 2px;
/*
  overflow: hidden;
 */
 
  position: relative;
  float: left;
}

.ibdata1 {
  font-weight: normal;
  border: 0px;
  border-style: solid;
  border-color: black;
  padding: 0px;
  padding-right: 2px;
/*
  overflow: hidden;
 */
 
  position: relative;
  float: left;
}

/* navigation for news - older and newer messages */
.navigation {
  background-color: white;
  margin: 5px;
  padding: 0;
}

.navigation a {
  text-decoration: none;
  font-family: verdana, sans-serif;
  color: black;
  height: 20px;
  font-weight: bold;
}

img {
 border: 0;
 margin: 0;
 padding: 0;
}

.navigation img {
  border: 0;
  width: 45px;
  height: 11px;
  vertical-align: middle;

  padding-top: 3px;
}

.navigation span {
  height: 20px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;

  padding: 0px;
  margin: 0px;
}

/* footer grey line on the bottom of page with copyright */
.footer {
  background-color: #cccccc;
  font-size: 10px;
  font-weight: normal;
  border: 0px;
  border-top-width: 1px;
/*
  border-bottom-width: 1px;
  border-right-width: 1px;
  border-left-width: 1px;
*/  
  border-color: black;
  border-style: solid;
  height: 12px;
}

/* for padding <div>s by some space */
.pad {
  height: 5px;
  line-height: 5px;
  border: 0;
  padding: 0;
  margin: 0;
  
  position: relative;
  float:none;
  clear: both;
  overflow: hidden;
}
/* for padding <div>s by some small space */
.linepad {
  height: 1px;
  line-height: 1px;
  border: 0;
  margin: 0;
  padding: 0;
  
  background-color: white;
  
  position: relative;
  float:none;
  clear: both;
  overflow: hidden;
}

/* style for title of a page */
h2.pagetitle {
  font-family: verdana, sans-serif;
  font-weight: bold;
  font-size: 14px;
  text-align: center;

  text-transform: UPPERCASE;
}

.error {
  color: red;
  text-align: center;
}

.header {
  height: 76px;
  width: 100%;
  background-color: #c8d7ff;

  border: 0;
  border-color: black;
  border-style:solid;
  border-bottom-width: 1px;
}

#header-logo {
  float: left;
}

#header-logo a {
  border: 0;
}

#header-logo img {
  border: 0;
  width: 394px;
  height: 72px;
  padding: 0px;
  padding-top: 2px;
  padding-left: 5px;
  padding-bottom: 2px;
}

#header-advert {
  float: right;
}

#header-advert img {
  border: 0;
  width: 400px;
  height: 72px;
  padding: 0px;
  padding-top: 3px;
  padding-bottom: 1px;
  padding-right: 3px;
}

input.input {
  padding: 0px;
  margin: 0px;

  border: 1px;
  border-style: solid;
  border-color: black;

  text-align: left;
  vertical-align: baseline;

/*  height: 1.3em;*/
}

.width20em {
  width: 20em;
}

input.submit {
  padding: 0px;
  margin: 0px;

  border: 1px;
  border-style: solid;
  border-color: black;
  
  width: 10em;

  text-align: center;
  font-weight: bold;
}

li.textparagraph {
        list-style-image: none;
        list-style-type: none;
        list-style-position: outside;

        padding: 0px;
        padding-right: 5px;

        vertical-align: baseline;
        text-align: justify;

        font-weight: normal;
        font-size: 12px;

        white-space: normal;
}

.hidden {
  overflow: hidden;
}

fieldset {
 border: 0;
 margin: 0;
 padding: 0;
}

-->
