#newsArea, 
#otherNewsArea {
  padding: 0px;
  margin: 12px;
  display: inline;
  position: relative;
}

#newsArea {
  float: left;
  width: 535px;
  clear: left;
}

#otherNewsArea {
  margin-top: 69px;
  margin-left: 0px;
  float: right;
  width: 220px;
  clear: right;
  background-color: #b2b79a;
  border: 1px solid #354253;
}

#newsArea .header {
  color: #354253;
  font-size: 24px;
  font-weight: bold;
  width: 400px;
}

#newsArea h3 {
  color: #b2b79a;
  font-size: 12px;
  font-weight: bold;
}


.story {
  height: 60px;
  width: 525px;
  margin: 4px 4px 10px 0px;
  background-color: #eee;
  border: 1px solid white;
  cursor: pointer;
  position: relative;
}

.story:hover {
}

#newsArea .story .storyImg {
  float: left;
  display: inline;
  height: 45px;
  width: 80px;
  margin: 4px 12px 4px 4px;
  overflow: hidden;
}

.story h1,
.story h1 a {
  color: #000;
  font-size: 14px;
  font-weight: bold;
}


.story h2,
.story h2 a {
  color: #354253;
  font-size: 10px;
  font-weight: normal;
}

.story h2 a:hover {
  text-decoration: none;
}


.navButton:link, .navButton:visited, .navButton:hover{
  color: #000;
  text-decoration: none;
}

.navButton img {
  position: relative;
  top: 5px;
}

#navTop {
  top: 12px;
  position: absolute;
  left: 525px;
  width: 220px;
  text-align: right;
}

#navBottom {
  width: 500px;
  position: relative;
  top: 10px;
  right: 8px;
  margin: 10px 10px 10px 0px;
  text-align: right;
}


#navBack, 
#navForward {
  margin: 10px;
}

/* ANDRE NYHETER */
#otherNewsArea .header {
  background-color: #b2b79a;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  font-size: 9px;
  position: relative;
}

#otherNewsArea h3 {
  font-size: 10px;
  color: #354253;
  margin: 10px 4px 0px 4px;
}

#otherNewsArea .story {
  width: 220px; 
  margin-left: 0px;
}

#otherNewsArea .story {
  background-color: transparent;
  border: none;
  margin-bottom: 0px;
  margin-top: 0px;
}

#otherNewsArea .story h1,
#otherNewsArea .story h1 a  {
  background-color: transparent;
  text-align: left;
  font-size: 10px;
}

#otherNewsArea .story .storyImg {
  float: left;
  display: inline;
  height: 45px;
  width: 80px;
  margin: 3px 8px 2px 2px;
}

.siteIcon {
  position: absolute; 
}
