/* Hovringen Document */

body {
	background-color: #939DB6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	padding: 0 0;
	margin: 0 0;
}
.repeat
{
	background-image:url(../images/repeat.jpg);
	background-repeat:repeat-y;
}
hr
{
	height: 1px;
	width: 100%;
	color: #D0A302;
}

table 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
}



h1
{
	font-size: 20px;
	padding-left: 0px;
	padding-top: 14px;
	padding-bottom: 8px;
	margin-bottom: 8px;
	color: #3b5aa5;
}

h2
{
	font-size: 18px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 8px;
	margin-bottom: 8px;
	color: #3b5aa5;
}

h3
{
	font-size: 16px;
	padding-left: 0px;
	padding-top: 14px;
	padding-bottom: 8px;
	margin-bottom: 8px;
	color: #3b5aa5;
}

img {
	border: none;

}

p {
color: #fff;
}

#txtprofile {
color: #fff;
/*padding-left: 14px;
padding-top: 10px;*/

}

.ver_link{
color:#FFFFFF;
text-decoration: none;
padding-left: 14px;
}

a:link {
color:#000;
text-decoration: none;
}

a, a:active {
color: #000;
text-decoration: none;
}

a:hover {
color: #000;
text-decoration: underline;
/*font-weight: bold;*/
}

a:visited {
color: #000;
text-decoration: none;
}



td
{
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: normal;
	padding: 0 0;
	margin: 0 0;
}
/*td.innhold
{
	margin:20px 20px 20px 20px;
	padding:20px 20px 20px 20px;
}*/

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	line-height: 18px;
}
.menybackdrop {
background-color:#E1D6B8;
border-right:1px solid #49390E;
}
/*
To make the links active for the full width of the DIV, I made them display: block;. This works for everything but IE/Windows. If you give the block an explicit width of 100%, then IE/Windows plays along. But doing this creates problems with IE5/Mac and Netscape/Mozilla. So I used the child selector “>” to redefine the width to auto.*/


/* Notat til stilene: Det er viktig med padding/marginer for å få menyvalgene til å se like ut for ulike typer tekst og innhold! */


html>body #navcontainer li a { width: auto; } /* Les forklaring på denne stilen over */

#navcontainer
{ /* Hele containeren for menyen (samt stiler) */
  width: 167px;
  padding: 0px;
  margin-bottom: 0.5em;
  font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
  color: #fff;
}
#navcontainer ul
{
  list-style: none;
  margin: 0px;
  padding: 0px;
  border: none;
}
#navcontainer ul ul
{
  list-style: none;
  margin: 0px;
  padding: 0px;
  border: none;
}
#navcontainer li
{ /* Første nivå list items*/
  border-bottom: 1px solid #cfa101;
  margin: 0;
}
#navcontainer li a 
{ /* Første nivå list items for linker */
  display: block;
  padding: 6px .5em 6px .5em;
  border-left: 8px solid #224496;
  color: #fff;
  text-decoration: none;
}
#navcontainer li a:hover
{ /* Første nivå list items for linker hover */
  border-left: 8px solid #fff;
  background-color: #4467bb;
  color: #000;
}
#navcontainer li li 
{ /* Andre nivå lists item*/
  border-top: 1px solid #5881e5;
  border-bottom: 0;
  margin: 0;
}
#navcontainer li li a 
{ /* Andre nivå list item for linker */
  padding: 6px .5em 6px 1.4em;
  background-color: #4467bb;
}
#navcontainer li li li a
{ /* Tredje nivå list item for linker*/
  padding: 6px .5em 6px 1.9em;
  background-color: #476cc7;
}
#selected { /* Den linken i listen som er valgt! Dvs. current page besøkeren er på */
  border-left: 8px solid #628ffb;
  padding: 6px .5em 6px 2.4em;
  background-color: #4f79dc;
  color: #000;
}
#parent_to_selected
{
  border-left: 8px solid #4b6fc6;
  padding: 6px .5em 6px 1.8em;
  background-color: #4366bc;
  color: #000;
}
#parent_to_selected li
{
  display: block;
  padding: 6px .5em 6px .5em;
  background-color: #e1d6b8;
  border-left: 8px solid #3b5aa5;
  color: #000;
  text-decoration: none;
}