html {
  height: 100%;
}

body, div, ol, img, h1, h2, h3, h4, p {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #333;
  margin: 0px;
  padding: 0px;
}

body {
  background-image: url(/klifo/images/bg.gif);
  background-position: 0px 0px;
  background-repeat: repeat-x;
  min-height: 100%;
}

pre {
  width: 700px;
  white-space: pre-wrap;
  word-wrap: break-word;
}

p {
  margin-top: 10px;
  margin-bottom: 20px;
}

h2 {
  color: #ADBF45;
  font-size: 18px;
  padding-bottom: 10px;
}

h3 {
  font-size: 14px;
  padding-bottom: 5px;
}

h3.border {
  color: #ADBF45;
  border-bottom: 1px solid #ADBF45;
}

div#main {
  position: relative;
  background: #FFF;
  margin-top: 0px;
  width: 1000px;
  border-left: 1px solid #ADA593;
  border-right: 1px solid #ADA593;
  border-bottom: 1px solid #ADA593;
  z-index: 1;
}

a {
  color: #808E33;
  text-decoration: none;
}

a:hover {
  color: #600;
}

a:active {
  color: #A00;
}

div#logo {
  position: absolute;
  top: -8px;
  left: -162px;
  z-index: 110;
}

.show {
  position: absolute;
  text-align: left;
  border: 1px solid #ADBF45;
  background: #E6E2D3;
  opacity: 1;
  z-index: 100;
}

.hide {
  display: none;
}

#submenu {
  display: block;
  font-weight: normal;
  background: #E6E2D3;
  text-align: left;
  padding: 3px;
  z-index: 100;
}

a#submenu {
  color: #666;
}

a#submenu:hover {
  color: #333;
  background: #D1CDC0;
}

a#submenu:active {
  color: #FFF;
  background: #C6C2B6;
}

div#menu {
  position: absolute;
  height: 30px;
  top: 25px;
  left: 185px;
  right: 20px;
  z-index: 2;
  border: 2px solid #ADBF45;
}

#menu #rightRO {
  position: absolute;
  z-index: 1;
  top: -2px;
  left: 781px;
}

#menu #rightRU {
  position: absolute;
  z-index: 1;
  top: 20px;
  left: 781px;
}

table#menu {
  width: 100%;
  background: #FFF;
  border-collapse: collapse;
}

table#menu td {
  border-left: 1px solid #ADBF45;
  font-weight: bold;
  padding: 0px;
  white-space: nowrap;
}

a#menu, a#currentmenu {
  text-decoration: none;
  display: block;
  padding: 8px 8px 8px 8px;
  vertical-align: middle;
  text-align: center;
}

a#menu:link {
  background-image: url(/klifo/images/button.gif);
  background-position: 0px 0px;
  color: #333;
}

a#menu:visited {
  background-image: url(/klifo/images/button.gif);
  background-position: 0px 0px;
  color: #333;
}

a#menu:link:hover, a#menu:visited:hover, a#currentmenu:hover  {
  background-image: url(/klifo/images/button_ac.gif);
  background-position: 0px 0px;
  color: #666;
}

a#menu:link:active, a#menu:visited:active, a#currentmenu:active {
  background-image: url(/klifo/images/button_re.gif);
  background-position: 0px 0px;
  color: #999;
}

a#currentmenu {
  background-image: url(/klifo/images/button_cu.gif);
  background-position: 100px 0px;
  color: #FFF;
}

div#boxes {
  position: absolute;
  top: 70px;
  right: 20px;
  z-index: 1;
  background: #FFF;
  width: 200px;
  text-align: center;
}

#boxes p {
  margin: 0px;
}

select {
  font-size: 11px;
  width: 94px;
  border: 1px solid #ADBF45;
}

input {
  font-size: 11px;
  width: 90px;
  border: 1px solid #ADBF45;
}

#input_disabled {
  background-color: #F4C8C8;
}

#button {
  font-size: 11px;
  color: #333;
  background: #DED6C2;
  border: 1px solid #ADBF45;
}

#button_disabled {
  font-size: 11px;
  color: #666;
  background: #F4C8C8;
  border: 1px solid #ADBF45;
}

#button:hover {
  color: #FFF;
  background: #ADA593;
}

#error {
  color: #A22739;
}

#ok {
  color: #869435;
}

#login p {
  padding-top: 4px;
  padding-bottom: 3px;
  border-bottom: 1px solid #ADBF45;
}

div#login {
  font-size: 11px;
  background-image: url(/klifo/images/bg_boxes.gif);
  background-position: 0px 0px;
  height: 210px;
  padding: 10px;
  border: 2px solid #ADBF45;
}

#login #rightLO {
  position: absolute;
  z-index: 10;
  top: 0px;
  left: 0px;
}

#login #rightRO {
  position: absolute;
  z-index: 10;
  top: 0px;
  left: 188px;
}

#login #rightLU {
  position: absolute;
  z-index: 10;
  top: 222px;
  left: 0px;
}

#login #rightRU {
  position: absolute;
  z-index: 10;
  top: 222px;
  left: 188px;
}

div#news {
  font-size: 11px;
  background-image: url(/klifo/images/bg_boxes.gif);
  height: 210px;
  margin-top: 10px;
  padding: 10px;
  border: 2px solid #ADBF45;
  text-align: left;
  z-index: 2;
}

#news p {
  font-size: 11px;
}

#news h4 {
  text-align: center;
  padding-bottom: 5px;
}

#news ul, #news ol {
  font-size: 11px;
  margin-left: 20px;
}

#news #rightLO {
  position: absolute;
  z-index: 1;
  top: 244px;
  left: 0px;
}

#news #rightRO {
  position: absolute;
  z-index: 1;
  top: 244px;
  left: 188px;
}

#news #rightLU {
  position: absolute;
  z-index: 1;
  top: 466px;
  left: 0px;
}

#news #rightRU {
  position: absolute;
  z-index: 1;
  top: 466px;
  left: 188px;
}

div#content {
  padding-top: 80px;
  padding-left: 25px;
  padding-right: 240px;
  background: #FFF;
  min-height: 460px;
  text-align: left;
}

div#footer {
  position: relative;
  min-height: 50px;
  border-top: 1px solid #ADBF45;
  text-align: center;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
}

#footer table {
  width: 60%;
  text-align: center;
}

#footer td {
  white-space: nowrap;
  text-align: right;
  vertical-align: middle;
  font-size: 9px;
  color: #666;
}

img#footer {
  width: 80px;
  vertical-align: middle;
  padding: 5px 20px 5px 20px;
}

