/*
Den löpande texten
*/
body 
{
    font-family:Verdana, Arial, sans-serif;
	font-size:.7em;
	margin-left: 10px;
	color:#003366;
	background-color:#ffffff;
		 
	}
    	 
/*
	Fonts
*/

/* heading */
h1
{
	font-weight:bold;
	 font-size:1.3em;}

	 
h2
{
	 font-weight:bold;
	 font-size:1.1em;}
	 
	 
h3 {
font: italic 1.1em "Verdana", "Arial", sans-serif;
}


h4
{
	font-weight:bold;
	 font-size:1em;}
	 
	 
h5
{
font: 0.94em "Verdana", "Arial", sans-serif;

/* heading */


.tree 
{
	 margin-left:10px;
	 }

/*LISTA*/
li { line-height:1.3em;}
 

	 
.errorlabel
{
	font-weight:bold;
	 font-size:1.2em;
	  color:Red;
	  }
.meny 
{
	font-family:Tahoma;
	 margin-left:20px;
	 margin-right:10px;
	 margin-bottom:10px;
	font-weight: lighter;
	font-size:1.1em;
	color:Blue;
	letter-spacing:2px;
	}
/*
	Links
*/

INPUT
{
	font-family:Verdana;
	font-size:1.0em;
	}
.text	
{
	font-family:Verdana;
	font-size:1.0em;
	}
a
{
	color: #990000;
	text-decoration: underline;
    }
a:hover
{
	color: #003366;
	font-size: 1.0em;
    }
a:visited
{
    color:#7F38EC;
    }

a:visited:hover
{
    color: #003366;
	font-size: 1.0em;
    }
    
.wizardstep 
{
	margin-left: 10px;
	 font-size:1.0em;
	 }
.Nyhetsbrev 
{
	font-family: Courier;
	font-size:small;
	}
/*
	Colors
*/

.White
{
	color: white;
}

.Black
{
	color: black;
}


/*
	TopMenu
*/

a.TopMenuItem
{
	color: #006c70;
	text-decoration: none;
}

/*
  SingelMenu
*/

a.SingelMenuItem
{
	text-decoration: none;
	color: white;
}

a.SingelMenuSelectedItem
{
	text-decoration: none;
	color: #006c70;
}

/*
	MainMenu
*/

a.MainMenuItem
{
	text-decoration: none;
	color: white;
}

a.MainMenuSelectedItem
{
	text-decoration: none;
	color: #006c70;
}

/*
	SubMenu
*/

a.SubMenuItem
{
	text-decoration: none;
	color: #006c70;
}

/*
	LeftMenu
*/

a.LeftMenuItem
{
	color: #006c70;
	text-decoration: none;
}

/*
	Header
*/

a.HeaderItem
{
	color: #006a70;
	text-decoration: none;
}


/*
	Footer
*/

a.FooterItem
{
	color: #006b72;
	text-decoration: none;
}