body
{
	background-color: #000;
	color: #fff;
	font-size: medium;
	font-family: Helvetica, Arial;
	font-weight: normal;
}
h2
{
	font-size: 1.2em;
	font-weight: normal;
	letter-spacing: 1px;
	margin: 0 0 3px 0;
}
h2 a:link,
h2 a:visited
{
	text-decoration: none;
	color: #fff;
}
h1
{
	font-size: 1.75em;
	font-weight: normal;
	letter-spacing: 1px;
	margin: 0;
}
h2 a:hover
{
	color: #9cf;
}
h3
{
	color: #fc0;
	font-size: 0.8em;
	font-weight: bold;
	letter-spacing: 0px;
	margin: 0;
	display: inline;
}
#content ul.front_page li
{
	margin-bottom: 50px;
}
h4
{
	display: inline;
	font-size: 0.8em;
	font-weight: normal;
/*	letter-spacing: 1px;*/
	color: #666;
}
#content p
{
	font-family: Arial;
	font-size: 0.9em;
}
a,
a:link,
a:visited
{
	color: #9cf;
	text-decoration: underline;
}
a:hover
{
	text-decoration: none;
}
ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}
li
{
	margin: 0;
	padding: 0;
}
#navigation h2
{
	margin-bottom: 0.8em;
	font-size: 1.0em;
}
#menu ul
{
	font-size: 0.8em;
	margin: 0;
}
#menu ul,
#menu h2,
#menu dl
{
	margin-left: 20px;
}
#menu hr
{
	
}
#menu li
{
	margin-bottom: 0.8em;
}
input {
	background-color: #ddd;
	color: #222;
	border: none;
	font-size: 0.8em;
	padding: 0.2em;
/*	border: 2px solid #ddd;*/
}
#container {
	width: 800px;
	margin: 0 auto;
	padding: 250px 0 20px 0;
	position: relative;
	background: #000 url(../images/heading_bg.gif) no-repeat top left;
}
#navigation
{
	position: absolute;
	top: 260px;
	left: 570px;
}
#content
{
	background-color: #222;
	width: 480px;
	padding: 8px 40px;
	min-height: 600px;
}
#search_form
{
/*	border: 1px solid orange;*/
	position: absolute;
	right: 6px;
	top: 6px;
/*	padding: 0;
	margin: 0;
	float: right;*/
}
.redline
{
	background:#660000 url(../images/redline560_bg.gif) repeat-y scroll center;
	margin: 0 -40px 30px -40px;
	padding: 10px 0 0 40px;
	position: relative;
	height: 20px;
	font-size: 0.8em;
	font-weight: bold;

/*	padding: 2px 40px;*/
}
#disclaimer
{
	margin-top: 2em;
	font-weight: normal;
	font-size: 0.7em;
	letter-spacing: 1px;
}
#menu dl
{
	font-size: 0.8em;
	margin-left: 20px;
}
#menu dt,
#menu dl
{
	line-height: 1.2em;
}
#menu dt
{
	padding: 0;
	margin: 1em 0 0.2em 0;
	color: #FFCC00;
	font-weight: bold;
}
#menu dd
{
	padding: 0;
	margin: 0 0 0.2em 0;
}
#menu div
{
	padding: 0;
	margin: 0;
}
#navigation hr
{
	margin: 1.5em 0 2em 0;
	background-color: #222;
	height: 2px;
	color: #222;
	border: none;
}
dl.business_cards,
#content dl.business_cards dd p
{	
	font-family: "Trebuchet MS";
	color: #fff;
}
dl.business_cards dt
{
	float: left;
/*	margin-right: 2em;*/
	clear: left;
}
dl.business_cards dd a
{
	font-weight: normal;
/*	text-decoration: none;*/
/*	font-size: 1.2em;*/
	color: #99CCFF;
}
dl.business_cards dd
{
	color: #FFCC00;
	margin: 0;
	padding: 0;
	margin: 0 0 2em 100px;
}
dl.business_cards dd h2
{
	color: #fff;
}
.front_page_image_container
{
	position: relative;
	
}
#slideshow_selector
{
	color: #FFCC00;
	position: absolute;
	top: 140px;
	left: 140px;
	font-size: 2em;
	background-color: #000;
	padding: 0.4em 2em;
	opacity: 0.8;
	text-decoration: none;
}

/*Styling av innhold i artikkelen*/
div.article ul
{
	font-size: 0.8em;
	list-style: disc outside;
}
div.article ul li
{
	margin: 0 0 1em 2em;
	line-height: 1.2em;
}