body {
	margin: 0px;
	background: url(/img/bg.gif);
}

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

a:hover {
	color: #c0c0c0;
}

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

.highlight {
	background-color: #ffff00;
}


#pagecontainer {
	background: #ffffff url(/img/mainshadow.gif) repeat-y;
	width: 838px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
}

#top {
	position: relative;
	height: 100px;
	padding: 4px 4px 0 4px;
	background: url(/img/topshadow.gif) top no-repeat;
}
#logo {
	position: absolute;
	left: 53px;
	bottom: 10px;
	text-align:center;
	padding-top: 17px;
}
#contextarea {
	height: 229px;
	margin: 0 4px;
}
#subcontext {
	margin-bottom: 10px;
}

#fixedarea {
	width: 209px;
	float: left;
}
#flasharea {
	width: 621px;
	float: left;
}

#menuline li a.white {
	color: #fff !important;
}

#scroller {
	background: #ff6600;
	margin: 0 4px;
	color: #fff;
	height: 30px;
	font: 12px arial;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 0;
}
#scroller li {
	list-style: none;
	list-style-image: none;
	margin: 0;
	height: 22px;
	padding: 8px 10px;
	width: 810px;
}
#scroller li a:link, #scroller li a:visited {
	color: #fff;
	text-decoration: none;
}
#scroller li a:hover {
	color: #fff;
	text-decoration: underline;
}
/*
MENU STUFF
*/

#menubg {
	background: url(/img/menuitembg_orange.gif) no-repeat;
	height: 80px;
	position: absolute;
	top: 4px;
	z-index: 10;
}

#menuline {
	position: absolute;
	top: 20px;
	left: 209px;
	margin: 0;
	padding: 0;
	width: 600px;
	z-index: 11;
}

#menuline li {
	display: inline;
}

#menuline li div {
	background: url(/img/menulinedots.gif) 7px right;
	padding-right: 20px;
}
#menuline li a:link, #menuline li a:visited {
	display: block;
	float: left;
	padding: 45px 10px 5px 10px;
	font: 11px arial;
	color: #000000;
	text-decoration: none;
	background: url(/img/menulinedots.gif) right no-repeat;
}
#menuline li a.active:link, #menuline li a.active:visited {

}

#menuline li a:hover {

}

#leftcol {
	width: 209px;
	vertical-align: top;
}

#leftmenu {
	padding: 10px 10px 20px 0;
	margin: 0;
}

#leftmenu li {
	list-style: none;
	list-style-image: none;
	display: inline;
}

#leftmenu li a {
	display: block;
	background: url(/img/menubullet.gif) 0px 11px no-repeat;
	font: 11px arial;
	padding: 6px 0px 6px 20px;
	text-decoration: none;
	color: #404040;
}

#leftmenu li a.active {
	font-weight: bold;
	color: #ff6600;
	background: url(/img/menubullet_orange_a.gif) 0px 11px no-repeat;
}

#leftmenu li a:hover {
	background: url(/img/menubullet_orange_a.gif) 0px 11px no-repeat;
}


#leftmenu li ul {
	padding: 0;
	margin: 0 0 10px 20px;
	border-left: 2px solid silver;
}
#leftmenu li ul a:link, #leftmenu li ul a:visited {
	background: none;
	padding: 4px 0px 4px 10px;

}

#mainarea {
	margin: 0 4px;
	width: 830px;
}

#canvas {
	padding: 30px;
	width: 770px;
	vertical-align: top;
	background: url(/img/shadow.gif) repeat-x;
}
#canvasMenu {
	padding: 10px 0 10px 10px;
	vertical-align: top;
	width: 610px;
}

#contentArea {
	padding-right: 10px;
}


		#creditcontainer {
			text-align: center;
			width: 760px;
			margin: auto;
			padding-right: 15px;
			font: 10px arial;
			color: #ADADAD;

		}

		#creditcontainer a {
			color: #909090;
			text-decoration: none;
		}
		#creditcontainer a:hover {
			color: #303030;
			text-decoration: none;
		}

		#bottombar {
			width: 838px;
			margin: auto;
			background: url(/img/bottomshadow.gif) no-repeat;
			color: #d7d7d7;
			text-align: center;
			padding-top: 8px;
			font: 11px arial;
			height: 25px;
			margin-bottom: 20px;
			vertical-align: middle;
		}

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

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

.breadcrumb {
	padding: 0px 0px 10px 0px;
	font: 10px arial;
	color: #7d7d7d;
}
	.breadcrumb A:link, .breadcrumb A:visited {
		font-weight: bold;
		color: #606060;
		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 {
	height: 1px;
	overflow: hidden;
	border-bottom: 1px solid silver;
	padding-top:10px;
	margin-bottom: 10px;
	background: none;
}

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


/* CM Styles */
#PageTitle {
	margin-bottom: 5px;
}
#PageTitle h1 {
	margin: 0px;
	font: bold 16px 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: 100%;

}

.LayoutCol {
	width: 100%;
}
	.LayoutCol1 {
		padding: 0 0px 0 0;
		vertical-align: top;
	}
	.LayoutCol2 {
		width: 170px;
		padding: 0;
		padding-left: 10px;

		vertical-align: top;
	}

/*
  GRID STYLES
*/

	.gridFull {
	}

	.gridSplitMid {
		width: 100%;
		background: none;
	}

	.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 {
	font: 70% arial;
	margin-bottom: 0px;
	color: #505050;
}
	.elementNormal1 h2 {
		font: 	110% arial;
		text-transform: uppercase;
		color: #ff6600;
		margin: 0px 0px 5px 0px;
	}
	.elementNormal1Content {
		font-size: 12px;
		line-height: 140%;

	}
	.elementNormal1Content p {
		margin: 0px 0px 15px 0px;
	}
	.elementNormal1Link {
		font: bold 11px arial;
	}


.elementNormal2 {
	font: 70% arial;
	color: #464646;
	background: url(/img/elementline.gif) no-repeat;
	padding-left: 10px;
}
	.elementNormal2 h2 {
		font: bold 130% arial;
		color: #ff6600;
		margin: 0px 0px 5px 0px;

	}
	.elementNormal2Content {
		font: 100% arial;

	}
	.elementNormal2Link a {
		font: bold 11px arial;
		background: url(/img/li_image.gif) 0px 1px no-repeat;
		padding-left: 13px;
	}

.elementNormal3 {

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


.elementBox1 {
	width: 100%;
	font: 70% arial;
	margin-bottom: 10px;
}
	.elementBox1 h2 {
		font: bold 10px arial;
		color: #ffffff;
		text-transform: uppercase;
		margin: 0px;
		padding: 8px 0px 3px 8px;
		background: #464646;

	}
	.elementBox1Content {
		padding: 0;
		overflow: hidden;
	}
	.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;
	padding-left: 0;
}

.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;
	}

.gallery .imageContainer .description {
	font-size: 11px;
	line-height: 100%;
	padding-top: 3px;
}
