
body
{
  font-family: Verdana, sans-serif;
  font-size: 12px;
  color: #000000;
  background-color: #c6c6c6;
  margin: 5px;  
}

a
{
  color: #9e2e39;
  text-decoration: underline;
}

a:hover
{
  color: #ff0000;
}

h1
{
  font-size: 14px;
  font-weight: bold;
  font-family: Verdana;
  color: #000000;
  border-bottom: 1px dotted #000000;
}

#wrapper
{
width:1250px;
}

#main-header
{
  height: 130px;
  background-image: url('../images/dbn_logo.png');
  background-image: width:1000px;
  background-repeat: no-repeat;
  background-position: center left;
  background-color: #c6c6c6;
  margin-bottom: 10px;
}

#main-left
{
  width: 150px;
  float: left;
}

#main-right
{
  width: 150px;
  float: right;
}

#main-content
{
  font-size: 11px;
  margin-left: 170px;
  margin-right: 170px;
  float: center;
  background-color: #ffffff;
  padding: 4px;
  border: 1px solid #000000;
  margin-bottom: 10px;
}

#main-footer
{
  margin-left: 170px;
  margin-right: 170px;
  font-size: 10px;
  text-align: center;
  background-colorr: #ffffff;
  background-color: #ffffff;
  padding: 4px;
  border: 1px solid #000000;
}

#suggests
{
  font-size: 10px;
}
#menu
{
  position: relative;
  right: 20px;
  font-size: 9px;
}

#menu2
{
  position: relative;
  right: 20px;
  font-size: 10px;
}



.box
{
  padding: 0;
  border: 1px solid #000000;
  margin-bottom: 10px;
  background-color: #ffffff;
}

.box span
{
  display: block;
  font-weight: bold;
  color: #000000;
  border-bottom: 1px dashed #555555;
  padding: 3px;
  background-image: url('../images/linija.png');
  background-color: #aaaacc;
}

.box a
{
  display: block;
  color: #9e2e39;
  text-decoration: underline;
  padding: 4px;
}

.box a:hover
{
  background-color: #e1b2b7;
}

.news
{
  padding: 4px;
}

.news span
{
  display: block;
  padding: 4px;
  margin-bottom: 2px;
  border-bottom: 1px dotted #000000;
}

.gelsva {background-color: #e1b2b7; }
.balta { background-color: #FFF; }

