/* CSS Document */

.debug {
  border: 1px solid red;
}

.nodisplay {
  display: none;
}

.tc {
  text-align: left;
}

.cb {
  clear: both;
}


body {
  text-align: center;
  background-image: url();
  font-family: "Verdana", "Helvetica", sans-serif;
  line-height: 100%;
}

a {
  color: #026630;
}

a:hover {
  text-decoration: none;
}

a.more {
  padding-left: 12px;
  background: url(../images/bg-more.gif) no-repeat left center;
}

a#rss {
  padding-right: 20px;
  background: url(../images/rss.gif) no-repeat right center; 
}

a#webmap {
  padding-right: 20px;
  background: url(../images/webmap.gif) no-repeat right center; 
}


hr {
  border-width: 0px 0px 1px 0px;
  border-color: #E9E9E9;
  border-style: solid;
  height: 0px;
}

h2 {
  margin-top: 40px;
  font-size: 12px;
  font-weight: bold;
  border: none;
  width: auto;
  background-color: #026630;
  color: white;
  padding: 4px 8px;
}


h3 {
  font-size: 12px;
}

#mainArea {
  width: 900px;
  margin: 0px auto;
  text-align: left;
}

.layoutBox {
  background-color: #e5e5e5;
  border-width: 0px 0px 5px 0px;
  border-color: #979797;
  border-style: solid;
}

.layoutBox table {
  border: 1px solid #999;
  width: 100%;
  border-collapse: collapse;
}

.layoutBox th,
.layoutBox td {
  border: 1px solid #999;
  border-collapse: collapse;
  padding: 2px 4px; 
}

#headArea {
  width: 100%;
  height: 285px;
  position: relative;
  padding: 0px;
  margin: 0px;
  background-color: transparent;
  background-image: url(../images/mainBanner.bg.gif);
  background-position: bottom center;
  background-repeat: no-repeat;
}



#headArea #logoBox {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 325px;
  height: 85px;
}

#headArea #logoBox.layoutBox {
  border: none;
  background-color: #fff;
}

#headArea #firmMenuBox {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 515px;
  height: 35px;
}

#headArea #firmMenuBox ul#languages {
  margin: 9px 0px 0px 0px;
  padding: 0px;
  float: right;
  list-style-type: none;
  display: block;
  width: 120px;
}

#headArea #firmMenuBox ul#languages li {
  display: block;
  padding: 0px;
  margin: 0px;
  float: right;
  width: 30px;
}

#headArea #firmMenuBox ul#languages li a {
  display: block;
  width: 20px;
  height: 19px;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
}

#headArea #firmMenuBox ul#languages li#lang_cs a {
  background-image: url(../images/flag_cs.gif);
}

#headArea #firmMenuBox ul#languages li#lang_en a {
  background-image: url(../images/flag_en.gif);
}

#headArea #firmMenuBox ul#languages li#lang_es a {
  background-image: url(../images/flag_es.gif);
}

#headArea #firmMenuBox ul#languages li#lang_de a {
  background-image: url(../images/flag_de.gif);
}


#headArea #firmMenuBox ul#firmMenu {
  margin: 12px 0px 0px 0px;
  padding: 0px;
  float: left;
  list-style-type: none;
  display: block;
  width: 390px;
  font-size: 9px;
  font-weight: bold;
  color: #777;
}

#headArea #firmMenuBox ul#firmMenu li {
  display: block;
  padding: 0px;
  float: left;
  border-right: 1px solid black;
}

#headArea #firmMenuBox ul#firmMenu li.last {
  border: none;
}

#headArea #firmMenuBox ul#firmMenu li a {
  padding: 0px 8px;
  color: #777;
  text-decoration: none;
}

#headArea #firmMenuBox ul#firmMenu li a:hover {
  color: #026630;
}


#headArea #searchBox {
  position: absolute;
  right: 25px;
  top: 98px;
  width: 200px;
  height: 35px;
}

#headArea #searchBox form {
  text-align: center;
  margin: 8px 0px;
}

#headArea #searchBox button {
  width: 20px;
  height: 19px;
  background-color: #fff;
  background-image: url(../images/search.btn.gif);
  background-position: left top;
  background-repeat: no-repeat;
  border: none;
  vertical-align: top;
  margin-top: 2px;
  margin-left: 2px;
}



#headArea ul#productMenu {
  position: absolute;
  left: 25px;
  top: 98px;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  display: block;
  width: 220px;  
  font-size: 13px;
  font-weight: bold;
  color: white;
}

#headArea ul#productMenu li {
  margin: 0px 0px 5px 0px;
  padding: 0px;
}

#headArea ul#productMenu li a {
  display: block;
  width: 200px;
  height: 14px;
  padding: 8px 10px;
  color: white;
  text-decoration: none;
  background-color: #026630;
  background-position: right center;
  background-repeat: no-repeat;
  background-image: none;
}

#headArea ul#productMenu li a:hover {
  color: black;
  background-color: #F2F2F2;
  background-image: url(../images/productMenu.bg.gif);
}



#middleArea {
  margin: 30px 0px 0px 0px;
}

#middleArea .layoutBox {
  padding: 0px 25px 20px 25px;
  font-size: 12px;
}


#middleArea #leftBox {
  float: left;
  width: 300px;
}

#middleArea #leftBox2 {
  float: left;
  width: 200px;
  font-size: 11px;
}

#middleArea #mainBox {
  float: right;
  width: 465px;
}

#middleArea #mainBox2 {
  float: right;
  width: 565px;
}

#middleArea h1 {
  margin: 0px;
  padding: 8px 10px 8px 10px;
  /* width: 220px; height: 22px; */
  color: white;
  background-color: #026630;
  font-size: 13px;
}

#footerArea {
  position: relative;
  padding: 0px 0px 80px 0px;
}

#footerArea .layoutBox {
  padding: 20px 25px 20px 25px;
  font-size: 12px;
  border: none;
}

#footerArea #systemBox {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 300px;
  height: 30px;
}

#footerArea #infoBox {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 100px;
  height: 30px;
}

#footerArea #infoBox a {
  display: block;
  text-align: right;
}

.news .icon {
  float: left;
}

.news .icon img {
  margin-right: 10px;
  margin-bottom: 10px;
}

tr.even {
  background-color: #f7f7f7;
}

tr.odd {
  background-color: #efefef;
}

tr.head {
  background-color: #026630;
  color: #fff;
}

