body {
  background: #eee;
  color: #333;
  margin: 0;
  padding: 0;
  border: 0;
  text-align: center;
  font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
  padding-bottom: 5px;
  padding-top: 5px;
  }
#wrapper {
  margin: 0 auto;
  padding: 0;
  text-align: left;
  /*background: #fff url(grafikk/layout.gif) repeat;*/
  background-color: #34721C;
  color: #333;
  height: auto;
  width: 741px;
  }
#logo {
  width: 709px;
  margin: 0 16px 0 16px;
  background: #693 url(gfx/ds-logo.jpg) repeat;
  height: 120px;
}
#design_top {
  margin: 0;
  padding: 0;
  width: 709px;
  margin-left: 16px;
  height: 20px;
  background: transparent url(gfx/ds-page-top.gif) no-repeat top;
}
#design {
  width: 709px;
  margin-left: 16px;
  background: #fff url(gfx/ds-page.gif) repeat-y;
}
#design_bottom {
  width: 709px;
  height: 20px;
  margin: 0;
  padding: 0;
  background: transparent url(gfx/ds-page-bottom.gif) no-repeat bottom;
  clear: left;
  display: block;
}
#col1 {
  padding: 0;
  margin: 0;
  float: left;
  display: inline;
  width: 132px;
  height: auto;
  margin-left: 10px;
}
#col2 {
  padding: 0;
  margin: 0;
  float: left;
  display: inline;
  width: 547px;
  height: auto;
  margin-left: 10px;
}
#footer {
  padding: 10px 0 10px 0;
  margin: 0;
  width: 100%;
  height: auto;
  text-align: center;
  /*background: #fff url(grafikk/layout.gif) repeat;*/
  background-color: #34721C;
}


/* -------------------------- */
/* CMS Menu template settings */
/* -------------------------- */
#CMSmenu {
  }
#CMSmenu ul {
	margin:0px;
	padding:0px;
 }
#CMSmenu li {
	background: transparent url(gfx/menu_arrow_main.gif);
	background-position: 0 0.2em;
	background-repeat: no-repeat;
	padding: 0 0 0 5px;

	height: auto;
	list-style-type: none;
	font-size:10px;
  }
#CMSmenu li.sub {
	background: transparent url(gfx/menu_arrow_sub.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 10px;

	height: auto;
	list-style-type: none;
	font-size:8px;
  }
#CMSmenu a, #CMSmenu td {
width: 120px;

	color:#003300;
	font-weight: bold;
	text-decoration: none;
	font-size:13px;
	padding-left:4px;
	display: block;
  }
#CMSmenu a:visited {
  }
#CMSmenu a:hover {
	font-size:13px;
	color:#046104;
  }
#CMSmenu a:active {
  }