
/* Orange iFront color: #FF6600, RGB: 255, 102, 0 */
/* Blue iFront color: #0A186C, RGB: 10, 24, 108 */


body {
margin:0;
padding:0;
  margin-left:auto;
  margin-right:auto;

  width:50em;
  background-color: #ebebeb; 
  font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
text-align:center;
font-size:0.9em;
}

#main 
{  
text-align:left;
}

ul.orangebullet
{ 
  list-style:none;
  margin-left:-2.5em;
}

/* IE 7 */ 
div > ul.orangebullet
{
     *margin-left:0em;
}

/* IE 6 */
ul.orangebullet
{
     _margin-left:0em;
}


ul.noBullet
{ 
  list-style:none;
}



ul.orangebullet li
{ 
padding : 0 0.8em;
background-image: url(../images/bullets/b-meny.gif);
background-repeat: no-repeat;
background-position:0 0.5em;
}

a, a:link, a:active, a:visited  {
	text-decoration: none;
color: #0e2b8d;
}

a:hover {
	text-decoration: none;
color: #fe5815;

}

.forward img
{
vertical-align:top;   
}

div.back
{
margin-top:0.5em; 
}
div.cLeftDiv, div.cLeftDiv50
{
  float:left;
}

div.cRightDiv, div.cRightDiv50
{
  float:right;
}

div.cLeftDiv50
{
  width:50%;
}

div.cRightDiv50
{
width:50%;
}

h1, h2, h3
{ 
color: #0e2b8d;
}

h2
{
margin: 0.4em 0;
}
h3
{
margin: 0.2em 0;
}





