BODY {
  font-family: Verdana, sans-serif;
  font-size: 10px;
  margin: 0;
  padding: 0;
  background-image: url('llf_background.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-attachment:fixed;
  /*background-image: url('_img/bg.gif');
  background-attachment: fixed;
  background-color: #9dcbe0;*/
  text-align: center;
}
SPAN.link {
  cursor: pointer;
  cursor: hand;
}
DIV.content {
  position: relative;
  width: 740px;
  background-color: #fbfbed;
  padding: 5px;
  margin: 0 auto;
  margin-top: 8px;
}

TABLE.content{
  background: #ffffff;
  margin-top: 22px;
  width: 100%;
}

TD.menuarea {
  width:161px;
  padding-left: 12px;
  padding-top: 11px;
  text-align: left;
}

TD.mainarea{
  width: 557px;
  padding-top: 11px;
  text-align: left;
  padding-top: 11px;
}

P.header {
  color: #F16124;
  font-size: 24px;
}

DIV.menuhidden {
  visibility: hidden;
  position: absolute;
  display: none;
}

DIV.menu {
  width: 142px;
  height: 24px;
  visibility: visible;
  margin-bottom: 2px;
  margin-top: 2px;
}

DIV.hidden {
  visibility: hidden;
  position: absolute;
  display: none;
}

DIV.visible {
  visibility: visible;
  margin-bottom: 2px;
  margin-top: 2px;
}

TABLE.menu {
  width: 142px;
  height: 24px;
}

TD.menutop {
  width: 100%;
  height: 19px;
  background-image: url('_img/menu_top_n.gif');
  font-weight: bold;
  padding-top: 5px;
  padding-left: 4px;
  margin-top: 2px;
  color:white;
}

TD.menu {
  width: 100%;
  background-image: url('_img/menu_midt_n.gif');
  padding-left: 7px;
  color:white;
}

TD.menubund {
  width: 100%;
  height: 4px;
  background-image: url('_img/menu_bund_n.gif');
  font-size: 0px;
  color:white;
}

div.knap {
  width: 138px;
  height: 19px;
  font-weight: bold;
  padding-left: 4px;
  padding-top: 5px;
  background-image: url('_img/knap_n.gif');
  color:white;
}
div.knapactive {
  width: 138px;
  height: 19px;
  font-weight: bold;
  padding-left: 4px;
  padding-top: 5px;
  background-image: url('_img/knap_active_n.gif');
  cursor: hand;
  cursor: pointer;
  color:white;
}
A {
  color: #000000;
  text-decoration: none;
}
SPAN.header {
  font-size: 12px;
  font-weight: bold;
}

TD.bottom {
  margin-top: 5px;
  background: #EDF6FB;
  text-align: left;
  padding: 11px;
}

img.sam {
  padding-top: 14px;
  padding-right: 14px;
}

form.newsletter {
  margin-top: 21px;
  padding-top: 2px;
  width: 142px;
  border-top: 1px solid #B3B3B3;
  border-bottom: 1px solid #B3B3B3;
  font-size: 11px;
  font-weight: bold;
}

INPUT.newsletter {
  width: 136px;
  border: 1px solid #747474;
  background-color: #fafafa;
  font-size: 10px;
  color: #707070;
  margin: 1px;
  padding: 2px;
}

DIV.newshidden {
  visibility: hidden;
  position: absolute;
  display: none;
}

DIV.newsvisible {
  visibility: visible;
  font-weight: normal;
  font-size: 10px;
  padding: 4px;
}
TABLE.newsletter {
  margin-top : 2px;
  width: 100%;
}

TD.right {
  text-align: right;
  width: 25%;
}
TD.left {
  text-align: left;
  width: 25%;
}
DIV.disclaimer {
  position: relative;
  width: 740px;
  padding: 5px;
  margin: 0 auto;
  color: white;
}
A.befree {
  color: white;
  text-decoration: none;
}


#bftag {
  position: fixed;
  right: 0;
  top: 0;
  display: block;
  height: 50px;
  width: 100px;
  background: url(/bftag.png) top right no-repeat;
  text-indent: -999em;
  text-decoration: none;
}
#befree {
  position: fixed;
  left: 0;
  top: 0;
  display: block;
  height: 100px;
  width: 100px;
  background: url(/befree.png) top right no-repeat;
  text-indent: -999em;
  text-decoration: none;
}
