/* ---------- BODY ---------- */

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background-color: #FFFFFF;
}

/* ---------- PAGE ---------- */

div#page {
	width: 540px;
	padding: 0;
}

/* ---------- HEADER ---------- */
div#header h1#logo a span {
	display: none;
}
h1#logotext {
	display: none;
}

/* ---------- TEMA MENU (INAKTIV?) ---------- */

div#temamenu {
	display: none;
}
/* ---------- MAIN CONTENT (WRAPPER) ---------- */

div#maincontent {
	/* background: white; */
	width: 100%; 
	overflow: hidden; 
	position: relative;
	padding-top: 1em;
	padding-bottom: 2em;
}

div#content, div#extramenu, div#menu {
	float: left;
}

/* ---------- CONTENT ---------- */

div#content {
	width: 540px; 
	padding: 0;
	/*margin-left: 180px; */
	color: #666;
	line-height: 150%;
	font-size: 1.2em;
}

* html div#content {
	display: inline;
}

div#content h1 {
	font-size: 1.8em;
	line-height: 1.4em;
	color: #666666;
	margin-bottom: 0.2em;
}

div#content h2 {
	font-size: 1.3em;
	font-weight: bold;
	color: #666;
	margin-bottom: 0;
}

div#content h3 {
	font-size: 1.1em;
	color: #666;
}

div#content h4 {
	font-size: 1.2em;
	color: #0099CC;
}

div#content p { margin-top: 0.2em; } 
div#content h3 { margin-bottom : 0; }
div#content h4 { margin-bottom : 0; margin-top: 0.5em; }
div#content h5 { margin-bottom : 0; }
div#content h6 { margin-bottom : 0; }

div#content a {
	color: #666666;
}

div#content ul li {
	margin-bottom: 0.5em;
}

div#content li {
}

div#content li li, div#content li li li {
	font-size: 1em;
	margin-bottom: 0;
}

div#content td {
	vertical-align: top;
} 

div#content th {
	vertical-align: top;
	text-align: left;
	font-weight: bold;
}

/* ---------- MENU (LEFT) ---------- */

div#menu {
	display: none;
}

/* ---------- EXTRAMENU (RIGHT) ---------- */

div#extramenu {
	display: none;
}

/* ---------- STATICCONTENT ---------- */
table.overview {
	font-size: 1.1em;
}
div#staticbottomcontent {
	margin: 20px 0 0 0;
}
div#staticcontent {
	font-size: 1.1em;
}

/* ------------------ NYHETER -------------------- */
div#posts h2 {
	/*color: #0099CC;*/
}
div#posts p.ingress {
	margin-bottom: 0;
	margin-top: 5px;
	font-size: 1.1em;
}
div.post h3 {
	clear: both;
	margin-top: 20px;
	margin-bottom: 0;
	color: #DD3C08;
}
div.post h3 a {
	text-decoration: none;
}
div#postcontent {
	font-size: 1.1em;
}
div.ingress {
	margin-bottom: 5px;
	font-size: 1.1em;
	font-weight: bold;
}
div.byline {
	margin-top: 5px;
}

/* ---------- KALENDER ---------- */
div#calendarcontent {
	margin-top: 5px;
	font-size: 1.1em;
}

/* ---------- PRINT ---------- */
div#print {
	display: none;
}

/* ---------- FOOTER ---------- */

div#footer {
	clear: both;
}

* html div#footer {
	position: relative;
}

div#footer {
	width: 540px;
	height: 27px;
	display: block;
	text-align: left;
}
#prod {
	text-align: left;
	color: #000000;
}
#prod a {
	color: #000000;
}
#fill {
	display: block;
	line-height: 0.5em;
}

/* ---------- DIV FUNCTIONS ---------- */

div#logininfo {
	width: 100%;
	background-color: #E3E2E1;
	border-bottom: 3px solid #D9D9D9;
	text-align: center;
}

div#logininfo p {
	padding: 0.5em;
	margin: 0;
}

/* ----------- ShowStatics ----------- */
td.tab {
	padding-left: 20px;
}
td.tabtab {
	padding-left: 40px;
}
td.td_header {
	font-weight: bold;
}
