body {	
	/*display: block;
	margin: 0px;
	padding: 0px;
	background: #D98B37;
	height: 100%;
                width:98%;
border-right: 1px solid;
*/

}

body, p, html, table, td {
	font-family: Verdana, Arial, Geneva, sans-serif, Helvetica;
	font-size: 12px;
	line-height: 16px;
	color: #633503;
	text-decoration:none;
}

a, a:link, a:visited, a:active {
	
	color: black;
	text-decoration: none;
}

a:hover {
	
	color: black;
	font-weight: bold;
}

h1, h2, h3 { 
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	color: #633503;
	font-weight: bold;
}

h1 {
	font-size: 18px;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 14px;
}

#header {
	position: relative;	
	left: 0px;
	
	background: url('../grafikk/bakgrund_topp.gif'); 

}

.headerseparator {
	height: 23px;
	margin: 0px;
	background: url('bakgrund_skille.gif');
	z-index: -1;
}

#centercolumn {
	padding: 5px;
	/* background: #f4a54a; */
	
                
}


#leftcolumn, #rightcolumn {
   margin: 0px;

/* UTKOMMENTERT
	position: absolute;
	top: 91px;
	margin-top: 10px;
 */

}

#leftcolumn {
	left: 0px;
                width: 155px;

}



#rightcolumn {
                   padding-top: 1px;
                   padding-left: 5px;
	
}




/*   UTKOMMENTERT
#bunn {
	position: absolute;
                top: 1050px;
	left: 0px;
	
	
 }

#bunn a:hover {
font-weight: bold;
}
*/






.liten h1, .liten h2, .liten h3 {
		font-weight: bold;
	
		
}

.liten h2 {
	font-size: 12px;
	line-height: 12px;
}

.liten p, .liten a, .liten a:visited, .liten a:active, span.liten {
	font-size:10px;
	text-decoration: none;
	font-weight: normal;
	line-height: 16px;

}


#meny a, #meny a:link, #meny a:visited, #meny a:active {
display: block;

width: 155px;
font-family: verdana, arial, helvetica;
text-decoration: none;
padding-top: 5px;
padding-bottom: 5px;
border-bottom: 1px solid;
border-color: black;
margin-top: -15px;

}

#meny a:hover {
background: #f4a55a;
font-weight: bold;
}


.meny-sub a {
background: red;
}

.meny-sub a:hover {
background: #f4a55a;
}


/* Turn off list bullets */
ul.aqtree3clickable li { list-style: none; }

ul.aqtree3clickable, ul.aqtree3clickable ul, ul.aqtree3clickable li {
  margin: 0; padding: 0; 
}

/* This controls the indent for each sublist */
ul.aqtree3clickable ul {
  padding-left: 0px;
}


/* Actually show and hide sublists */
ul.aqtree3clickable li.aq3open ul { display: block; }
ul.aqtree3clickable li.aq3closed ul { display: none; }


