html, body {
  height: 100%;
}
.nagl {
	font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #D48718;
}
.nagl1 {
	font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #D48718;
  text-align: left;
}  
.tekst {
	font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
.linkblack {
	color:#D48718;
	text-decoration: none;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold
}
a.linkblack:hover {
	color:#FFFFFF;
	text-decoration: underline;
}
a.linkblack1 {
	color:#FFFFFF;
	text-decoration: none;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}
a.linkblack1:hover {
	color:#FFCC00;
	text-decoration: underline;
}
.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
}

input, select, textarea {
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #000000;
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  margin: 1px;
}
a {
	color:#FFEA98;
	text-decoration: none;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
}
a:hover {
	color:#FFCC00;
	text-decoration: underline;
}

.tekst a img {
  border-width: 1px;
  border-color: #FFEA98;
  border-style: solid;
}

.tekst a:hover img {
  border-width: 1px;
  border-color: #D48722;
  border-style: solid;
}

.photos_img {
  border-width: 1px;
  border-color: #000000;
  border-style: solid;
}