/* CSS Document */

body {
	font-family: Courier, "Courier New", monospace;
	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: 12px;
	font-weight: 400;
	color: #000;
}
a:link {
	text-decoration: none;
	color: #000;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline;
	font-style: normal;
}
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: 12px;
	font-weight: 400;
	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: 225px;
	overflow: auto;
	top: 40px;
	bottom: 0;
	left: 0px;
	position: fixed;
	height: 100%;
}

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

.container {
	padding: 40px;
	background-color: #transparent;
	zoom: 1;
        filter: alpha(opacity=100);
        opacity: 1;
}
iframe {
	height: 555px;
	width: 170px;
}