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


a:link, a:visited {
	color: #1f476e;
}

a:hover {
	color: #c0c0c0;
}

ul li {
	list-style-type: square;
	list-style-image: url(/img/li_image.gif);
}
ul {
	margin: 10px 0px 10px 30px;
	padding: 0px;

}

.highlight {
	background-color: #ffff00;
}


* {
	font-family: tahoma, verdana, helvetica, sans-serif;
}
#page {

}
#shadowLeft {
	background: url(/img/canvas_left_shadow.gif) repeat-y;
	width:772px;
	padding-left: 12px;
	margin: auto;
}
#shadowRight {
	background: url(/img/canvas_right_shadow.gif) right repeat-y;
	padding-right: 12px;
	width:760px;
}

#top {
	width: 760px;
	background: #ff9900;
}

.canvas {
	background: #fff url(/img/canvas_top_shadow.gif) repeat-x;
	width:760px;
	min-height: 300px;
}


#menuline {
	background: url(/img/menulinebg2.gif) no-repeat;
	font: bold 11px tahoma;
	height: 35px;
}
#menuline ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#menuline li {
	margin: 0px;
	float: left;
	text-align: center;
	list-style-image: none;
	list-style-type: none;
}
#menuline li a:link, #menuline li a:visited {
	background: url(/img/menubg_inactive.gif) right no-repeat;
	width: 105px;
	height: 35px;
	line-height: 35px;
	display: block;
	text-decoration: none;
	color: #1f476e;
}
#menuline li a:hover {
	background: url(/img/menubg_active.gif) right no-repeat;
	display:block;
	color: #fff;
}
#menuline li a.active:link, #menuline li a.active:visited  {
	background: url(/img/menubg_active.gif) right no-repeat;
	color: #fff;
}

#menublock {
	font-size: 70%;
	padding: 20px;
	float: left;
	width: 132px;
}
#menublock ul {
	padding: 0px;
	margin: 0px;
	line-height: 13px;
	
}
#menublock li {
	list-style-type: none;  
	position: relative; 
	padding: 0px;
	margin: 0px 0px 2px 0px;
	list-style-image: none;
}
#menublock ul li a {
	background: url(/img/menuitembg.gif) right no-repeat;
	display: block;
	padding: 1px 5px;
	border: 1px solid #b2b2b2;
	width: 132px;
	text-decoration: none;
	color: #1c446e;
}
#menublock ul li a:hover {
	background: url(/img/menuitembg_active.gif) right no-repeat;
}
#menublock ul li a.active {
	background: url(/img/menuitembg_active.gif) right no-repeat;
}
#menublock ul ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: 13px;
	padding-left: 10px;
	margin-bottom: 10px;
}
#menublock li li {
	
	padding: 0px;
	margin: 4px 0px 0px 0px;
}
#menublock ul ul li a {
	background: url(/img/menubullet.gif) 0px 4px no-repeat;
	border: none;
	margin: 0px;
	width: 125px;
	padding: 0px 0px 0px 10px;
}
#menublock ul ul li a:hover {
	background: url(/img/menubullet_active.gif) 0px 4px no-repeat;
}
#menublock ul ul li a.active {
	background: url(/img/menubullet_active.gif) 0px 4px no-repeat;
	font-weight: bold;
}

.bottom {
	width: 740px;
	height: 38px;
	margin: auto;
	background: #ff9900;
	padding: 9px 22px 0px 22px;
	background: url(/img/bottom.gif) no-repeat;
}




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




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

.breadcrumb {
	padding: 0px 0px 0px 0px;
	font: 10px tahoma;
	color: #7d7d7d;
}
	.breadcrumb A:link, .breadcrumb A:visited {
		font-weight: normal;
		color: #505050;
		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;
	height: 10px;*/
	background: none;
	border-top: 1px solid #c1c1c1;
	margin: 6px 0px;
	height: 1px;
	overflow: hidden;
}
	
/******************************************************************************************
	FORMATTERING AF CMS ELEMENTER
*****************************************************************************************/


/* CM Styles */
#PageTitle {
	margin-top: 0px;
	margin-bottom: 5px;
}
#PageTitle h1 {
	margin: 0px;
	font: bold 120% arial;
	letter-spacing: -1px;
	color: #BCBCBC;
}
#PageTitle p {
	font: 65% verdana;
	color: #6b6b6b;
	border: 1px solid silver;
	background: #f5f5f5;
	padding: 5px;
	margin: 5px 0px 10px 0px;
}

/*
  Layout STYLES
*/

.LayoutFull {
	width: 720px;
	padding: 20px 20px 20px 20px;
	float: right;
}
.hasLeftmenu .LayoutFull {
	width: 554px;
	padding: 20px 20px 20px 0px;
}

.LayoutCol {
	width: 760px;
}

	.LayoutCol1 {
		width: 550px;
		vertical-align: top;
		padding: 20px 0px 20px 20px;
	}
	.LayoutCol2 {
		width: 170px;
		vertical-align: top;
		padding: 20px 20px 20px 20px;

	}

