@import url("/layout/forum.css");
@import url("/layout/salgstoppen.css");
@import url("/layout/nyhetstikker.css");
@import url("/layout/minibrosjyre.css");
@import url("/layout/kalkulator.css");
@import url("/css/menu.css");

body {
	margin: 10px 0px;
	font-family: Arial, Verdana;
	line-height: 125%;
}
a {
	font-weight: bold;
	color: #b60a53;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
td {
	line-height: 125%;
}
ul {
	margin-left: 15px;
	padding: 0px 0px;
	line-height: 125%;
}
div.main {
	width: 997px;
	overflow: hidden;
}
div.top {
	width: 997px;
	vertical-align: bottom;
	display: block;
	height: 65px;
}
div.meny {
	background-color: #e7e7e7;
	height: 22px;
	line-height: 22px;
	width: 997px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}
div.undermeny {
	width: 997px;

	background-image: url("/gfx/innholdtopbg.jpg");
	background-repeat: repeat-x;

	height: 22px;
	line-height: 22px;
}
div.undermenyinaktiv {
	width: 997px;

	background-image: url("/gfx/submenubg2.jpg");
	background-repeat: repeat-x;

	height: 22px;
	line-height: 22px;
}
div.sidebar {
	float: left;
	clear: left;
	width: 180px;
}
div.sidebarright {
	width: 217px;
	float: right;
	clear:right;
}
div.innhold {
	width: 500px;
	float:left;
}
div.innholdbrosjyre {
	width: 817px;
	float: right;
}
div.bottombar {
	float: left;
	clear: left right;
	width: 997px;
}
div.referanser {
	float: right;
	background-color: #e7e7e7;
	padding: 5px 10px;
	margin: 10px 0px;
}

.imp {
	border: 1px solid #a5a5a5;
}
div#ticker {
	clear: both;
	text-align: center;
	height: 22px;
}
div#flashcontent {
	width: 500px;
	height: 360px;
	overflow: hidden;
}
/*
---------------------------
rss
---------------------------
*/
td.rad1 {
	border-bottom: 1px dotted #efefef;
	padding: 2px 0px;
}
td.rad2 {
	border-bottom: 1px dotted #efefef;
	padding: 2px 0px;
}
a.rsslink {
	color: #a5a5a5;
	text-decoration: none;
	font-weight: normal;
}

.mattgraastor {
	color: #545454;
	font-size: 12px;
	font-weight: normal;
}
.mattgraaliten {
	color: #a5a5a5;
	font-size: 10px;
	line-height: 125%;
}

div#creditsContainer {
	width: 500px;
	margin: 0px auto;
	padding: 20px 5px;
	color: #a5a5a5;
	font-size: 11px;
	text-align: center;
}

div#creditsContainer a {
	color: #a5a5a5;
	text-decoration: underline;
}