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

* { margin: 0; padding: 0 }
body { background: #f1f1f1 url(images/body.gif) repeat-x; text-align: center }

#header, #wrap, #footer, #logo, #container { position: relative; margin: 0 auto }

#wrap { 
	text-align: left;
	width: 100%;
	background: #fff;
}

#header { 
	height: 226px;
	background: url(images/header.gif) no-repeat top right;
	width: 990px;
}

#end { clear: both }

#footer {
	text-align: center;
	height: 180px;
	background: #f1f1f1;
	width: 100%;
}
#footer p { color: #333; padding-top: 25px  }

#container {
	width: 990px;
	background: #fff;
	padding: 0 0 35px 0;
	
}

#content {
	width: 570px;
	padding: 20px 0 0 0;
	float: left;
}

#sidebar1 {
	width: 200px;
	float: left;
}

#sidebar2 {
	width: 200px;
	float: right;
	margin: 20px 0 0 0;
}

.snews {
	background: url(images/bgsnews.gif) repeat-y;
}

h2.nyheter { 
	background: url(images/bgnewstop.gif) no-repeat;
	padding: 20px 13px 0 13px;
}

.bnews { 
	background: url(images/bgnewsbottom.gif) no-repeat;
	height: 30px; width: 200px
}
.newscontent { padding: 13px}

p.flere { padding: 0 13px 0 13px }

#logo a {
	display: block; position: absolute;
	background: url(images/logo.gif) no-repeat;
	left: 0px; top: 55px;
	width: 459px; height: 84px }
#logo a span { display: none }
#logo2 a {
	display: block; position: absolute;
	background: url(images/logo2.gif) no-repeat;
	left: 0px; top: 56px;
	width: 483px; height: 82px }
#logo2 a span { display: none }

#sidebar1 ul, #sidebar1 li, #sidebar2 ul, #sidebar2 li { list-style-type: none }
#content ul, #content ol, #content li { margin-left: 20px }
#content ul, #content ol { margin-bottom: 10px }

img.alignright { float: right; margin: 5px 0 10px 10px }
img.alignleft { float: left; margin: 5px 10px 10px 0 }
.wp-caption.alignright { float: right; margin: 5px 0 10px 10px; padding: 10px 0 5px 10px; background: #eee; border: 1px solid #ccc }
.wp-caption.alignleft { float: left; margin: 5px 10px 10px 0; padding: 10px 0 5px 10px; background: #eee; border: 1px solid #ccc }
p.wp-caption-text { text-align: center; margin: 0; padding: 0 10px 0 0; font-size: 0.8em }

.clear { clear: left } 

pre { margin: 0 0 20px 0 }

table, th, tr, td, img { border: none }

#content.forsiden h1.pagetitle, #content.redoverskrift h1.pagetitle { display: none }