body {
  background-color: #FFF7CE;
  background-image: url(http://nordnescamp.no/bilder/bg2.jpg);
}

body, p, td, div {
  font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
  font-size: 12px;
  color: black;
}

a, a:link, a:visited, a:hover, a:active {
  color: #000;
}
td.back-line {
  background-image: url(http://nordnescamp.no/bilder/stip.gif);
  background-repeat: repeat-y;
}
td.bottom-line {
  background-image: url(http://nordnescamp.no/bilder/stip2.gif);
  background-repeat: repeat-x;
  padding-top: 10px;
}




/* -------------------------- */
/* CMS Menu template settings */
/* -------------------------- */
#CMSmenu {
  font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#CMSmenu ul {
	margin: 0;
	padding: 0;
}
#CMSmenu li {
	background: transparent url(http://www.nordnescamp.no/english/bilder/reddot.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding: 0 0 0 5px;
    margin: 10px 0 0 0;

	height: auto;
	list-style-type: none;
	font-size: 11px;
}
#CMSmenu li.sub {
	background: transparent url(http://www.nordnescamp.no/english/bilder/reddot.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding: 0 0 0 8px;

	height: auto;
	list-style-type: none;
	font-size: 11px;
}
#CMSmenu a, #CMSmenu td {
	color: black;
	font-size: 11px;
	padding-left: 5px;
	font-weight: bold;
}
#CMSmenu a:visited {
}
#CMSmenu a:hover {
	color:#a00;
}
#CMSmenu a:active {
}


h1 {
  color: #000;
  font-size: 36px;
  font-weight: bold;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
h2 {
  color: #800;
  font-size: 19px;
  font-weight: bold;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
h3 {
  color: #000;
  font-size: 16px;
  font-weight: bold;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
/* Quick Fix to remove margins between headers and paragraphs */
h2, h3, h4 { margin-bottom: 0; padding-bottom: 0; }
p { margin-top: 0; padding-top: 0; }

p {
  font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
  font-size: 12px;
  color: black;
}
div.copyright {
  position: absolute;
  top: -2000px;
  right: 2000px;
}