@charset "utf-8";


h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, Times New Roman, Times, serif;
}
h1 {
	font-size: 180%;
	color: #66432F;
}
h2 {
	font-size: 165%;
	color: #66432F;
}
#sidebar1 h3 {
	font-size: 150%;
	color: #66432F;
	padding-left: 30px;
}
#meny{
	height: 42px;
	margin-left:0px;
	padding: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a{text-decoration:none; border:0; margin:0; padding:0;}

a:link {
	color: #333;
}
a:hover {
	color: #333;
}
a:active {
	color: #98B8D6;
}

  #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: x-small;
	color: #666;
	text-align: center;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: underline;
	color: #98B8D6;
}
a:active {
	text-decoration: none;
}


/* stiler for horisontal navigasjon */

ul#navlist { font-family: sans-serif; }

ul#navlist a
{text-decoration: none;
border:0;
}

ul#navlist, ul#navlist ul, ul#navlist li
{margin: 0px;
padding: 0px;
list-style-type: none;
}

ul#navlist li { float: left; }

ul#navlist li a
{	color: #E4E8E9;
	background-color: #E4E8E9;
}

ul#navlist li a:hover
{color: #996600;
	background-color: #E4E8E9;
}

ul#navlist li a:active
{color: #996600;
background-color: #E4E8E9;
}

ul#subnavlist {
	display: none;
	border:medium groove #66432F;
}
ul#subnavlist li { float: none;
}

ul#subnavlist li a
{
padding: 0px;
margin: 0px;
}

ul#navlist li:hover ul#subnavlist
{
display: block;
position: absolute;
font-size: 8pt;
padding-top: 5px;
}

ul#navlist li:hover ul#subnavlist li a
{
display: block;
width: 10em;
padding: 2px;
}

ul#navlist li:hover ul#subnavlist li a:before { content: " >> "; }

/*stiler for img*/

/* en tekst i logo felt*/
.en{
	margin-top: 83px;
	margin-bottom: 35px;
	}
.to{
	margin-top: 93px;
	margin-bottom: 42px;
	}
.tre{/* lagt til img tag på horisontal meny
ersatt til img tag i html koden tror jeg*/
}	
.fire{
	background-color:#ffffff;
	border: medium solid #66432F;
	margin-top: 10px;
	padding: 10px;
	margin-left: 20px;
}

.spell{
	background-color:#ffffff;
	border: medium solid #66432F;
	padding-bottom: 20px;
	margin: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
}

#sidebar1 p img.v {
	background-color: #ffffff;
	float: left;
	border: medium solid  #66432F;
	padding: 5px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#sidebar1 p img.h {
	background-color: #ffffff;
	padding: 5px;
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: medium solid #66432F;
}

/*for lightbox*/
.light_box { 
	background-color:#ffffff;
	width: 526px;
	border: thin solid  #66432F;
	padding-top: 6px;
	padding-right: 1px;
	padding-bottom: 6px;
	padding-left: 2px;
}
a, a img{border:none;
margin:o;
padding:o;
}
/*slutt lightbox*/
