body {
	background-color: #FAFAFA;
	color: BLACK;
	font-family: 'times new roman';
	font-size: small;
}
table {
	vertical-align: top;
	font-size: small;
}
caption
{
	width: 99%;
	background-color: #00B200;
	color: black;
}

a{
  color: #008001; 
  background-color: transparent;
}
.link {
  color: #008001;
  text-decoration: underline;
  background-color: transparent;
}
.underline {
	text-decoration: underline
}
.overskrift {
  background-color: GREEN;
  color: white; 
  font-weight: bolder;
  font-size: larger;
  padding:4px;
}
.overskrift SPAN
{
	color: black;
}

.overskrift2 {
  background-color: GREEN;
  color: white; 
  font-weight: bolder;
  padding:3px;
}
.overskrift2 a{
  color:white;
  text-decoration:underline;
}

.button {
  font-weight: bold;
  text-align: center;
  margin-bottom: 3px;
  margin-top: 3px;
}

.button a {
  padding: 4px;
  text-decoration: none;
  display: block;
  color: #224059;
  background-color: #b5c9e2;
  border-top: 2px #cce3ff solid;
  border-left: 2px #cce3ff solid;
  border-bottom: 2px #31557f solid;
  border-right: 2px #31557f solid;
}

.button a:hover {
  background-color: #99aabf;
  border-top: 2px #31557f solid;
  border-left: 2px #31557f solid;
  border-bottom: 2px #cce3ff solid;
  border-right: 2px #cce3ff solid;
}

.kategoriimage {
	vertical-align: middle
}
img {
	border: medium none;
}
.nyhetheader {
	background-color: #90EE90; 
	border: black thin solid;
	color: black; 
	margin-left: 0px; 
	margin-right: 0px; 
	padding-left: 0px; 
	padding-right: 0px; 
	width: 100%
}
.center {
	text-align: center;
}
.strong {
	font-weight: bolder;
}
.xsmall {
	font-size: x-small;
}
.small {
	font-size: small;
}
th {
	color: black;
	background-color: #00B200;
}
td {
	vertical-align: top;
}
caption {
	font-weight: bolder;
}
.noborder {
	border: none;
}
.border {
	border: green thin solid;
}
.menyheader {
  font-size: larger;
	color: white !important; 
	font-weight: bolder; 
	background-position : left;
	background-repeat : no-repeat;
        background-color: GREEN;
	text-decoration: none;
}
.menyheader a{
	text-decoration: none;
	color: white !important; 
}
.menyheaderright {
	color: white !important; 
	font-weight: bolder; 
	background-position : left;
	background-repeat : no-repeat;
	text-align: right;
        background-color: GREEN;
}
.meny a{
	text-decoration: none;
	color: black;
}
.meny{
  color: black;
  border: thin green solid;
  margin-bottom: 5px;
  background-color: #90EE90;
  padding: 3px;
}
.meny img{
  text-align:center;
}
.meny *
{
	color: black;
}
.black {
	color: black;
}
legend{
  font-weight: bolder;
}

