body {
	margin: 0px;
	background: #e7eef6;
}

a:link, a:visited {
	color: #1d5da3;
	text-decoration: none;
}

a:hover {
	color: #ff9900;
	text-decoration: underline;
}

.highlight {
	background-color: #ffff00;
}


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

#top {
	width: 960px;
	margin: auto;
	margin-top: 20px;
	padding: 4px 3px 0 3px;
	height: 66px;
	position: relative;
	background: #ffffff url(/img/top2.gif) no-repeat;
}

/*
	TABS
*/
#tabLine {
	background: url(/img/menulineshadow.gif) 0px 0px repeat-x;
	padding: 18px 0 0 20px;
	height: 23px;
}
#subline {
	background: #175da2;
	padding: 1px 0 1px 20px;
}
a.tab:link, a.tab:visited {
	float: left;
	margin-right: 3px;
	padding: 5px 8px 5px 8px;
	font: 11px tahoma;
	text-decoration: none;
	color: #175da2;
	background: url(/img/tab.gif) right no-repeat;
}

a.tab:hover {
	background: url(/img/tab_a.gif) right;
	color: #fff;
}
a.tabactive:link, a.tabactive:visited {
	float: left;
	margin-right: 3px;
	background: #1d5da3;
	padding: 5px 8px 5px 8px;
	font: bold 11px tahoma;
	text-decoration: none;
	color: #fff;
	background: url(/img/tab_a.gif) right;
	border-bottom: 1px solid #175da2;
}

#leftmenu {
	width: 200px;
	vertical-align: top;
	border-right: 1px solid #f5f5f5;
}

#submenu {
	padding: 0;
	margin: 0;
}

#submenu li {
	display: inline;
}

#submenu a:link, #submenu a:visited {
	color: #314A77;
	font:  11px tahoma;
	padding: 5px 10px 6px 20px;
	display: block;
	text-decoration: none;
	background: url(/img/menubg.gif) right 0px no-repeat;
}
#submenu a:hover {
	background: url(/img/menubg.gif) right -24px no-repeat;
}
#submenu a.active:link, #submenu a.active:visited {
	background: url(/img/menubg.gif) right -24px no-repeat;
	font-weight: bold;
}

#subsubmenu {
	background: #f9f9f9;
	border-bottom: 1px solid #ededed;
	border-left: 2px solid #1d5da3;
	margin: 0;
}
#subsubmenu a:link, #subsubmenu a:visited {
	background: none;
	padding: 3px 0 3px 30px;
}
#subsubmenu a.active:link, #subsubmenu a.active:visited {
	background: none;
	font-weight: bold;
}
#subsubmenu a:hover {
	background: none;
}

#leftmenu .menuItem {
	height: 1%;
}
	#leftmenu .menuItem a.inactive:link, #leftmenu .menuItem a.inactive:visited, #leftmenu .menuItem a.active:link, #leftmenu .menuItem a.active:visited {
		color: #314A77;
		font:  11px tahoma;
		padding: 10px 10px 10px 10px;
		display: block;
		text-decoration: none;
	}
	#leftmenu .menuItem a.active:link, #leftmenu .menuItem a.active:visited {
		background-color: #ffffff;
		font-weight: bold;
	}
	#leftmenu .menuItem a.active:hover, #leftmenu .menuItem a.inactive:hover {
		background-color: #ffffff;
	}
	.submenu {
		padding: 0px;
		background-color: #ffffff;
	}
    #leftmenu .submenu a.inactive:link,#leftmenu .submenu a.inactive:visited, #leftmenu .submenu  a.active:link,#leftmenu .submenu a.active:visited {
		color: #314A77;
		font:  11px tahoma;
		padding: 5px 10px 6px 20px;
		display: block;
		text-decoration: none;
		background: url(/img/menubg.gif) right 0px no-repeat;
	}
    #leftmenu .submenu a.active:link, #leftmenu .submenu a.active:visited {
		font-weight: bold;
		background: url(/img/menubg.gif) right -24px no-repeat;
	}
    #leftmenu a.subinactive:link,#leftmenu a.subinactive:visited {
	
	}
	
	#leftmenu .submenu a.inactive:hover, #leftmenu .submenu a.inactive:hover {
		background: url(/img/menubg.gif) right -24px no-repeat;
	}
	