.hasLeftmenu .LayoutCol {
	float: right;
	width: 574px;
}
.hasLeftmenu .LayoutCol1 {
	width: 380px;
	padding: 20px 0px 20px 0px;
}
.hasLeftmenu .LayoutCol2 {
	width: 160px;
	padding: 20px 20px 20px 20px;
}

	
/*
  GRID STYLES
*/

	.gridFull {
	}

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

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


	.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;		
	}
	
	
	.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% tahoma;
	margin-bottom: 5px;
}
	.elementNormal1 h2 {
		background: url(/img/bigarrow.gif) no-repeat;
		padding-left: 17px;
		font: bold 120% tahoma;
		color: #7C7C7C;
		margin: 0px 0px 3px 0px;
	}
	.elementNormal1Content {
		font: 100% tahoma;
		line-height: 150%;
	}
	.elementNormal1Content p {
		margin: 0px 0px 10px 0px;
	}
	.elementNormal1Link{
		margin-bottom: 10px;
		font-weight: bold;
	}
		
	

.elementNormal2 {
	font: 70% tahoma;
	margin-bottom: 15px;
}
	.elementNormal2 h2 {
		background: url(/img/squarebullet.gif) 0px 1px no-repeat;
		padding-left: 19px;
		font: bold 110% verdana;
		color: #595959;
		margin: 0px 0px 5px 0px;
		
	}
	.elementNormal2Content {
		font: 100% tahoma;
		line-height: 150%;
	}

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


.elementBox1 {
	width: 100%;
	font: 70% tahoma;
	margin: 0px;
	padding: 0px;
	margin-bottom: 15px;
	border: 1px solid #b2b2b2;	
	color: #202020;
}
	.elementBox1 h2 {
		background: url(/img/boxbg1.gif) right no-repeat;
		font: bold 90% tahoma;
		height: 14px;
		border-bottom: 1px solid #b2b2b2;
		color: #595959;
		margin: 0px;
		padding: 2px 0px 2px 8px;
		
	}
	.elementBox1Content {
		border-top: 1px solid #e8e8e8;
		padding: 5px 5px 5px 8px;
		overflow: hidden;
	}
	.elementBox1Content p{
		margin: 0px 0px 8px 0px;	
	}
	.elementBox1Link{
		padding: 5px 0px 0px 15px;
		display: block;
		background: url(/img/readmore.gif) 0px 8px no-repeat;
	}
	
.elementBox2 {
	width: 100%;
	font: 70% tahoma;
	margin: 0px;
	padding: 0px;
	margin-bottom: 15px;
	border: 1px solid #b2b2b2;	
	color: #202020;
}
	.elementBox2 h2 {
		background: url(/img/box2bg.gif) right no-repeat;
		font: bold 90% tahoma;
		height: 14px;
		border-bottom: 1px solid #b2b2b2;
		color: #595959;
		margin: 0px;
		padding: 2px 0px 2px 8px;
		
	}
	.elementBox2Content {
		border-top: 1px solid #e8e8e8;
		padding: 5px 5px 5px 8px;
		background: #f9f9f9;
		overflow: hidden;
	}
	.elementBox2Content p{
		margin: 0px 0px 8px 0px;	
	}
	.elementBox2Link{
		padding: 5px 0px 0px 15px;
		display: block;
		background: url(/img/readmore.gif) 0px 8px no-repeat;
	}
	

.elementBox1 UL, .elementBox3 UL {
	margin-left: 15px;
	padding-left: 0px;
	
}
.elementBox1 UL li, .elementBox3 UL li {
	margin-bottom: 3px;
}


.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 gray;}
.PollResultChoice .BarActive {overflow: hidden; height: 6px; background-color: #22426D; border: none; background: url(/img/pollbarbg.gif);}


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


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

.NewsListHeader {
		background: url(/img/squarebullet.gif) 0px 1px no-repeat;
		padding-left: 19px;
		font: bold 80% tahoma;
		color: #595959;
		margin: 15px 0px 5px 0px;
}


.NewsListItemTitle {
	font: bold 70% tahoma;
}

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

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

.ShowNewsItem  {
	border: 1px solid silver;
	border-left: 3px solid #1D930E;
	padding: 40px 30px 40px 30px;
	background: #fbfbfb;
	margin-bottom: 15px;
	font-size: 100%;
}

.ShowNewsItemHeader {
}
.ShowNewsItemTitle {
	float: left;	
	font: bold 90% tahoma, verdana, sans-serif;
}

.ShowNewsItemDate {
	float: right;
	font: 70% tahoma, verdana, sans-serif;
	text-align: right;
}

.ShowNewsItemBody {
	font: 70% tahoma, verdana, sans-serif;
	line-height: 140%;
}
.ShowNewsItemBody p {
	margin: 0px 0px 10px 0px;
}


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

.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% tahoma, verdana, sans-serif;
		float:left;
		
	}
	.UdtraekItemNormal .Date{
		font: 100% tahoma, verdana, sans-serif;
		float:right;
	}
.UdtraekItemBox {
	padding-bottom: 8px;
	padding-top: 5px;
	background-image: url(/img/hline.gif);
	background-position: 0px 100%;
	background-repeat: repeat-x;
}
	.UdtraekItemBox .Title{
		font: bold 100% tahoma, verdana, sans-serif;
	}
	.UdtraekItemBox .Date{
		font: 90% tahoma, verdana, sans-serif;
		color: #444;
	}


	
/*   FORMS   */

.FormElement {

}

.FormElementTitle {
	font: bold 80% small-fonts, tahoma;
	float: left;
	width: 100px;
	color: #6E6E6E;
	text-transform: uppercase;
}
.FormElementElement {
	margin-left: 110px;
}
.FormElementElement input.textfield, .FormElementElement textarea.textfield {
	border: 2px inset;
	
}

.FormElementInfo {
	margin-left: 100px;
	padding: 5px 0px 5px 0px;
}	


.FormConfirmation {
}

