html, body
{
  background: transparent;
}
.searchPnl
{
  font-family: Verdana, sans-serif;
  font-size: 12px;
}
.message{
  padding:0px 0px 20px 0px;
}
.searchBox
{
  position:relative;
  height: 158px;
  padding: 3px;
  background-color: rgba(255, 255, 255, 0.6);
  margin-bottom: 8px;
}
.txtLbl
{
  color: #455469;
}
.txtTxt
{
  color: #1C5093;
}
.searchKop
{
  color: #1C5093;
  font-size: 120%;
  font-weight: bold;
  height: auto;
  line-height: 1.3;
  margin-bottom: 5px;
  width: 350px;
}
.bold {
    font-weight: bold;
}
.searchLbl
{
  display: inline-block;
  width: 100px;
  padding-top: 2px;
  padding-bottom: 10px;
  padding-left: 10px;
}
.searchEdt
{
  margin: 5px 0px 5px 0px;
  width: 280px;
}
.searchBtn
{
  width: 80px;
  position:absolute;
  right:10px;
  bottom:8px;
}
.errResultLbl
{
  color: #FF3300;
  margin-left: 115px;
}
.bigLink
{
}
a img
{
  border: none;
}
.namePnl
{
  float: left;
}
.catPnl
{
  float: right;
  margin-top: -16px;
}
.nrPnl
{
  float: right;
}
.bigPnl
{
  color: #1C5093;
  padding-top: 3px;
}
.resultTbl
{
  width:100%;
  color: #1C5093;
}
.date1Pnl
{
  padding-top: 3px;
}
.date2Pnl
{
  padding-top: 3px;
}
.dateWidth
{
    float:left;
    width:200px;
}
.geldig{
    display:block;
}
.lokPnl
{
  padding-top: 3px;
  float: right;
}
.infoPnl
{
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: rgb(204, 204, 204);
  margin-bottom: 6px;
  padding-bottom: 3px;
}