#canvas {
	padding: 0px;
	vertical-align: top;
}
#canvasMenu {
	padding: 0px;
	vertical-align: top;
}

		#creditcontainer {
			text-align: right;
			width: 920px;
			margin: auto;
			font: 11px verdana;
			color: #fff;
		}
		#creditcontainer a {
		 	color: #a9bfd8;
		 	text-decoration: none;
		}
		
		#bottomcontainer {
			width: 946px;
			margin: auto;
			background: url(/img/bottom2.gif) no-repeat;
			color: #fff;
			text-align: right;
			font: 10px verdana;
			height: 25px;
            padding: 10px 20px 0 0;
			vertical-align: middle;
		} 
		#bottom {
		}
	
/******************************************************************************************
	DIVERSE GENERELLE STYLES
*****************************************************************************************/


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

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

.breadcrumb {
	padding: 0px 0px 5px 0px;
	font: 10px verdana;
	color: #7d7d7d;
}
	.breadcrumb A:link, .breadcrumb A:visited {
		font-weight: normal;
		color: #808080;
		text-decoration: none;
	}
	.breadcrumb A:Hover {
		font-weight: normal;
		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 */
#PageHeader {
	padding: 20px;
	margin: -20px -20px 15px -20px;
	background: url(/img/pageheaderbg.gif) repeat-x;
}
#PageTitle {
	margin-bottom: 10px;
}
#PageTitle h1 {
	margin: 0px;
	font: 19px arial;
	color: #175da2;
    padding: 0;
}
#PageTitle p {
	font: 65% verdana;	
	color: #6b6b6b;
	margin: 5px 0px 10px 0px;
}

/*
  Layout STYLES
*/

.LayoutFull {
	padding: 20px;
}

.LayoutCol {
	/*background-image: url(/img/vline.gif);
	background-position: 75%;
	background-repeat: repeat-y;*/
	width: 100%;
}
	.LayoutCol1 {
		width: 720px;
		padding: 20px 20px;
		vertical-align: top;
	}
	.LayoutCol2 {
		width: 200px;
		vertical-align: top;
		padding: 20px 20px 0 0;
	}

.canvasMenu .LayoutCol1 {
	width: 600px;
}
.canvasMenu .LayoutCol2 {
	width: 200px;
}
	
	

