/* CSS Document */

div { text-align: left; }
.wrap {
	position: relative;
}
.floral {
	position: absolute;
	top: 90px;
	left: -201px;
	width: 201px;
	z-index: 99;
}
.site {
	width: 768px;
	overflow: hidden;
	padding: 0px;
	background: #fff;
	margin: 0px 0px 0px 0px;
}
.content {
	padding: 10px;
	background: #fff;
}
.main {
	float: left;
	width: 518px;
}
.meny {
	float: right;
	width: 220px;
}
.topp {
	margin: 0px 10px 0px 10px;
	height: 46px;
	background: #fff;
}
.logo {
	padding: 10px;
	background: #fff;
}
.bottom {
	width: 768px;
	padding: 0px;
	background: #fff url('/grafikk/bg_bottom_new.png') no-repeat;
	overflow: hidden;
}


.ad_top {
	width:900px;
	height:150px;
	margin-left:180px;
}

.ad_left_skyskraper {
	position: absolute;
	top: 0;
	left: 0;
	width: 180px;
	overflow: hidden;
}

.ad_right_skyskraper {
	position: absolute;
	top: 0;
	left: 1080px;
	height: 1000px;
	overflow: hidden;
}


.left {
	float: left;
	padding-bottom: 6px;
	width: 560px;
}
.left2 {
	float: left;
	padding-bottom: 6px;
	width: 460px;
}
.left3 {
	float: left;
	padding-bottom: 6px;
	width: 390px;
}
.right {
	float: right;
	padding-bottom: 6px;
	width: 220px;
}
.right2 {
	float: right;
	padding-bottom: 6px;
	width: 320px;
}
.right3 {
	float: right;
	padding-bottom: 6px;
	width: 390px;
}

/* Box */
.box_header {
	background: url('/grafikk/box_header.png') no-repeat;
	width: 265px;
	height: 20px;
	color: #fff;
	font-weight: bold;
	padding: 4px 0px 0px 10px;
}
.box {
	background: #efefef;
	padding: 10px;
	margin-bottom: 10px;
}
.faktaboks {
	background: #000;
	color: #fff;
	padding: 10px;
	margin-bottom: 10px;
}
.faktaboks a:link, .faktaboks a:link, .faktaboks a:active, .faktaboks a:visited, .tfaktaboksekst a:hover {
	text-decoration: underline;
	color: #fff;
}
.box2 {
	background: #fff;
	border: 1px solid #ddd;
	padding: 5px;
}
.box_border {
	border: 1px solid #ddd;
}

/* Search */
.search {
	background: url('/grafikk/search_box.gif') no-repeat;
	width: 280px;
	height: 26px;
	margin: 0px;
	padding-left: 10px;
	padding-right: 5px;
	padding-top: 6px;
	font-weight: bold;
	border: 0;
}
.search_submit {
	background: url('/grafikk/search_submit.gif') no-repeat;
	width: 36px;
	height: 32px;
	margin: 0px;
	margin-top: 1px;
	border: 0;
	outline: none;
	cursor: pointer;
}