body {
	margin: 0px;
	background: #d9dadb;
	font-family: arial;
}

a:link, a:visited {
	color: #000;
}

a:hover {
	color: #777;
}

.highlight {
	background-color: #ffff00;
}

#pagecontainer {
	width: 960px;
	padding: 0 12px;
	margin-left: auto;
	margin-right: auto;
	background: url(/img/mainbg.gif) repeat-y;
}

#top {
	position: relative;
	height: 143px;

}
	#logo {
		position: absolute;
		top: 20px;
		left: 23px;
		width: 141px;
		height: 103px;
		text-indent: -2000px;
		overflow: hidden;
		background: url(/img/logo4_1.gif) no-repeat;
	}
	#searchContainer {
		position: absolute;
		top: 20px;
		right: 20px;
	}
	#byline {
		position: absolute;
		top: 20px;
		left: 181px;
	}
	#byline img {
		display: none;
	}
	#searchContainer input.searchfield {
		border: 1px solid #9c9e9f;
		font: bold 10px arial;
		padding: 3px 10px;
	}
	#searchContainer input.searchbutton {
		border: 1px solid #9c9e9f;
		font: bold 10px arial;
		padding: 2px 10px;
	}


#mainarea {
	margin: 0 3px;
	background: url(/img/shadow.gif) repeat-x 0 0;
}
#context {

	border-bottom: 1px solid #fff;
	min-height: 208px;
	background: #f0f0f0;
}

/*
MENU STUFF
*/

#menuline {
	padding: 0;
	margin: 0 0 1px 0;
	background: #505050;
	height: 26px;
	background: url(/img/canvasbg.gif);
}

#menuline li {
	display: inline;
}

#menuline li div {

}
#menuline li a:link, #menuline li a:visited {
	display: block;
	float: left;
	padding: 0 11px 0 11px;
	font: 11px arial;
	color: #000;
	text-decoration: none;
	line-height: 26px;
}
#menuline li a.active:link, #menuline li a.active:visited {
	font-weight: bold;
}

#menuline li a:hover {
	background: #d0d0d0;
}

#leftcol {
	width: 162px;
	padding-right: 20px;
	vertical-align: top;

}

#rightcol {
	width: 758px;
	padding-right: 20px;
	vertical-align: top;
}

#leftcolcontainer {
	position: relative;
}
#leftcolcontainer address {
	position: absolute;
	bottom: 13px;
	right: 0px;
	padding-top: 50px;
	font-size: 11px;
	font-style: normal;
	color: #909090;
	text-align: right;
}

/**********************************
* 	LEFT MENU
***********************************/

#leftmenu {
	padding: 25px 0 0 0;
	margin: 0;
}
#leftmenu li {
	list-style: none;
}
#leftmenu li a:link, #leftmenu li a:visited {
	display: block;
	font: 11px arial, times new roman, times, serif;
	text-decoration: none;
	text-align: right;
	color: #000;
	padding-left: 10px;
	margin-bottom: 8px;
}
#leftmenu li a.active:link, #leftmenu li a.active:visited {
	font-weight: bold;
}
#leftmenu li a:hover {
	color: #707070;
}

/* 2nd level*/

#leftmenu ul {margin: 0 0 0 20px; padding: 5px 0 20px 0; border-top: 1px solid silver;}
#leftmenu ul * {background: none;}
#leftmenu ul li {}
#leftmenu ul li a:link, #leftmenu ul li a:visited {}
#leftmenu ul li a.active:link, #leftmenu ul li a.active:visited {}
#leftmenu ul li a:hover {}





#canvas {
	width: 759px;
	padding: 0px;
	vertical-align: top;
	background: url(/img/canvasbg.gif) repeat-y;
	margin-bottom: 13px;
}
#canvasMenu {
	padding: 0px;
	vertical-align: top;
}

		#creditcontainer {
			text-align: center;
			width: 760px;
			margin: auto;
			padding-right: 15px;
			font: 9px arial;
			text-transform: uppercase;
			letter-spacing: 1px;
			color: #c0c0c0;

		}

		#creditcontainer a {
			color: #c0c0c0;
			text-decoration: none;
		}
		#creditcontainer a:hover {
			color: #a0a0a0;
			text-decoration: none;
		}

		#bottombar {
			background: url(/img/bottombg.gif) no-repeat 0 0;
			height: 40px;
			width: 984px;
			margin: auto;
			padding-top: 15px;
			color: #808080;
			text-align: center;
			font-size: 11px;

		}

/******************************************************************************************
	DIVERSE GENERELLE STYLES
*****************************************************************************************/


ul li {
	list-style-type: square;
	list-style-image: url(/img/li_image.gif);
}

