/************************************************************
	Generelle
************************************************************/
html, body {
	color: #000;
	background: #000;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}
p {
	margin: 0px 0px 8px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
h1 {
	font-size: 37px;
	line-height: 39px;
	margin: 46px 0px 35px;
	letter-spacing: -0.05em;
}
h2 {
	font-size: 23px;
	line-height: 25px;
	margin: 27px 0px 20px;
	letter-spacing: -0.04em;
}
h3 {
	font-size: 14px;
	line-height: 16px;
	margin: 15px 0px 9px;
	letter-spacing: -0.025em;
}
a {
	color: #00f;
	background: transparent;
	text-decoration: none;
}
a:hover {
	color: #fff;
	background: #00f;
}
a:active {
	color: #ff0;
	background: #f00;
}
/************************************************************
	Spesielle
************************************************************/
.ingress {
	font-size: 14px;
	line-height: 18px;
	letter-spacing: -0.025em;
}
.by, .b, .bv, .bh {
	font-size: 10px;
	line-height: 14px;
}
.by {
	border-top: 1px solid #99c;
	border-bottom: 1px solid #99c;
}
.b {
	clear: both;
	margin: 12px 0px 20px;
}
.bv {
	float: left;
	margin: 12px 16px 20px 0px;
}
.bh {
	float: right;
	margin: 12px 0px 20px 16px;
}
.b img, .bv img, .bh img {
	margin-bottom: 8px;
}
/************************************************************
	Unike
************************************************************/
#vindu {
	position: absolute;
	z-index: 10000;
	top: 214px;
	left: 175px;
	width: 300px;
	height: 391px;
	overflow: hidden;
}
#innhold {
	position: absolute;
	top: 0px;
	padding: 12px;
}
#Opp, #Ned {
	position: absolute;
	z-index: 10001;
	top: 215px;
	left: 490px;
	width: 100px;
	text-align: center;
	color: #009;
	background: transparent;
	padding: 6px;
	border: 1px outset #00f;
	cursor: pointer;
}
#Ned {
	z-index: 10002;
	top: 255px;
}
#Opp.aktiv, #Ned.aktiv {
	background: #00f;
	color: #fff;
}