/*html { height: 100%; margin-bottom: 1px; } */ 
body {
  font-family: Helvetica, Arial, Verdana, sans-serif;
  color: #7a7c7f;
  overflow: scroll; /* Opera */ 
  overflow:-moz-scrollbars-vertical; /* Mozilla */ 
  overflow-y: scroll; /* IE */ 
  overflow-x: hidden; /* IE */
}

a {
  color: #7a7c7f;
}

img {
  border: 0;
}

/* Hack for rammer */
div.tf {
  position: absolute;
  left: 50%;
  margin-left: -400px;
  width: 800px;
  background: url("/grafikk/rammer/dotHorisontal.png");
  background-repeat: repeat-x;
}
div.rf {
  background: url("/grafikk/rammer/dotVertikal.png");
  background-repeat: repeat-y;
  background-position: right;
}
div.bf {
  background: url("/grafikk/rammer/dotHorisontal.png");
  background-repeat: repeat-x;
  background-position: bottom;
}
div.frame {
  border: 0;
  background: url("/grafikk/rammer/dotVertikal.png");
  background-repeat: repeat-y;
  padding: 7px;
  padding-bottom: 0;
  width: 786px;			/* + 2*7 = 800 */
}
/* Head struktur */
div.head {
  background: url("/grafikk/rammer/dotHorisontal.png");
  background-repeat: repeat-x;
  background-position: bottom;
  margin: 0;
  padding: 0;
  padding-bottom: 7px;
  width: 786px;			
  height: 132px;		/* + 7 = 146 */
}
div.mainhead {
  float: left;
  height: 132px;
  width: 605px;
  padding-right: 7px;
}
div.subhead {
  float: left;
  position: relative;
  background: url("/grafikk/rammer/dotVertikal.png");
  background-repeat: repeat-y;
  width: 174px;
  height: 132px;
  border-left: 0px dotted #888888;
  font-size: 0.7em;
}
div.subhead img {
  position: absolute;
  left: 2px;
  bottom: 0;
}
div.subhead p {
  margin: 0;
  padding: 0;
  margin-left: 7px;
  position: absolute;
  width: 174px;
  bottom: 0;
  text-transform: uppercase;
  font-size: 9px;
  line-height: 10px;
  color: #9a9c9f;
}
div.subhead p a {
  text-decoration: none;
  color: #9a9c9f;
}
div.subhead p a:hover {
  color: #f240a9;
}

/* Main struktur */
div.textSide {
  float: left;
  width: 164px;
  margin-top: 14px;
  margin-right: 7px;
}
div.textContentWrapper {
  float: left;
  width: 442px;
  background: url("/grafikk/rammer/dotVertikal.png");
  background-position: 440px 14px;
  background-repeat: repeat-y;
  margin-top: 14px;
}
div.textContent {
  float: left;
  background: url("/grafikk/rammer/dotVertikal.png");
  background-repeat: repeat-y;
  width: 426px;
  padding-left: 7px;
  margin-right: 7px;
}
div.textFill {
  clear: left;
  height: 1px;
  overflow: hidden;
}
div.gallerySide {
  float: left;
  width: 385px;
  margin-top: 14px;
  margin-right: 14px; 
  overflow: hidden;
}
div.galleryContent {
  float: left;
  width: 373px;
  margin-top: 14px;
  margin-left: 14px;
  overflow: hidden;
}

/* Head contents */
div.logo {
  margin-top: 10px;
  width: 167px;
  height: 30px;
}
div.logo img {
  border: 0;
  margin: 0;
  padding: 0;
}
div.logo h1 {
  display: none;
}
div.mainhead ul.topmenu {
  margin: 0;
  padding: 0;
  margin-top: 7px;
  height: 20px;
  list-style-type: none;
}
div.mainhead ul.topmenu li {
  display: inline;
  margin: 0;
  padding: 0;
  margin-right: 3px;
  height: 20px;
  line-height: 20px;
}
div.mainhead ul.topmenu span {
  display: none;
}
div.mainhead ul.submenu {
  margin: 0;
  padding: 0;
  margin-top: 10px;
  list-style-type: none;
}
div.mainhead ul.submenu span {
  display: none;
}
div.mainhead ul.submenu li {
  margin: 0;
  padding: 0;
  height: 15px;
  line-height: 15px;
  padding-bottom: 4px;
  display: block;
  #margin-bottom: -3px;		/* IE Hack */
}
div.mainhead ul.submenu li a {
  display: block;
  height: 1px;
}
div.mainhead ul.submenu li img { 
  display: block;
}

div.thirdmenu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-size: 11px;
}

div.ingress {
  padding-bottom: 14px;
  text-align: justify;
  font-size: 13px;
  line-height: 15px;
}

