/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #f3e9cc;
	background-image: url(/images/siteBG.gif);
	background-repeat: repeat-x;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;	
}
a:hover {
	color: #ffa003;
	text-decoration: underline;
}
a:active {
	color: #ffa003;
}
h3{
	color:#ffa003;
}
h4{
	color:#ffa003;
}

.mainAreaBG {
	background-color: #FFFFFF;
	background-image: url(/images/mainAreaBG.gif);
	background-repeat: repeat-y;
	padding-left: 22px;
	padding-right: 22px;
}
.toppAreaBG {
	background-image: url(/images/toppAreaBG.gif);
	background-repeat: repeat-y;
	padding-right: 22px;
}
.bottomArea{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-image: url(/images/Bunn.gif);
	background-repeat: repeat-y;
	padding-right: 22px;
	padding-left: 130px;
}
.subPageMain{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-image: url(/images/subPage_BG.jpg);
	background-repeat: repeat-y;
	padding-right: 34px;
	padding-left: 34px;
	padding-top: 25px;
	padding-bottom: 25px;
}
.ArtikkelTittel {
	font-size: 16px;
	color: #ff9f00;
	font-weight: bold;
}
.ArtHeading {
	font-size: 16px;
	color: #ff9f00;
	font-weight: bold;
}
.menuOff {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*font-weight: bold;*/
	padding-left: 12px;
	padding-right: 4px;	
	color: #FFFFFF;
	background-color: #682F72;
	background-image: url(/images/menu_off.gif);
	background-repeat: no-repeat;
	background-position: right;
	cursor: pointer;
}
.menuOn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*font-weight: bold;*/
	padding-left: 12px;
	padding-right: 4px;
	color: #FFFFFF;
	background-color: #ff9f00;
	background-image: url(/images/menu_on.gif);
	background-repeat: no-repeat;
	background-position: right;
	cursor: pointer;
}
.LMenyItem{
  width: 185px;
  height: 15px;
  border-bottom: solid 1px #d6d6d6;
  margin: 0px;
  padding: 0px;
  color: #000000;
}
a.LMenyItem:link {
	color: #000000;
	text-decoration: none;
}
a.LMenyItem:visited {
	color: #000000;
	text-decoration: none;	
}
a.LMenyItem:hover{
	color: #ffa003;
	text-decoration: none;
}
a.LMenyItem:active {
	color: #ffa003;
}
/*a.LMenyItem:link {
  text-decoration: none;
  outline: none;
  color: #000000;
}
a.LMenyItem:hover {
  color: #ffa003;
  text-decoration: none;
}
a.LMenyItem:active {
  color: #ffa003;
  text-decoration: none;
}
a.LMenyItem:visited {
  color: #000000;
  text-decoration: none;
}*/

.LMenyItemSelected{
  width: 185px;
  height: 15px;
  border-bottom: solid 1px #d6d6d6;
  margin: 0px;
  padding: 0px;
  color:#ffa003;
}
a.LMenyItemSelected:link {
	color: #ffa003;
	text-decoration: none;
}
a.LMenyItemSelected:visited {
	color: #ffa003;
	text-decoration: none;	
}
a.LMenyItemSelected:hover {
	color: #ffa003;
	text-decoration: none;
}
a.LMenyItemSelected:active {
	color: #ffa003;
}
/*
a.LMenyItemSelected:link {
  text-decoration: none;
  outline: none;
  color: #ffa003;
}
a.LMenyItemSelected:hover {
  color: #ffa003;
  text-decoration: none;
}
a.LMenyItemSelected:active {
  color: #ffa003;
  text-decoration: none;
}
a.LMenyItemSelected:visited {
  color: #ffa003;
  text-decoration: none;
}*/