body {
	margin : 0px 0px 0px 0px;
	background-color: #ffffff;
	background-image: url(images/winterbg.png);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position: 50% 0%;
	
}

address, blockquote, body, caption, center, dd, dir, div, dl, dt, h1, h2, h3, h4, h5, h6, menu, ol, td, th
{
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
}

A:link		{color: blue; background-color: transparent; text-decoration: none;}
A:visited	{color: blue; background-color: transparent; text-decoration: none;}
A:active		{color: blue; background-color: transparent; text-decoration: none;}
A:hover		{color: blue; background-color: transparent; text-decoration: underline;}

A.black:link		{color: Black; background-color: transparent; text-decoration: none;}
A.black:visited	{color: Black; background-color: transparent; text-decoration: none;}
A.black:active		{color: Black; background-color: transparent; text-decoration: none;}
A.black:hover		{color: Black; background-color: transparent; text-decoration: underline;}

  .hand 
{ 
  cursor: hand;
}

.rubrik {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	color: #333333; }
	
.ramCss
{
  border-top: 0px none;
  border-left: 3px solid #2677a8;
  border-right: 3px solid #2677a8;
  border-bottom: 3px solid #2677a8;
  padding: 0px;
}

.border {
	padding: 0px;
	border-top: 0px none;
	border-right: 1px solid #69BDEA;
	border-left: 1px solid #69BDEA;
	border-bottom: 1px solid #69BDEA;
	background-color: #ffffff;
}

.faktarutaYellow {
	background-color: #FFFF99;
	border: solid 1px #F9CD1E;
	padding: 6px;
	}