div.article {
  font-size: 12px;
  padding-bottom: 30px;
  margin-right: 7px;
  line-height: 16px;
}

div.article h1 {
  margin-top: 0;
  margin-bottom: 30px;
  padding: 0;
  text-transform: uppercase;
  font-weight: lighter;
  font-size: 2.9em;
  letter-spacing: -2px;
  line-height: 0.9em;
}

div.textContent div.article h1 {
  margin-right: 80px;
}

div.textContent div.ingress {
  margin-right: 80px;
}

div.article strong {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 13px;
}

div.thirdmenu {
  /* margin-bottom: 45px; */
}

div.thirdmenu ul li {
  text-decoration: none;
}

div.thirdmenu ul li a {
  text-decoration: none;
}

div.thirdmenu ul li.marked a {
  color: #f240a9;
}

div.gallerySide div.thumbnails img {
  border: 1px solid #7a7c7f;
  margin-right: 1px;
  margin-bottom: 1px;
  margin-top: 7px;
}

div.gallerySide div.thumbnails img.marked {
  border: 1px solid #18b0d0;
}

div.gallerySide div.thumbnails img:hover {
  border: 1px solid #888888;
}

div.gallery {
  /* position: fixed; */ /* Hehhe */
  margin-top: 45px;
}

div.gallery p.browse {
  margin: 0;
  padding: 0;
  font-size: 0.8em;
  text-transform: uppercase;
  text-decoration: none;
}

div.gallery div.image {
  width: 383px;
  border: 1px solid #7a7c7f;
  overflow: hidden;
}
div.gallery div.image img {
  display: block;
  margin: 0;
  padding: 0;
}
div.gallery p.imageText {
  font-size: 0.7em;
  margin: 0;
  padding: 0;
  margin-bottom: 21px;
  margin-top: 5px;
}

p.englishLink {
  text-transform: uppercase;
  font-size: 0.7em;
  margin-top: 0;
  margin-bottom: 10px;
  padding: 0;
}

p.englishLink a {
  text-decoration: none;
}

p.spacer {
  margin: 0;
  padding: 0;
  margin-top: 14px;
  margin-bottom: 14px;
  width: 385px;
  height: 7px;
  line-height: 0;
  background: url("/grafikk/spacer.png");
}

p.spacerLong {
  margin: 0;
  padding: 0;
  margin-top: 14px;
  margin-bottom: 14px;
  width: 425px;
  height: 7px;
  line-height: 0;
  background: url("/grafikk/spacer_lang.png");
}

div.partners img {
  display: inline;
  margin-right: 30px;
}

p.frameHack {
  clear: both;
  height: 7px;
  line-height: 1px;
}
/* UPDATE SECTION */
div.updateHeader {
  width: 100%;
  border-bottom: 1px solid #dddddd;
}

div.updateHeader ul.updateMenu {
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
}

div.updateHeader ul.updateMenu li {
  display: inline;
  border-top: 1px solid #AAAA99;
  border-left: 1px solid #AAAA99;
  border-right: 1px solid #AAAA99;
  padding-right: 10px;
  padding-left: 10px;
}

div.updateHeader ul.updateMenu li a{
  color: black;
  text-decoration: none;
}

div.updateHeader ul.updateMenu li.marked {
  background: #c6c6c0;
  font-weight: bold;
}
div.updateHeader ul.updateMenu li.marked a {
  color: white;
}
div.deleteArticleButton {
  margin-left: 400px;
  margin-top: 60px;
}

div.chooseArticle {
  float: left;
}
div.updateHeader p.clear {
  height: 1px;
  line-height: 1px;
  clear: left;
}

p.label {
  margin-bottom: 0;
  font-size: 0.8em;
  font-weight: bold;
}

p.message {
  width: 450px;
  border: 1px solid #BB8888;
  background: #EEEEEE;
  padding: 20px;
  color: #555555;
  font-weight: bold;
  clear: left;
}
p.message span.cancel a {
  color: green;
  font-weight: bold;
  margin-top: 10px;
  margin-right: 50px;
  text-decoration: none;
}
p.message span.proceed a {
  color: red;
  margin-top: 10px;
  font-weight: bold;
  text-decoration: none;
}

p.labelInline {
  float: left;
  margin: 0;
  margin-right: 10px;
  width: 150px;
  font-weight: bold;
  font-size: 0.8em;
}

div.updateAction {
  margin-bottom: 30px;
}

div.updateText {
  float: left;
  width: 550px;
}

div.updateImages {
  float: left;
  padding-left: 15px;
  width: 190px;
}

div.updateImages h2 {
  font-size: 0.9em;
  font-weight: bold;
}

div.updateImages ul {
  margin-left: 0;
  padding-left: 0px;
  font-size: 0.8em;
  list-style-type: none;
}

