/* ------------------- General ------------------- */

body {
	padding: 0;
	margin: 0;
	color: #b48f00;
	background: #303030;
	text-align: center;
}

h1, h2 {
	margin-top: 0;
	margin-top: 0;
}

/* ------------------- Classes ------------------- */

/* ------------------- Design frame--------------- */

div#container {
	display: block;
	width: 917px;
	margin: 0 auto;
	position: relative;
	background: #1c1c1c url("/media/images/design/content_bg.gif") repeat-y center top;
	text-align: left;
}

/* Top */

div#top {
	display: block;
	position: relative;
	text-align: center;
	padding-top: 12px;
}

div#logged_in_as {
	position: absolute;
	right: 27px;
	top: 158px;
	font-size: 8pt;
}

div#logged_in_as, div#logged_in_as a {
	color: #dcbd43;
}

/* Main container */

div#maincontainer {
	display: block;
	width: 868px;
	position: relative;
	margin: 8px 0 0 24px;
}

/* Menu */

/* see all-stylesheet */

/* Content */

div#content {
	display: block;
	width: 658px;
	position: relative;
	min-height: 375px;
	top: 0;
	left: 205px;
	height: 100%;
	font-family: Arial, sans-serif;
}

/* Bottom */

div#bottom {
	display: block;
	position: relative;
	width: 917px;
	height: 60px;
	background: #303030 url("/media/images/design/content_bottom.gif") no-repeat center top;
/*	padding-bottom: 10px; */
}

div#bottom div#nhhs {
	display: block;
	position: absolute;
	top: 28px;
	left: 12px;
/*	padding-bottom: 10px; */
}

div#bottom div#footer {
	display: block;
	position: absolute;
	top: 32px;
	left: 150px;
	width: 617px;
	text-align: center;
/*	padding-bottom: 10px; */
	color: #4D4D4D;
	font-size: 8pt;
}

div#bottom div#footer a:link, 
div#bottom div#footer a:active, 
div#bottom div#footer a:visited {
	text-decoration: none;
	color: #4D4D4D;
}

div#bottom div#footer a:hover {
	text-decoration: underline;
	color: #4D4D4D;
}

div#bottom div#deloitte {
	display: block;
	position: absolute;
	top: 28px;
	right: 12px;
}

/* ------------------- Other ------------------- */

/* Form fields */

input, textarea, select {
	background: #1c1c1c;
	color: #b48f00;
	border: #7e6d2b inset 2px;
}

input.button {
	background: #434242 url("/media/images/design/form_elements/input_button_bg.gif") repeat-x left top;
	padding: 3px 5px 3px 5px;
	color: #b48f00;
	border: #927e31 outset 2px;
}

input.radio {
	border: 0;
}

/* Samarbeidspartnere */

div.samarbeid {
	text-align: center;
	padding: 20px 0 20px 0;
}

/* Front text */

div#front_text {
	text-align: center;
	padding-top: 63px;
}

*/ Full width */

p.min_height_debattpanel {
	height: 442px;
}


.pointertext {
	background: url("/media/images/elements/pointer.gif") no-repeat left top;
	height: 23px;
	padding-left: 29px;
	padding-top: 7px;
	margin-top: -2px;
	
}
