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

a:link, a:visited {
	color: #004a64;
	text-decoration: none;
}

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

a.fb {
	background: url(/img/v2/facebook.png) no-repeat;
	padding-left: 20px;
	display: inline-block;
	min-height: 25px;
}


.highlight {
	background-color: #ffff00;
}

#top {
	height: 68px;
	position: relative;
}
#logo {
	position: absolute;
	top: 30px;
	left: 20px;
}
#byline {
	position: absolute;
	top: 45px;
	right: 20px;
}

#pageWrapper {
	background: url(/img/v2/topbg.gif) repeat-x;
	margin: 0 4px;
}

#pagecontainer {
	width: 853px;
	background: url(/img/v2/mainbg.png);
	margin: auto;
}


#leftcol {
	width: 200px;
	margin-left: 17px;
	overflow: hidden;
	float: left;
}
#maincol {
	width: 611px;
	float: right;
	padding: 3px 0 0 0;
}

#menuContainer {
	margin: 0 0 20px 0;
}

#menuline {
	padding-left: 25px;
}
	#menuline a:link, #menuline a:visited, #menuline a:active {
		color: #808080;
		font: bold 10px tahoma;
		padding: 3px 10px 3px 10px;
		display: block;
		text-decoration: none;
		text-transform: uppercase;
	}
	#menuline a:hover {
		color: #000;
	}
	#menuline a.active:link, #menuline a.active:visited {
		color: #000;
		
	}
	
	
	
#leftmenu {
	vertical-align: top;
	background: url(/img/v2/menubox_bg.png);
	margin: 0 0 0px 0;
	padding: 0 3px;
	min-height: 260px;
}
	#leftmenu li {
		display: inline;
	}
	#leftmenu a.inactive:link,#leftmenu a.inactive:visited, #leftmenu a.active:link,#leftmenu a.active:visited {
		color: #494949;
		font:  10px arial;
		text-transform: uppercase;
		padding: 6px 10px 6px 25px;
		display: block;
		text-decoration: none;
		background: url(/img/v2/plus.gif) no-repeat 13px 9px;
	}
	#leftmenu a.active:link,#leftmenu a.active:visited {
		color: #004a64;
		font-weight: bold;
		background: url(/img/v2/arrow.gif) no-repeat 14px 9px;
		background-color: #f0f0f0;
	}
	#leftmenu a.active:hover, #leftmenu a.inactive:hover {
		color: #004a64;
		background: url(/img/v2/arrow.gif) no-repeat 14px 9px;
		background-color: #fff;
	}

	#leftmenu ul {
		margin: 0 0 0 10px;
		padding: 0;
		border-left: 1px solid #e0e0e0;
	}
	#leftmenu ul li {
		list-style: none;
		
	}
	
	.box {
		background: url(/img/v2/box_bg.gif) no-repeat bottom;
		margin-bottom: 20px;
		font-size: 11px;
	}
	.box h2 {
		background: url(/img/v2/box_top.gif) no-repeat top;
		margin: -3px 0 0 0;
		padding: 20px 13px 0 13px;
		text-transform: uppercase;
		font-size: 12px;
		color: #494949;
	}
	.box .content {
		padding: 10px 13px 20px 13px;
		font-family: arial;
	}
	
	.boxblue {
		background: url(/img/v2/box_blue_bg.gif) no-repeat bottom;
		margin-bottom: 20px;
		font-size: 11px;
		color: #fff;
	}
	.boxblue a {
		color: #fff;
	}
	.boxblue h2 {
		background: url(/img/v2/box_blue_top.gif) no-repeat top;
		margin: -3px 0 0 0;
		padding: 20px 13px 0 13px;
		text-transform: uppercase;
		font-size: 12px;
		color: #fff;
	}
	.boxblue .content {
		padding: 10px 13px 20px 13px;
		font-family: arial;
	}
	
	
#canvas {
	padding: 0px;
	vertical-align: top;
}
#canvasMenu {
	padding: 0px;
	width: 568px;
	vertical-align: top;
}

		#creditcontainer {
			text-align: center;
			width: 850px;
			margin: auto;
			font: 10px arial;	
			padding: 10px;
			text-transform: uppercase;
			
		}
		#credits{
			text-align: right;
			padding-right: 15px;
			font: 10px arial;
			color: #ADADAD;
		}
		#credits a {
			text-decoration: none;
			color: #303030;
		}
		#credits a:hover {
			color: #ffffff;
			text-decoration: none;
		}

		#bottomcontainer {
			width: 813px;
			margin: auto;
			padding: 8px 20px;
			background: url(/img/v2/bottombar.gif) no-repeat;
			color: #d7d7d7;
			text-align: center;
			font: 10px arial;
			height: 44px;
			vertical-align: middle;
		} 
		#bottom {
			margin-top: 6px;
		}
	
