html{
  overflow-y:scroll;
}
body {
	margin: 5px; padding: 0px;
	background-color: #eee;
}

body, td, p, div {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
}

h1 {font-size:16px; margin: 0px;}
h2 {font-size:14px; margin: 0px;}
h3 {font-size:13px; margin: 0px;}
a, a:visited {color: #00548F}
a:hover {color: #d00;}

#cont {
   margin: 0 auto; width: 940px;   
	border: #000 1px solid;
	background-color: #fff; #ea9b67;   
}

#ramme {
/*   margin: 20px; */
  background-color: #ffdcb9;
  background: #ffdcb9 url(/gfx/a-m-k/canvas.png) top left repeat-y;

}

#meny {
   width: 892px;
   height: 22px;
   padding: 4px;
   margin-bottom: 1px;
   text-align: right;
   background-image: url(gfx/toppmeny.gif);
   background-repeat: repeat-x;
}
#meny ul {
   width: 885px;
   margin: 0px; padding: 0px; list-style: none;
}
#meny li {
   display: inline;
   height: 22px;
}
#meny a, #meny a:visited {
   float: left;
   display: block;
   padding: 4px 20px 2px 20px;
   border-right: #4395CE 1px solid;
   color: #F2F8FB;
   text-decoration: none;
}
#meny a:hover {
   color: #fff;
   text-decoration: underline;
}

#topp {
   width: 900px;
}
#topp a {
}

#side {
   width: 900px;
   margin: 0 20px;
}

#innhold {
	float: right; 
   padding: 15px;
/*   border: #CDE3F2 1px solid; */
   width:680px;
   color: #990000;
}

#marg {
   float: left; width: 140px;
   padding: 9px;
/*   border: #CDE3F2 1px solid; */
   color: #444;

}
#marg ul {
   margin: 0px; 
   padding: 0px;
   list-style: none;
}
#marg ul li {
   color: #666;
}
#marg ul li ul {margin:0px; border: none;}

#marg ul li a, #marg ul li a:visited {
	display: block;
	width: 140px;
	line-height: 23px;
	text-decoration: none;
	color: #970e0a;
   border-bottom: #970e0a 1px dotted; 
}
#marg ul li a:hover{
   color:#000;
   text-decoration: underline;
   background: transparent url(/gfx/a-m-k/arrow-left.png) right center no-repeat;
}
#marg ul li ul li a, #marg ul li li a:visited {
	line-height: 18px;
	font-size: 10px;
   text-indent: 10px;
}
#marg ul li ul li a:hover{
   background-image: none;
  background: transparent url(/gfx/a-m-k/arrow-left.png) right center no-repeat;
}
#marg a.active {
  font-weight: bold;
  background: transparent url(/gfx/a-m-k/arrow-left.png) right center no-repeat;
}

#marg div {
   margin-top: 20px;
   font-size: 11px;
}

#bunn {   
   line-height: 12px;
	font-size: 10px; color: #888;
	text-align: center;
}
#bunn a, #bunn a:visited {
	font-size: 10px; color: #888;
	text-decoration: none;	
}
#bunn a:hover {
	color: #f00;
	text-decoration: underline;
}

br.cb {
   clear: both;
   font-size: 0px;
}

.wrap1 {
  background: url(/gfx/a-m-k/shadow.png) right bottom no-repeat;
}
.wrap2 {
  background: url(/gfx/a-m-k/shadow-corner-bl.png) left bottom no-repeat;
}
.wrap3 {
  background: url(/gfx/a-m-k/shadow-corner-tr.png) right top no-repeat;
}
