* {
	font-family: verdana,helvetica,arial,sans-serif;
	
}

Body {
	background-image: url /file/387135f47ff/BG_Skog.jpg;
	background-attachment: fixed;
	background-colur: #000000;
}

Td {
	font-size: 11px;
	line-height: 1.5em;
	
}

div {
	font-size: 11px;
	line-height: 1.5em;
        color: #333;
}


h1 {
	font-size: 14px;
}

.header {
	font-size: 16px;
        font-weight: bold;
        letter-spacing: 2px;
        font-family: verdana;
        color: #333;
}

LI {
	list-style-type: square;
}


A.menypunkt {
	color: black; /* Svart link */
	text-decoration: none; /* Fjerner underlinje */
	width: 180px; /* Bredde på 180px */
	background-color: #ccccff; /* Lys blå bakgrunn */
}

A.menypunkt:hover {
	color: #333333; /* Tekst */
	text-decoration: none;  /* Fjerner underlinje */
	width: 180px; /* Bredde på 180px  */
	background-color: #9999ff; /* Bakgrunn */

}



A {
	font-family: verdana,helvetica,arial,sans-serif;
	text-decoration: underline;

}

A:link  {
	color:#044e8b;
	
}

A:visited {
	color: #427a94;
}

A:hover {
	color:#427a94;
	text-decoration: none;
}

A:active {
	color: #339933;
}


table.gallery {
	
}

table.gallery tr td {
	
}

table.gallery tr td div.image {
	background-color: #333;
	padding: 5px;
	margin-right: 5px;
}

/* Meny

td.meny {
	padding:0 0 0 5px;
}

td.meny ul {
	padding:0 0 0 12px;
	margin:0;
	
}

td.meny ul li {
	padding:3px;
	margin:0;
        height: 20px;
}
*/ 
/* Meny 2 */

td.menu ul, td.menu li {
	padding:0 5px;
	margin-left:-10px;
	list-style-type: none; 
}
 
}
td.menu {
        padding: 8px;
}

td.menu a {
	text-decoration: none;
	color:#FFF;
}

td.menu div.l1 {
        width: 195px;
        margin-left: 5px;
}

td.menu div.l1 a, 
td.menu div.l1active a, 
td.menu div.l1open a {
	display: block;
	padding:3 0 3 10px;
	border-bottom: 1px solid #fff;
        width: 195px;
        margin-left: 0px;
        text-indent: 10px;
}

td.menu div.l1 a:hover, 
td.menu div.l1active a:hover, 
td.menu div.l1open a:hover {
	background-color:#215e20;
        width: 195px;
        margin-left: 0px;
        text-indent: 10px;
}

td.menu div.l1 {
	background-color:#77aac1;
}

td.menu div.l1open {
	background-color:#359133;
        width: 195px;
        margin-left: 5px;
        text-indent: 10px; 
}

td.menu div.l1active {
	background-color:#359133;
        width: 195px;
        margin-left: 5px;
        text-indent: 10px; 
}

td.menu div.l2 {
	padding: 0 0 0 15px;
	background-color:#777;
        width: 180px;
        margin-left: 5px;
        text-indent: 0px;
}

td.menu div.l2 ul {
	margin: 0px;
	background-color:#777; 
}

td.menu div.l2 ul li {
	margin: 2 0px;
	background-color:#427a94;
}

td.menu div.l2 ul li a:hover {
	margin: 2 0px;
	background-color:#215e20;
	text-decoration: underline;
}


td.menu div.l2 ul li.active a {
	font-weight: normal;
        color: #FFF;
	background-color:#215e20;
	text-decoration: underline;
}

