/* ------------------------------------ reset ---------------------------- */

html, body, div, span, object, 
h1, h2, h3, h4, h5, h6, p, 
a, em, img, ol, ul, li, form, 
table, caption, tbody, tfoot, thead, tr, th, td, hr {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}


body { line-height: 2; background: #fff; margin:0; }
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight:400; }
a img { border: none; }
/* fonter */
body { font-size: 75%; } /* IE width*/
html>body{ font-size:12px;}/* Andre */
body { 
  color: #000; 
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1,h2,h3,h4,h5,h6 { 
  color: #006666;
  font-family:  Arial, Verdana, Helvetica, sans-serif;
}

/* overskrifter */
h1,h2,h3,h4,h5,h6 { font-weight: normal; }
h1 { font-size: 2.4em; line-height: 1; margin-bottom: 0.4em; }
h2 { font-size: 1.8em; margin-bottom: 0.5em;   }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 0.5em; }
h4 { font-size: 1.6em; line-height: 1; margin-bottom: 0.2em; }
.h2hovedbilde {line-height: normal;}

p           { margin: 0 0 1em; line-height:1.5; }
p img       { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.topp   { margin-top: 0; } /* Use this if the image is at the top of the <p>. */
img         { margin: 0 0 0.5em; }

a:focus, a:hover     { color: #009; border-bottom:1px solid #009; }
a           { color: #009; text-decoration: none;  }



/* tabell
-------------------------------------------------------------- */

table   { margin-bottom: 2.0em; }
th      { border-bottom: 1px solid #ccc; font-weight: bold; }
td      { border-bottom: 1px solid #ddd; }
th,td   { padding: 2px 2px 2px 1px; }






.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }

.left		{ float:left; }
.right		{ float:right; }
.nyleft      { margin-top:0; margin-bottom:0;  display: block; }
/*----------------------------------------------------------------------------*/
body{
	background-color: #8f8e8e ;/*#fff;#e2e2e2;*/
	margin-top:5px;
	margin-bottom:5px;
}

#wrap {
	width:890px;
	text-align:left;
	background:#fff;
	margin:0px auto;
	padding:10px;
	border:1px solid #111;
	padding-bottom:0;
}

.clearfix {
	clear:both;
	margin-bottom:55px;
}


/* header , logo + navigation*/
#header {

	height:121px;

	background-color:#ccc;
	background:url(images/hode.jpg) repeat;
	position:relative;
}

#logo{
	position:absolute;
	top:0px;
	left:0px;
}

#logo a{
	color:#fff;
	text-decoration:none;
	border:none;
}

#meny {
	position:absolute;
	top:35px;
	right:10px;

	padding:10px;
	background-color:#060e38;
	border:1px solid #535a7a;
	list-style-type:none;
}
#meny {
	position:absolute;
	top:0px;
	right:0px;
	margin-right:0px;

	padding:5px;
	background-color:#cc3333;
	border:1px solid #000;
	list-style-type:none;
}
#meny ul{
	margin:0px;
	list-style:none;
}

#meny li {
	float:left;
	font-weight:700;
	border:1px solid #000;
	background-color:#fff;

}
#meny a {
	display:block;
	text-align:center;
	color:blue;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	border:none;
	margin-right:10px;
	margin-left:10px; 
	font-size:1.1em;
}
#meny a:hover {
	color:blue;	
	text-decoration:underline;
}

#meny .current {
	color:#c33;	
}

#resultattabell table {
	border: none;
	background-color: white; 
	padding: 4px;
	}
#resultattabell th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	}
#resultattabell td {
	border-bottom: 1px solid #99FFCC;

	}
#resultattabell h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: black;
	line-height: 1; 
	margin-bottom: 0.5em;

	}
#resultattabell ul{
	list-style-type: none;	
	color:#cc3333; 
	margin-bottom: 1.0em;
}
#resultattabell li {
	color: black;
	border:none;
	

}
#resultattabell .dag {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #fff;
	border-bottom:2px solid black; 
	border-right: 2px solid black; 
	border-top:1px solid black; 
	border-left: 1px solid black; 
	padding:2px;
	background-color:#cc3333;
	
	

}
#resultattabell .tabellhoyre {
	border-left: 1px solid #99FFCC;
	padding-left: 4px;
	font-size: 1.0em;
	

}
#resultattabell .tabellvenstre {
	
	text-align: center;
	font-size: 1.0em;
	

}



/* content */

#innhold {
	margin:0 auto;
}
.resultat {
width:770px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	float:left;
	padding:5px;
}

.hoved-del{
	width:665px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	float:right;
	padding:5px;
}

.side-meny{
	width:205px;
	padding:5px;
	float:left;
	background-color:#99FFCC;
}
.venstreside-ul { 
	list-style-type: square;	
	color:#cc3333; 
	margin:0 1.5em 1.5em 1.5em;}


img{
	border:1px solid #009966;
	padding:2px;
	background-color:#fff;
	margin:10px;
	margin-top:0;
}
.imglogo{
	border:4px solid #c33;
	padding:0px;
	background-color:#fff;
	margin:0px;
	margin-top:0;
}
.logojpg {
	border:1px solid #999;
	padding:3px;
	background-color:#fff;
	margin:10px;
	margin-top:0;
	display: block;
}

/* footer */
#footer {

	margin:0px auto;
	color:#000;
	border-top:1px solid #006666;
	height:25px;
	padding-top:5px;
	

	
}
.dato {
	font-size: 1.0em;
	color: black ;}
li {
	border-bottom:1px solid #000;
	line-height: 1.5;}
.team {
	display: block; }
.temptab {
border: 0px; }
.temptd  {
border: 0px; }
.priser {
border-left: 1px solid; border-bottom: 1px solid;}
.priserth {
border-left: 1px solid; border-bottom: 1px solid; border-top: 1px solid;}
.oppgave { font-weight: bold; }