.element P {
	margin-top: 0px;
}

.breadcrumb {
	margin-top: -10px;
	padding: 0px 0px 10px 0px;
	font: 10px arial;
	color: #7d7d7d;
}
	.breadcrumbitem {
		background-image: url(/dcminc/img/bcpil2.gif);
	}
	.breadcrumbitemlast {}

	.breadcrumb A:link, .breadcrumb A:visited {
		font-weight: bold;
		color: #000;
		text-decoration: none;
	}
	.breadcrumb A:Hover {
		font-weight: bold;
		color: #7d7d7d;
		text-decoration: underline;
	}




.vline {
	background-image: url(/img/vline.gif);
	background-repeat: repeat-y;
	background-position : center;
}
.hline {
	background-image: url(/img/hline.gif);
	background-repeat: repeat-x;
	background-position : center;
}


/******************************************************************************************
	FORMATTERING AF CMS ELEMENTER
*****************************************************************************************/


/* CM Styles */
#PageTitle {
	margin-bottom: 12px;
}
#PageTitle h1 {
	margin: 0px;
	font: bold 130% georgia, arial;
	color: #000;
}
#PageTitle p {
	font: 65% verdana;
	color: #6b6b6b;
	border: 1px solid silver;
	background: #f5f5f5;
	padding: 5px;
	margin: 5px 0px 10px 0px;
}

/*
  Layout STYLES
*/

.LayoutFull {
	width: 679px;
	padding: 20px 40px;
	min-height: 300px;
}

.LayoutCol {
	width: 760px;
}
	.LayoutCol1 {
		padding: 20px;
		vertical-align: top;
	}
	.LayoutCol2 {
		width: 180px;
		padding: 10px;
		vertical-align: top;
	}

#canvasMenu .LayoutFull {
	width: 560px;
}
#canvasMenu .LayoutCol {
	width: 600px;
}
	#canvasMenu .LayoutCol2 {

	}

/*
  GRID STYLES
*/

	.gridFull {
	}

	.gridSplitMid {
		width: 100%;
		background-image: url(/img/vline.gif);
		background-position: 50%;
		background-repeat: repeat-y;
	}

	.gridSplitMidLeft {
		float: left;
		width: 48%;
		margin-right: 1%;
	}
	.gridSplitMidRight {
		float: right;
		width: 48%;
		margin-left: 2%;
	}


	.gridSplitRight {
		width: 100%;
		background-image: url(/img/vline.gif);
		background-position: 71%;
		background-repeat: repeat-y;
	}


	.gridSplitRightLeft {
		float: left;
		width: 70%;
	}
	.gridSplitRightRight {
		float: right;
		width: 27%;
		padding-left: 2%;
	}

	.gridSplit3 {
		width: 100%;

		background-image: url(/img/vline.gif);
		background-position: 33% 33%;
		background-repeat: repeat-y;
	}


	.gridSplit3p1 {
		width: 33%;
		padding-right: 8px;
	}
	.gridSplit3p2 {
		width: 33%;
		padding-left: 8px;
		padding-right: 8px;

	}
	.gridSplit3p3 {
		width: 33%;
		padding-left: 8px;
	}


/*
	ELEMENT STYLES
*/



.elementNormal1 {
	margin-bottom: 0px;

}
	.elementNormal1 h2 {
		font-size: 130%;
		font-family: georgia, arial, serif;
		color: #000;
		margin: 0px 0px 5px 0px;
	}
	.elementNormal1Content {
		font: 11px arial, sans-serif;
		line-height: 150%;
	}
	.elementNormal1Content p {
		margin: 0px 0px 15px 0px;
	}


.elementNormal2 {
	font: 70% arial;
}
	.elementNormal2 h2 {
		font: bold 110% verdana;
		color: #314A77;
		margin: 0px 0px 5px 0px;

	}
	.elementNormal2Content {
		line-height: 100%;
		font: 100% arial;
	}

.elementNormal3 {

}
	.elementNormal3 h2 {
		font: 18px verdana;
		margin-bottom: 5px;
	}
	.elementNormal3 p {
		font: 11px verdana;
		margin-bottom: 5px;
	}


.elementBox1 {
	width: 100%;
	margin-bottom: 10px;

	color: #555555;
}
	.elementBox1 h2 {
		color: #ffffff;
		margin: 0 0 1px 0;
		padding: 5px 10px;
		background: #c2c2c2;

	}
	.elementBox1Content {
		padding: 10px;
		overflow: hidden;
		background: #f5f5f5;
	}
	.elementBox1Content p{
		margin: 0px 0px 8px 0px;
	}
	.elementBox1Link{
		padding: 5px 5px 0px 0px;
		font-weight: bold;
	}