/*
  GRID STYLES
*/

	.gridFull {
	}

	.gridSplitMid {
		width: 100%;
		background-image: url(/img/vline.gif);
		background-position: 50%;
		background-repeat: repeat-y;
		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;		
		background: none;
	}

	
	.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;		
		background: none;
	}
	
	
	.gridSplit3p1 {
		width: 33%;
		padding-right: 8px;
	}
	.gridSplit3p2 {
		width: 33%;
		padding-left: 8px;
		padding-right: 8px;
		

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


/* 
	ELEMENT STYLES
*/

.elementNormal1 h1, .elementNormal1 h2, .elementNormal1 h3, .ShowNewsItem h2,  .ShowNewsItem h1 {
    font: 130% arial;
    color: #1d5da3;
    margin: 0px 0px 0px 0px;
    padding-bottom: 8px;
    background: url(/img/headerbg.gif) bottom repeat-x;
}


.elementNormal1 {
	font: 70% verdana;
	margin-bottom: 20px;
	color: #303030;
}
	.elementNormal1 h2 {
		font: 130% arial;
		color: #1d5da3;
		margin: 0px 0px 0px 0px;
		padding-bottom: 8px;
		background: url(/img/headerbg.gif) bottom repeat-x;
	}
	.elementNormal1Content {
		line-height: 140%;
	}
	.elementNormal1Content p {
		margin: 0px 0px 15px 0px;
	}
	.elementNormal1Link {
		background: url(/img/li_image.gif) 0px 1px no-repeat;
		padding-left: 15px;
	}

.elementNormal1 ul {
	margin: 1em 0;
}

.elementNormal2 {
	font: 70% verdana;
	margin-bottom: 0px;
}
	.elementNormal2 h2 {
		font: bold 100% verdana;
		color: #fff;
		margin: 0px 0px 5px 0px;
		padding: 4px 10px 9px 10px;
		background: url(/img/headerbgblue.gif) right no-repeat;
	}
	.elementNormal2Content {
		line-height: 140%;
	}
	.elementNormal2Content p {
		margin: 10px 0px 10px 0px;
	}

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


.elementBox1 {
	width: 100%;
	font: 70% verdana;
	margin-bottom: 20px;
}
	.elementBox1 h2 {
		font: bold 100% tahoma;
		color: #ffffff;
		margin: 0px;
		padding: 3px 0px 4px 28px;
		background: #3370ad url(/img/boxheadbg.gif) no-repeat;
		margin-bottom: 1px;	
	}
	.elementBox1Content {
		background: #f8f9fc;
		padding: 5px 5px 5px 8px;
		overflow: hidden;
	}
	.elementBox1Content p{
		margin: 0px 0px 8px 0px;	
	}
	.elementBox1Link{
		padding: 5px 5px 0px 0px;
		font-weight: bold;
	}
	
.elementBox2 {
	font: 80% verdana;
	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: 20px;
}

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

.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
*****************************************************************************************/
.NewsListHeader {
	background: #1d5da3;
	padding: 5px 10px;
	margin-bottom: 10px;
	color: #fff;
	font-size: 11px;
}

/* OVERBLIK */
.NewsListItem  {
	padding: 0px 0px 8px 0px;
	margin-bottom: 8px;
	background-image: url(/dcminc/img/hline.gif);
	background-repeat: repeat-x;
	background-position: 0px 100%;
	border: none;
	font-size: 100%;
}
.NewsListItem .Active {
	border-left: 1px solid silver;
	padding-left: 10px;
}
.NewsListItem .Active .NewsListItemTitle {
	font-weight: bold;
}

.NewsListItemHeader {

}
.NewsListItemTitle {
	float: left;	
	font: 80% verdana;
}

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

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

.ShowNewsItem  {
	padding: 0;
	border: none;
	background: none;;
	margin-bottom: 15px;
	font-size: 100%;
	margin-right: 3%;
	
}

.ShowNewsItemHeader {
}
.ShowNewsItemTitle {
	float: none;	
	font: 17px arial;
	color: #1d5da3;
	margin: 0px 0px 0px 0px;
	padding-bottom: 8px;

}

.ShowNewsItemDate {
	display: block;
	float: none;
	font: 70% verdana;
	text-align: left;
	color: #808080;
}

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

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

.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% verdana;
		float:left;
		
	}
	.UdtraekItemNormal .Date{
		font: 100% verdana;
		float:right;
	}
.UdtraekItemBox {
	padding-bottom: 8px;
	margin-bottom: 6px;
	background-image: url(/img/hline.gif);
	background-position: 0px 100%;
	background-repeat: repeat-x;
	line-height: 100%;
}
	.UdtraekItemBox .Title{
		font: 100% verdana;
		margin-bottom: 3px;
		background: url(/dcminc/img/icons/mini/page_text.gif) 0px 2px no-repeat;
		padding: 3px 0 3px 20px;
	}
	.UdtraekItemBox .Description{
		padding-left: 20px;
	}
	.UdtraekItemBox .Date{
		font: 80% verdana;
		color: #a1a1a1;
	}


/* FAQ */
.categoryTitle {

	font-weight: bold;
	color: #808080;
}
.answerList .categoryTitle {
    padding: 0 0 20px 0;
}
.listItem h4 {
		font: 130% arial;
		color: #1d5da3;
		margin: 0px 0px 0px 0px;
		padding-bottom: 8px;
		background: url(/img/headerbg.gif) bottom repeat-x;

}