/******************************************************************************************
	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 10px 0px;
	font: 10px arial;
	color: #7d7d7d;
	text-transform: uppercase;
}
	.breadcrumb A:link, .breadcrumb A:visited {
		font-weight: normal;
		color: #808080;
		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;
	height: 30px;
}
	
.menuitem {
	background-image: url(/img/menu/bg.gif);
	height: 30px;
}
.menuitem_active {
	background-image: url(/img/menu/bg_active.gif);
	height: 30px;
}



.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: 5px;
}
#PageTitle h1 {
	margin: 0px;
	font: 30px Times New Roman, serif;
	color: #004a64;
}
#PageTitle p {
	font: 65% arial, sans-serif;
	color: #6b6b6b;
	border: 1px solid silver;
	background: #f5f5f5;
	padding: 5px;
	margin: 5px 0px 10px 0px;
}

/*
  Layout STYLES
*/

.LayoutFull {
	padding: 20px 20px 20px 0;
	
}

.LayoutCol {
	width: 568px;
	/*background-image: url(/img/vline.gif);
	background-position: 75%;
	background-repeat: repeat-y;*/
}
	.LayoutCol1 {
		float: left;
		width: 356px;
		padding: 10px;
		vertical-align: top;
		border-right: 1px solid #000;
	}
	.LayoutCol2 {
		float: right;
		width: 191px;
		background-color: #d7d7d7;
		padding: 00px;
		vertical-align: top;
	}



/*
  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 {
	font: 80% arial;
	margin-bottom: 0px;
}
	.elementNormal1 h2 {
		font: 24px Times New Roman, serif;
		color: #7C7C7C;
		margin: 0px 0px 5px 0px;
	}
	.elementNormal1Content {
		font-size: 100%;
		line-height: 150%;
		
	}
	.elementNormal1Content p {
		margin: 0px 0px 10px 0px;
	}
	

.elementNormal2 {
	font: 70% arial;
}
	.elementNormal2 h2 {
		font: bold 110% arial, sans-serif;
		color: #314A77;
		margin: 0px 0px 5px 0px;
		
	}
	.elementNormal2Content {
		line-height: 100%;
		font: 100% arial;
	}

.elementNormal3 {
	
}
	.elementNormal3 h2 {
		font: 18px arial, sans-serif;
		margin-bottom: 5px;
	}
	.elementNormal3 p {
		font: 11px arial, sans-serif;
		margin-bottom: 5px;	
	}


.elementBox1 {
	width: 100%;
	font: 70% arial, sans-serif;
	margin-bottom: 10px;
}
	.elementBox1 h2 {
		font: bold 100% tahoma;
		margin: 0px;
		padding: 5px 0px 4px 8px;
		border-top: 1px solid black;
		border-bottom: 1px solid black;
		text-transform: uppercase;
		background: #ECECEC;
	}
	.elementBox1Content {
		margin: 0px 3px 0px 3px;	
		padding: 5px 5px 5px 5px;
		overflow: hidden;
	}
	.elementBox1Content p{
		margin: 0px 0px 8px 0px;	
	}
	.elementBox1Link{
		padding: 5px 5px 0px 0px;
		font-weight: bold;
	}
	.elementBox1 a, .elementBox1 a:visited {
		color: #808080;
		text-decoration: none;
	}
	
.elementBox2 {
	font: 80% arial;
	margin-bottom: 6px;
	margin-top: 4px;
}
	.elementBox2 a {
		
	}
	.elementBox2 h2 {
		color: #7d7d7d;
		font: bold 11px arial, sans-serif;
		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 arial, sans-serif;
	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 solid #e0e0e0;
	font-size: 100%;
}

.NewsListHeader {
	font-family:arial;
}

.NewsListItemHeader {
}
.NewsListItemTitle {
	float: left;	
	font: 80% arial, sans-serif;
}

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

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

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

.ShowNewsItemHeader {
}
.ShowNewsItemTitle {
	float: left;	
	font: 24px Times New Roman, serif;
	color: #7C7C7C;
	padding: 5px 0;
}

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

.ShowNewsItemBody {
	font: 80% arial, sans-serif;
	line-height: 130%;
}

.ListItem {
	padding: 8px 0px 8px 0px;
	background-image: url(/img/hline.gif);
	background-position: 0px 100%;
	background-repeat: repeat-x;
}
	.ListItem .Title{
		font: 70% arial, sans-serif;
		float:left;
	}
	.ListItem .Date{
		font: 70% arial, sans-serif;
		float:right;
	}
.ListHeader{
	font: bold 80% arial, 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% arial;
		float:left;
		
	}
	.UdtraekItemNormal .Date{
		font: 100% arial;
		float:right;
	}
.UdtraekItemBox {
	padding-bottom: 6px;
	padding-top: 6px;
	background: none;
}
	.UdtraekItemBox .Title{
		font: 140% times new roman;
		padding: 5px 0;
		
	}
	.UdtraekItemBox .Description {
		font: 12px arial;
		line-height: 1.5em;
	}
	.UdtraekItemBox .Date{
		font: 9px tahoma;
		color: #000;
	}

	
.Comments {
	font: 80% tahoma;
}

.galleryListImg {
	border: 1px solid silver;
	vertical-align: middle;
	margin-bottom: 10px;
}
.galleryListImg img { border: none; margin: 0px; vertical-align: middle; margin: auto;}

