body, div, table, span, a, input, textarea, button, select { font-family: Verdana, "Geneva CE", lucida, sans-serif; font-weight: normal; text-decoration: none; color:#000000; font-size: 8pt; }

body {
  background: #ffffff;
}

input.button { font-weight: bold; width: 120px; }
hr { height: 1px; color: #DCD5C2; }
img { border-color: #000000; }

A:link { 
  text-decoration: none;
  font-weight: bold; 
  font-size: 8pt; 
  color: #A08E65;
}

A:visited {
  text-decoration: none;
  font-weight: bold; 
  font-size: 8pt; 
  color: #A08E65;
}

A:active {
  text-decoration: none;
  font-weight: bold; 
  font-size: 8pt; 
  color: #A08E65;
}

A:hover {
  color: #DCD5C2;
}

div#page {
  position: absolute; 
  left: 50%; 
  top: 0; 
  margin: 0 0 0 -390px;
  width: 780px; 
  text-align: left;
}

div#page_in {
  margin: 0;
  width: 780px; 
  padding: 0;
  text-align: left;
}

a#logo {
  display: block;
  position: absolute; 
  left: 20px; 
  top: 14px; 
  margin: 0;
  width: 285px;
  height: 50px;
}

div#header {
  display: block;
  clear: both;
  padding: 18px 0 0 0;
  font-size: 10pt;
  font-weight: bold;
  text-align: center;
}

div#header h1 {
  padding: 0;
  margin: 0;
  font-size: 18pt; 
  text-align: center;
  color: #A08E65;
}

div#menu {
  display: block;
  clear: both;
  width: 100%;
  padding: 0 0 0 160px;
  text-align: left;
  color: #000000;
  font-size: 8pt;
  background: url("img/bg_menu.gif") no-repeat #DCD5C2;
}

div#menu a {
  display: block;
  float: left;
  width: 87px;
  padding: 15px 0 15px 0;
  font-size: 8pt;
  font-weight: normal;
  text-align: center;
  color: #000000;
}

div#menu a:hover {
  color: #000000;
  background: url("img/bg_menu_on.gif") left bottom repeat-x;
}

div#menu span {
  display: block;
  float: left;
  padding: 15px 0 15px 0;
  font-size: 8pt;
  font-weight: normal;
  text-align: center;
  color: #000000;
  width: 1px;
  border-right: 1px solid #ffffff;
}

div#main {
  display: block;
  _height: 300px;
  min-height: 300px;
  clear: both;
  margin: 0;
  text-align: left;
  background: url("img/bg_main.gif") repeat-y;
}

div#partneri {
  display: block;
  float: left;
  width: 160px;
  padding: 0;
  text-align: center;
  color: #000000;
}

div#text {
  display: block;
  float: right;
  width: 580px;
  padding: 30px 30px 30px 0;
  text-align: left;
  color: #000000;
  overflow: hidden;
}

div#text h1 {
  margin: 0;
  padding: 0 0 20px 0;
  font-size: 14pt;
  color: #A08E65;
}

div#text h2 {
  margin: 0;
  padding: 0;
  font-size: 10pt;
  color: #A08E65;
}

div#text .small {
  font-size: 7pt;
}

div#foot {
  display: block;
  clear: both;
  margin: 0 0 15px 0;
  padding: 5px 0 5px 0;
  text-align: center;
  font-size: 7pt;
  color: #000000;
  background: url("img/bg_foot.gif") left bottom no-repeat #DCD5C2;
}

div#foot a {
  color: #000000;
  font-size: 7pt;
}

