/* Layout:
.-main-------------------------------.
|.-logo--------..-infohead----------.|
||             ||                   ||
||             |`-------------------'|
||             |.-navhead-----------.|
||             ||                   ||
|`-------------'`-------------------'|
|.-navside-..-info------------------.|
||         ||                       ||
||         |`-----------------------'|
||         |.-copyright-------------.|
|`---------'`-----------------------'|
`------------------------------------'
*/

body {
  font: 12pt Times, serif;
  margin: 0px;
  text-align: justify;
}
dt  { font-weight: bold; }
h4  { font-size: 14pt; }
h5  { font-size: 13pt; }
img { padding: 5px; }

a img { border-style: none; }
a.belstat { visibility: hidden; height: 1px; }

div.qa { }

.big {
  font-size: 125%;
  font-weight: bold;
}

.foto { text-decoration: none; }

.image {
  display: inline-block;
  text-decoration: none;
}

.noprint { visibility: hidden; height: 1px; }

.selected { visibility: hidden; height: 1px; }
.selectedHead { visibility: hidden; height: 1px; }
.unselected { visibility: hidden; height: 1px; }
.unselectedHead { visibility: hidden; height: 1px; }
.warnHead { visibility: hidden; height: 1px; }

#copyright { border-top: 1px solid black; }

#info {
  clear: both;
  display: block;
  padding: 10px 0 0 0;
}

#infohead {
  position: absolute;
  left: 220px;
  right: 0px;
  top: 30px;
  height: 79px;
  font: bold 10px/15px Verdana, Arial, Helvetica, sans-serif;
  text-align: center;
}

#infoimage {
  position: absolute;
  left: 320px;
  right: 0px;
  height: 99px;
  background: url(images/horline.png) repeat-x;
}

#logo {
  display: block;
  float: left;
  width: 320px;
  height: 199px;
  background: url(images/translogo.png) no-repeat;
}

#main { text-align: justify; }
#navhead { visibility: hidden; height: 1px;}
#navside { visibility: hidden; height: 1px;}

