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

a:link, a:visited {
	color: #00539b;
	text-decoration: none;
}

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

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

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

#top {
	padding: 0 16px;
	height: 70px;
	position: relative;
	z-index: 1000;
}
	#logo {
		position: absolute;
		top: 20px;
		left: 20px;
	}
	#blade {
		position: absolute;
		top: 8px;
		left: 370px;
	}
	#extramenu {
		position: absolute;
		right: 16px;
		bottom: 10px;
		font: 11px arial;
		
	}
	#extramenu a {text-decoration: none;}
#topbanner {
	padding: 5px;
	margin: 0 6px;
	background: #000;
	text-align: center;
	min-height: 150px;
}


/*
MENU STUFF
*/

#menuline {
	position: absolute;
	top: 0px;
	right: 0px;
	margin: 0 6px;
	padding: 0;
	height: 25px;
	background: url(/img/dotline_shadow.gif) repeat-x;
}

#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: 6px 14px 5px 4px;
	font: 10px arial;
	text-transform: uppercase;
	color: #000;
	text-decoration: none;
	background: url(/img/menulinedots.gif) right no-repeat;
}
#menuline li a.active:link, #menuline li a.active:visited {
	color: #9c1a14;
}

#menuline li a:hover {
	color: #9c1a14;
}

#categoryMenu {
	background: #041f10;
	height: 28px;
	margin: 0 6px;
	padding: 0;
	
}

#categoryMenu li {
	float: left;
	list-style: none;
	list-style-type: none;
	list-style-image: none;
	position: relative;
	z-index: 10000;
}

#categoryMenu li a {
	display: block;
	font: 10px arial;
	border-right: 1px solid #464646;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0 20px;
	height: 28px;
	line-height: 28px;
}


#categoryMenu li ul {
	display: none;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 28px;
	left: 0px;
	width: 200px;
}
#categoryMenu li:hover ul {
	display: block;
	width: 200px;
}
#categoryMenu li ul li {
	border: none;
	background: #999;
	float: none;
	list-style: none;
}

#categoryMenu li ul a {
	border: none;
	background: #999;
}
#categoryMenu li ul a:hover {
	background: #bbb;
}

#leftcol {
	width: 149px;
	border-right: 1px solid #e9e9e9;
	background: url(/img/dotline_shadow.gif) repeat-x;
	vertical-align: top;
}

#leftmenu {
	padding: 0px 0 0 0;
	margin: 0;
}
#leftmenu li {
	list-style: none;
	list-style-image: none;
}
#leftmenu li a {
	display: block;
	font: 11px arial;	
	border-bottom: 1px solid #e9e9e9;
	padding: 6px 10px;
	text-decoration: none;
}

#leftmenu li a.active {
	font-weight: bold;
}

#bannercol {
	background: url(/img/dotline_shadow.gif) repeat-x;
	width: 160px;
	vertical-align: top;
	text-align: center;
	border-left: 1px solid #e9e9e9;
	padding-top: 11px;
}

.adArea {
	background: #f0f0f0;
	text-align: center;
}

#mainarea {
	margin: 0 6px;
	clear: both;
}

#canvas {
	padding: 0px;
	vertical-align: top;
	width: 799px;
	z-index: 200;
}
#canvasMenu {
	width: 649px;
	padding: 0px;
	vertical-align: top;
	
}
.canvasShadow {
	background: url(/img/dotline_shadow.gif) repeat-x;
}
.rightShadow {
	
}
td.hasRightCol {
	
}
#canvasMenu.hasRightCol {
	background: url(/img/layoutcolbg.gif) repeat-y -150px !important;	
}

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

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

		#bottombar {
			width: 972px;
			background: url(/img/bottom.gif) no-repeat;
			margin: auto;
			text-align: center;
			font: bold 11px arial; 
			color: #808080;
			padding: 6px 0 0 0;
			height: 29px;
		} 
	
/******************************************************************************************
	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 {
		color: #22426D;
		font-weight: normal;
		text-decoration: none;
	}
	.breadcrumb A:Hover {
		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: 20px;
}
	

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


/* CM Styles */
#PageTitle {
	margin-bottom: 15px;
}
#PageTitle h1 {
	margin: 0px;
	font: 180% georgia, times new roman, serif;
	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 {
	padding: 20px;
}

.LayoutCol {
	width: 960px;
}
	.LayoutCol1 {
		width: 609px;
		padding: 20px;
		vertical-align: top;
		background: url(/img/main-right-shadow.png) repeat-y right;
	}
	.LayoutCol2 {
		width: 310px;
		border-left: 1px solid #d9d9d9;
		vertical-align: top;
		padding: 1px 0 0 0;
		/*background: #fbfaf9 url(/img/rightcol_lineshadow.gif) repeat-x;*/
	}

#canvasMenu .LayoutCol {width: 810px;}
#canvasMenu .LayoutCol1 {width: 559px;}
#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: 70%;
		background-repeat: repeat-y;		
		margin-bottom: 10px;
	}

	
	.gridSplitRightLeft {
		float: left;
		width: 69%;
	}
	.gridSplitRightRight {
		float: right;
		width: 30%;
		padding: 0;
	}
	
	.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
*/


iframe {
	border: none;
	
}
.elementNormal1 {
	font: 70% arial;
	margin-bottom: 0px;
	color: #303030;
}
	.elementNormal1 h2 {
		font: bold 155% arial, helvetica, sans-serif;
		color: #000;
		margin: 0px 0px 5px 0px;
	}
	.elementNormal1Content {
		font: 13px arial;
		line-height: 140%;
	}
	.elementNormal1Content p {
		margin: 0px 0px 15px 0px;
	}
	

