@import url("typography.css");
@import url("dropdown/dropdown.css");
@import url("dropdown/default.css");

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

#header, #wrap, #footer, #logo { position: relative; margin: 0 auto; width: 850px }

#wrap { 
	text-align: left;
}

#header { 
	height: 299px;
	text-align: center;
	width: 100%;
	background: url(images/header.jpg) 50% 210px repeat-x;
}
	
#header h1, .description { display: none }

/* Footer */

#end { clear: both }

#footer {
	height: 34px;
	text-align: center
}
#footer p { color: #333; padding: 0 0 0 30px; font-weight: bold }

#container {
}

/* Innhold */

#content {
	width: 850px;
	overflow: hidden;
	padding: 20px 0 30px 0px;
	float:left;
}
  
/* Sidebars */

#sidebar1 {
	width: 207px;
	padding-right: 31px; background: url(images/sidebar.gif) no-repeat;
	float: right;
}

#snews { padding: 0px 0px 0px 20px; margin: 70px 0 0 0; width: 163px }

img.simg { margin: 10px 0 15px 0 }


/* Logo */

#logo {
	text-align: left;
}
#logo a {
	display: block; position: absolute;
	left: 1px; top: 11px;
	width: 258px; height: 41px }
#logo a span { display: none }

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

#content.forsiden h1.pagetitle { display: none }
#content.redoverskrift h1.pagetitle { display: none }
img.head { margin-bottom: 20px }
img.head2 { margin: 50px 0 20px 0 }
#flash { position: relative; top: 0px; margin: 0 auto; width: 260px; height: 170px; }

img.alignright { float: right; margin: 0 0 20px 20px }
img.alignleft { float: left; margin: 0 20px 20px 0 }

.clear { clear: both } 

pre { margin: 0 0 20px 0 }

#sokeform {
	position: absolute;
	top: 14px; right: 17px;
	width: 200px; height: 20px;
	margin: 0; padding: 0
}
#sokeform input, #sokeform input:hover, #sokeform input:active, #sokeform input:focus {
	position: absolute;
	top: 5px; left: 1px;
	width: 130px; padding: 0;
	border: none;
	background: transparent
}

input#searchsubmit, input#searchsubmit:hover {
	position: absolute;
	left: 130px; top: 3px;
	width: 30px; height: 20px;
	cursor: pointer;
}

.partner img { clear: both; margin: 10px 0 10px 0 }

p.sidetxt { width: 100px; float: right }

table, tr, td, fieldset { border: 0 }

#content.index .post { border-bottom: 1px solid #ccc; margin: 0 0 20px 0; padding: 0 0 20px 0 }
p.tilbake { padding: 20px 0 0 0 }

fieldset input { border: 1px solid #999 }
