@import url("typography.css");
@import url("navigation.css");
@import url("widgets.css");

* {
	margin:0;
	padding:0;
	border:0;
}

body,html {
	height:100%
}

html {
	background:#000 url(images/html.gif) repeat-x 0 0;
}

body {
	background:url(images/body.gif) no-repeat 10px 90px;
}

#wrap {
	text-align:left;
}

#header,#wrap,#footer {
	width:980px
}
#header {
	height:265px;
}

body.std #header {
	background: url(images/header-std.jpg) no-repeat 459px 20px;
}
body.om #header {
	background: url(images/header-om.jpg) no-repeat 459px 20px;
}
body.nyheter #header {
	background: url(images/header-nyheter.jpg) no-repeat 459px 20px;
}
body.produkter #header {
	height:285px;
	background: url(images/header-produkter.jpg) no-repeat 459px 20px;
}
body.produsenter #header {
	background: url(images/header-produsenter.jpg) no-repeat 459px 20px;
}

body.hjem #header {
	background: url(images/header-hjem.jpg) no-repeat 459px 20px;
	height: 350px;
}
body.eng #header {
	background: url(images/header-eng.jpg) no-repeat 459px 20px;
}


#container {
}

#end,.clear {
	clear:both
}

#footer {
	height:50px;
}

#footer p.kred2, #footer p.kred2 a {
	font-size: 11px;
	color: #fff;
	margin: 0
}
#footer p.kred1, #footer p.kred1 a {
	font-size: 9px;
	color: #d3d3ae
}

#footer p.kred2 {
	text-align: center;
	padding: 0 0 0 455px;
	margin: 10px 0 0 0;
}
#footer p.kred1 {
	text-align: center;
	padding: 0 0 0 455px;
	margin: 0 0 0 0;
}

#footer p a {
	text-decoration: underline
}

#content {
	width:480px;
	min-height: 250px;
	padding:20px 20px 50px 20px;
	margin: 0;
	background: #d3d3ae
}

#content.hvit, body.produkter #content.page {
	background: #fff
}

#kol1,#content {
	float:left;
	position: relative
}

#kol1 {
	width:410px;
	padding:0 19px 0 30px;
	text-align: right
}

#logo a {
	position:absolute;
	display: block;
	left:145px;
	top:85px;
	width:220px;
	height:105px
}

#logo a span {
	display:none
}

.login {
	margin: 10px 0 0 0;
	background: #3a3a3a;
	color: #fff;
	display: block;
	cursor: pointer
}

#flash { position: absolute; top: 20px; left: 459px; width: 520px; height: 185px; }