.elementBox2 {
	font: 80% arial;
	margin-bottom: 6px;
	margin-top: 4px;
}
	.elementBox2 a {

	}
	.elementBox2 h2 {
		color: #7d7d7d;
		font: bold 11px verdana;
		margin: 0px;
		padding: 5px 0px 5px 5px;
		background: #f5f5f5;
		border: 1px solid #d7d7d7;
	}
	.elementBox2Content {
		padding: 0px 10px 10px 10px;

	}

	.elementBox2Content p {
		margin-top: 5px;
		margin-bottom: 5px;
	}


.elementBox1 UL, .elementBox2 UL, .elementBox3 UL {
	margin-left: 15px;
}

.ListExtContainer .Even, .ListExtContainer .Odd {
	background-image: url(/dcminc/img/hline.gif);
	background-repeat: repeat-x;
	background-position: 0px 100%;
}

.ListExtContainer a {
	font-weight: normal;
}
.ListExtContainer .Date {
	font: bold 10px verdana;
	color: #7d7d7d;
}

.PollResultChoice .Bar {margin-top:2px; border: 1px solid silver;}
.PollResultChoice .BarActive {overflow: hidden; height: 7px; background-color: #22426D; border: none;}


/******************************************************************************************
	NYHEDER
*****************************************************************************************/


/* OVERBLIK */
.NewsListItem  {
	padding: 6px 0px 6px 0px;
	margin-bottom: 8px;
	border-bottom: 1px dashed silver;
	font-size: 100%;
}

.NewsListItemHeader {
}
.NewsListItemTitle {
	float: left;
	font: 80% arial;
}

.NewsListItemDate {
	float: right;
	font: 70% arial;
	text-align: right;
}

.NewsListItemBody {
	font: 70% arial;
	line-height: 130%;
}

.ShowNewsItem  {
	border: 1px solid silver;
	padding: 6px;
	background: #fbfbfb;
	margin-bottom: 15px;
	font-size: 100%;
}

.ShowNewsItemHeader {
}
.ShowNewsItemTitle {
	float: left;
	font: bold 90% arial;
}

.ShowNewsItemDate {
	float: right;
	font: 70% arial;
	text-align: right;
}

.ShowNewsItemBody {
	font: 70% arial;
	line-height: 130%;
}

.ListItem {
	padding: 3px 0px 3px 0px;
	background-image: url(/img/hline.gif);
	background-position: 0px 100%;
	background-repeat: repeat-x;
}
	.ListItem .Title{
		font: 70% arial;
		float:left;
	}
	.ListItem .Date{
		font: 70% arial;
		float:right;
	}
.ListHeader{
	font: bold 80% arial;
}

.UdtraekItemNormal {
	padding: 2px 0px 2px 0px;
	background-image: url(/img/hline.gif);
	background-position: 0px 100%;
	background-repeat: repeat-x;
	font-size: 100%;
}
	.UdtraekItemNormal .Title{
		font: bold 100% arial;
		float:left;

	}
	.UdtraekItemNormal .Date{
		font: 100% arial;
		float:right;
	}
.UdtraekItemBox {
	padding-bottom: 6px;
	background-image: url(/img/hline.gif);
	background-position: 0px 100%;
	background-repeat: repeat-x;
}
	.UdtraekItemBox .Title{
		font: bold 100% arial;
	}
	.UdtraekItemBox .Date{
		font: 80% arial;
		color: #a1a1a1;
	}


.fpBar {
	height: 110px;
	color: #fff;
	padding: 20px;
	margin-bottom: 1px;
	background-repeat: repeat-y;
	position: relative;
	display: block;
}
.fpBar .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 150px;
	z-index:3;

}

.fpBar .info {
	z-index: 10;
	position: absolute;
	top: 20px;
	left: 0;
	height: 110px;
	font-size: 11px;
	line-height: 120%;
	color: #fff;
	text-decoration: none;
}
.fpBar h2 {
	color: #fff;
	font-family: "century gothic", "Lucida Grande", helvetica, arial;
	font-weight: normal;
	font-size: 20px;
	margin: 0 0 10px 0;
	text-transform: uppercase;
}

a.fpBar:link, a.fpBar:active, a.fpBar:visited {
	text-decoration: none !important;
}

.submitarea {
	margin-left: 100px;
}
#skalvaeretomt {
	display: none;
}

#tooltip {
	position: absolute;
	z-index: 3000;
	background-color: #fff;
	padding: 5px 20px;
	opacity: 0.85;
	font-size: 11px;
}
#tooltip h3{ font-size: 11px; }
#tooltip h3, #tooltip div { margin: 0; }

