@charset "UTF-8";
/* CSS Document */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: left;
	margin: 0px;
	padding: 0px;
	font-size: 10px;
}
a:link {
	text-decoration: none;
	color: #000;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #000;
	text-align: left;
}
img {
	margin-bottom: 15px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 15px;
}
.tittel {
	font-size: 20px;
	font-weight: lighter;
	text-align: center;
}
.under_overskrift {
	font-size: 18px;
	font-style: italic;
	text-decoration: line-through;
}
.intro_skrift {
	font-size: 10px;
	font-style: normal;
	font-variant: normal;
	line-height: 17px;
}
.vanlig_tekst {
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	line-height: 18px;
}
.lten_tekst {
	font-size: 7px;
	text-transform: uppercase;
}
table tr {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#menu {
	width: 180px;
	overflow: auto;
	top: 40px;
	bottom: 0;
	left: 60px;
	position: fixed;
	height: 100%;
}

#content {
	height: 100%;
	top: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 260px;
	padding-top: 40px;
}

.container {
	padding: 5px;
	background-color: #FFF;
	zoom: 1;
        filter: alpha(opacity=50);
        opacity: 0.6;

}
iframe {
	height: 660px;
	width: 170px;
}

