/*
 * General settings
 */
body {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 120%;
  background-color: #f7f7f7;
  color: #000000;
  margin: 0;
  padding: 0;
  background-image: url('img/background.gif');
  background-repeat: repeat-x;
}

/*
 * No underline for links
 */
a:link, a:visited {
  text-decoration: none;
  cursor: pointer;
}
a:link:hover, a:visited:hover {
  color: #ff0000;
}

/*
 * General layout
 */
.content {
  margin-left: 10px;
  margin-right: 10px;
  clear: both;
}
.font {
  font-size: 13px;
}
.blue {
  color: #0000ff;
}
.times {
  font-family: Times New Roman, Times, serif;
  font-weight: bold;
}
.smallfont {
  font-size: 11px;
}
.none {
  display: none;
}
h3.bar {
  padding-left: 5px;
  padding-bottom: 1px;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 14px;
  background: #cfcfcf;
}
span.ffis {
  font-family: Times New Roman, Times, serif;
  font-style: italic;
}
ul.arrow {
  list-style-type: none;
  list-style-image: url(img/arrow_right.gif);
  text-indent: -0.5em;
}
ul.gold {
  list-style-type: none;
  list-style-image: url(img/listitem_gold.gif);
  text-indent: -0.5em;
}
ul.blue {
  list-style-type: none;
  list-style-image: url(img/listitem_blue.gif);
  text-indent: -0.5em;
}

div.pagetop {
  margin: 0;
  padding: 0;
  height: 125px;
  width: 100%;
  float: none;
  background-image: url('img/pagetop.gif');
  background-repeat: repeat-x;
}

div.pagehead {
  position: absolute;
  right: 0;
  margin-top: 45px;
  margin-right: 10px;
  font-family: Times New Roman, Times, serif;
  font-size: 20px;
  font-weight: bold;
}

div.pagelogo {
  float: left;
  margin-top: 5px;
  margin-left: 5px;
  margin-right: 5px;
}

.pagemenu {
  float: left;
  margin: 0;
  padding: 0;
}

.pagemenu ul {
  margin: 0;
  margin-top: 95px;
  padding: 0;
}

.pagemenu li {
  list-style: none;
  float: left;
}

.pagemenu a {
  text-decoration: none;
  float: left;
  font-weight: normal;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-left: 2px;
  margin-right: 2px;
  background: #fff2be;
  color: #333333;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
  border-right: 1px solid #666;
}

.pagemenu a:hover {
  text-decoration: none;
  color: #000000;
  background: #f4ce38;
}

.pagemenu a#current {
  background: #edd679;
}

.pagemenu a#current:hover {
  background: #f4ce38;
}

td.rubrik {
  background: #aec7ff;
  text-align: center;
  font-size: small;
}

h3.atitle {
}

div.atext {
  margin-left: 25px;
  margin-right: 35px;
}

address {
  font-size: 90%;
  border-top: 1px solid #737373;
  padding-top: 2px;
  margin-top: 5px;
}

.ffis-address {
  clear: both;
  text-align: center;
  border-top: 1px solid #737373;
  padding-top: 5px;
}
