* {
  font-family: Arial,Verdana, Helvetica,'Bitstream Vera Sans',sans-serif;
  color: #222;
}

body {
  background-color: #7ab740;
  font-size: 9pt; 
  width: 100%;
  margin: 0;
  padding-top: 1em;
}

a {
  color: #222;
  text-decoration: underline;
}

a:hover {
  color: red;
}

td {
  font-size: 9pt; 
}

img {
  border: 0px;
}

h3 {
  margin-top: .3em;
  font-size: 10pt;
  margin-bottom: 3pt;
}

#main {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  width: 900px;
  background-repeat: no-repeat;
  background-color: #7ab740;
  border: 1px solid black;
}

#credits, #credits a {
  font-size: 95%; 
  color: #eee;
  text-decoration: none;
  font-weight: normal;
}

.topContent {
  height: 470px;
}

.rightColumn {
  position: absolute;
  left: 595px;
  top: 400px;
}

.contact {
  padding-bottom: 1em;
  text-align: right;
}

.additional {
  line-height: 170%;
}

.bottomContent {
  margin-left: 35px;
  width: 620px;
  float: left;
}

#content {
  width: 100%;
  text-align: left;
  position: relative;
}

.articleHeader {
  font-size: 18pt;
  padding-bottom: 15px;
}

.article {
  padding-bottom: 2em;
}

img.articleImage {
  float: left;
  padding-bottom: 1em;
  padding-right: .5em;
}

h4 {
  margin-bottom: 0;
  
}

.pagelist {
  padding: 1em;
}


#boksmenu {
  padding-top: 30px;
  margin-left: 33px;
  width: 600px;
}

.boksitem {
  float: left;
}

.boksitem div {
  width: 239px;
  height: 69px;
  text-align: center;
  background-repeat: no-repeat;
}

.boksitem div div {
  font-size: 15pt;
  padding-top: 15px;
}

.boksitem div div a {
  text-decoration: none;
  color: black;
}

.boksitem div div span {
  font-size: 12pt;
}

.boksitemdesc {
  display: block;
  margin-top: -3px;
}

.page {
  font-size: 14pt;
  line-height: 150%;
}

.articleBack {
  padding-top: 2em;
  text-align: right;
}

