/* 

KULT AT DU SJEKKER UT CSS FILEN!
DENNE ER SKREVET AV EIGIL MOE (C) 2008-09.

*/

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

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

html {
	background: #fff url(images/bg_html.jpg)
}

html,body {
	height: 100%
}

body {
	background: url(images/bg_body.png) no-repeat top center;
	min-height: 1167px;
	min-width: 988px;
	margin: 0 0 0 1px
}

body,#footer,#footer p {
	text-align: center
}

#footer,#wrap,#header {
	margin: 0 auto
}

#wrap {
	position: relative;
	text-align: left;
	background: url(images/bg_wrap.png) repeat-y
}

#wrap,#header {
	width: 988px
}

#header {
	height: 550px;
	background: url(images/bg_header.jpg) no-repeat 9px 38px
}

#container {
	background: url(images/bg_wrap-right.png) no-repeat 721px 0;
	min-height: 500px
}

#end {
	clear: both
}

#footer {
	width: 100%;
	height: 200px;
	background: url(images/bg_footer.png) no-repeat 50% 0
}

#footer p {
	padding: 90px 0 0 0
}

#content {
	width: 650px;
	padding: 10px 0 0 40px
}

#content,#sidebar1 {
	float: left
}

#sidebar1 {
	width: 250px;
	padding-left: 39px;
}

.clear { clear: both }

ul.innhold li {
	margin: 0 0 0 15px;
}
ul.innhold {
	margin: 0 0 10px 0;
}