.elementNormal2 {
	font: 70% arial;
	color: #3f3f40;
}
	.elementNormal2 h2 {
		font: bold 120% "arial black", arial, helvetica, sans-serif;
		color: #000;
		text-transform: uppercase;
		margin: 0px 0px 5px 0px;
		
	}
	.elementNormal2Content {
		font-size: 11px;
		line-height: 140%;
	}

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


.elementBox1 {
	width: 100%;
	font: 70% georgia, times new roman, serif;
	color: #3f3f40;
	margin: 0;
}
	.elementBox1 h2 {
		color: #000;
		margin: 0px;
		padding: 8px 0px 4px 10px;
		text-transform: uppercase;
	}
	.elementBox1Content {
		line-height: 150%;
		padding: 10px;
		
	}
	.elementBox1Content p{
		margin: 0px 0px 8px 0px;	
	}
	.elementBox1Link{
		padding: 5px 5px 0px 0px;
		font-weight: bold;
	}
	
	.LayoutCol2 .elementBox1 {
		border-bottom: 1px solid #d9d9d9;
		background: url(/img/boxgradient.png) repeat-x top;
	}
	
.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: none; background: #d9d9d9;}
.PollResultChoice .BarActive {overflow: hidden; height: 10px; background-color: #f2682f; 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: 3px;
	margin-bottom: 3px;
	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;
		text-transform: uppercase;
		color: #808080;
		float: left;
		width: 56px;
	}


/* eBREV */
.ebrev_archive_list table {width: 100%;}
.ebrev_archive_list td {
	font: 11px arial;
	padding: 5px;
}

/* MAGASIN */

.articleList .item {
	padding: 0px 0 0 10px; 
	border-left: 2px solid #d9d9d9;
	zoom: 1;
	margin-bottom: 15px;
	cursor: pointer;
}
.articleList .over { background: #f9f9f9; padding-left: 8px; border-left: 4px solid #9c1a14;}
.articleList .item .type { font-weight: bold; }
.articleList .item .meta { margin-bottom: 2px; }
.articleList .item h3 { font-weight: bold; font-size: 13px; margin:0;}
.articleList .item h3 a { text-decoration: none; }
.articleList .item .description { font-size: 10px; line-height: 130%; }

#Forum .button {
	margin-right: 20px;
}



/*********************************************************************/
/*   FORUM */
.ForumOverviewListContainer {width: 100%;}
.ForumOverviewListContainer TR.Even TD { background: #f5f5f5; padding: 3px; padding-top: 5px; }
.ForumOverviewListContainer TR.Odd TD { background: #fff; padding: 3px; padding-top: 5px; }
.ForumOverviewListContainer TR.description TD { padding-bottom: 5px; }
.ForumOverviewListContainer TR.divider TD { background: #fff url(/img/hline.gif) repeat-x; height: 1px; overflow: hidden; padding: 0;}
.ForumName {
	font-weight: bold;
}

#Forum .ThreadListContainer {
	border-collapse: collapse;
}
#Forum .ThreadListContainer .Odd td, #Forum .ThreadListContainer .Even td {
	border-bottom: 1px solid silver;
	padding: 6px;
}
#Forum .ThreadListContainer .Even td {
	background: #f9f9f9;
}

#Forum .Message {
	padding: 10px;
	line-height: 140%;
}
#Forum .Header {
	border-bottom: 1px solid #d9d9d9;
	border-top: 1px solid #d9d9d9;
	padding: 2px 10px;
	color: #303030;
}
#Forum .EvenReply {
	background: #f9f9f9;
}
#Forum form {
	margin: 15px 0px 0px 0px;
}
#Forum .Title {
	font: bold 11px verdana;
	padding: 5px 10px 5px 0px;
}
#Forum .ReplyForm {
	margin-top: 20px;
	border-bottom: 1px solid silver;
}
#Forum .ReplyForm .Header {
	background: #d9d9d9;
	color: #fff;
	font-weight: bold;
	border: none;
	padding: 7px 10px;
}
a.button {
	padding: 3px 15px;
	border: 1px solid silver;
	margin-right: 10px;
	height: 1%;
	text-decoration: none;
}
a.widebutton:link, a.widebutton:visited {
	display: block;
	padding: 3px 4%;
	border: 1px solid silver;
	height: 1%;
	width: 91%;
	margin-bottom: 2px;
	color: #005a84;
}
a.button:hover, a.widebutton:hover {
	border: 1px solid #9c1a14;
	
}
.createnewmessage {
	display: none;
}

.Blog .List .Item {
	padding: 0;
	border: none;
	font-family: arial;
	margin-bottom: 20px;
	line-height: 1.6em;
}
.Blog .List .Item p {
	margin-top: 0px;
}
.Blog .List .Item .Title {
	margin-bottom: 0px;
}
.Blog .List .Item .Header {
	margin-bottom: 0px;
}
.BlogEntry {
	font-family: arial;
}

.BlogEntry .Date {
	font-size: 11px;
}
.BlogEntry .Title {
	font-size: 15px;
	font-weight: bold;
	
}
.BlogEntry .Body {
	font-size: 13px;
	line-height: 1.6em;
	
}
.backlink {
	font-size: 11px;
	margin-bottom: 10px;
	display: block;
}

.Calendar * {
	font-family: arial, sans-serif;
}
.Calendar .Body {
	font-size: 12px;
}