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

a:hover {
	color: #c0c0c0;
}

.highlight {
	background-color: #ffff00;
}
body {
	background: url(/img/bg.gif) repeat-x;
	margin: 0;
}
body, td, div {
	font-family: arial, sans-serif;
}
#page {
	background: url(/img/mainbg.gif) repeat-x;
	width: 920px;
	margin: auto;
	padding: 10px 40px 20px 40px;
}
#bottom {
	text-align: center;
	font: 11px arial;
	color: #808080;
	margin-top: 20px;
	border-top: 1px solid #e5e5e5;
	padding: 10px 0 0 0;
}

#top {
	position: relative;
	height: 60px;
}
#logo {
	position: absolute;
	top: 0px;
	left: 0px;	
}
#ring {
	position: absolute;
	top: 10px;
	right: 250px;	
}
#n2it {
	position: absolute;
	top: 10px;
	right: 0px;	
}

#menuline {
	background: #0E773C;
	height: 55px;
	position: relative;
	margin-bottom: 20px;
	
}
#menuline ul {
	position: absolute;
	top: 33px;
	padding: 0;
	margin: 0;
}
#menuline li {
	list-style: none;
	list-style-type: none;
	display: inline;
}
#menuline a:link, #menuline a:visited {
	color: #fff;
	text-decoration: none;
	display: block;
	float: left;
	padding: 3px 20px 5px 20px;
	padding: 3px 12px 5px 12px;
	font: 11px arial;
	border-right: 1px solid #fff;	
} 
#menuline a:hover {
	background: #fff;
	color: #0E773C;
} 
#menuline a.active:link, #menuline a.active:visited {
	background: #fff;
	color: #0E773C;
	font-weight: bold;
	font-size: 14px;
	border-right: 1px solid #fff;	
} 

#canvas {
	vertical-align: top;
}
#canvasMenu {
	vertical-align: top;
}
h2 {
	font: bold 11px arial;
	color: #ea2725;
	margin-bottom: 5px;
}
p {
	margin: 0 0 20px 0;
}

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

#leftmenu .menuItem {
}
	#leftmenu, #leftmenu UL {
		margin: 0;
		padding: 0 0 0 0px;
		font: 11px verdana;
	}
	#leftmenu li {
		display: inline;
	}
	#leftmenu a:link, #leftmenu a:visited {
		color: #314A77;
		font:  11px arial;
		padding: 6px 0 6px 12px;
		display: block;
		text-decoration: none;
		background: url(/img/plus_small.gif) no-repeat 0px 10px;
	}
	#leftmenu a.active:link, #leftmenu a.active:visited {
		font-weight: bold;
	}
	#leftmenu .menuItem a.active:hover, #leftmenu .menuItem a.inactive:hover {
		background-color: #ffffff;
	}

	#leftmenu ul {
		border-left: 1px solid #0E773C;
		margin-left: 2px;
		margin-bottom: 15px;
	}
	
	#leftmenu ul a:link, #leftmenu ul a:visited {
		padding: 2px 0 2px 20px;
		background: url(/img/plus_small.gif) no-repeat 10px 6px;
	}
	
	
#teasers {
	border: 1px solid silver;
	border-right: none;
	height: 401px;
	overflow: hidden;
}
#teasers .teaser {
	width: 305px;
	height: 200px;
	overflow: hidden;
	position: relative;
	float:left;
	border-right: 1px solid silver;
	cursor: pointer;
}

#teasers .teaser .poster {
	position: absolute;
	top:0;
	left:0;
	width: 265px;
	padding: 10px 20px;
	height: 200px;
	background: #fff;
	z-index: 100;
}
#teasers .teaser .info {
	position: absolute;
	top:0;
	left:0;
	width: 265px;
	padding: 10px 20px;
	height: 200px;
	z-index: 10;
	background: url(/img/teaserbg.jpg) right top no-repeat;
}
#teasers .teaser h2 {
	color: #005194;
	font-size: 22px;
	width: 100%;
}
.shadow {
	height: 10px;
	background: url(/img/shadow.gif) top repeat-x;
}

	
/******************************************************************************************
	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 verdana;
	color: #7d7d7d;
}
	.breadcrumb A:link, .breadcrumb A:visited {
		font-weight: bold;
		color: #22426D;
		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;
}
	

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


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

/*
  Layout STYLES
*/

.LayoutFull {
	width: 919px;
}


.LayoutCol {
	width: 920px;
	/*background-image: url(/img/vline.gif);
	background-position: 75%;
	background-repeat: repeat-y;*/
}
	.LayoutCol1 {
		width: 629px;
		margin-right: 10px;
		vertical-align: top;
		padding: 0;
	}
	.LayoutCol2 {
		width: 205px;
		vertical-align: top;
		padding: 0 0 0 0;
	}

#canvasMenu .LayoutFull { width: 720px; }

#canvasMenu .LayoutCol { width: 540px; }
#canvasMenu .LayoutCol1 { width: 200px; }

/*
  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
*/

h3 {
	font: bold 120% arial;
	color: #0E773C;
	margin-bottom: 5px;
}

.elementNormal1 {
	font: 70% verdana;
	margin-bottom: 0px;
	color: #505050;
}
	.elementNormal1 h2 {
		font: bold 110% arial;
		color: #7C7C7C;
		margin: 0px 0px 5px 0px;
	}
	.elementNormal1Content {
		font: 100% verdana;
		line-height: 140%;
	}
	.elementNormal1Content p {
		margin: 0px 0px 20px 0px;
	}
	

.elementNormal2 {
	font: 70% verdana;
	margin-bottom: 20px;
	color: #505050;
	border-left: 2px solid #0E773C;
	padding-left: 20px;
	zoom: 1;
	
}
	.elementNormal2 h2 {
		font: bold 120% arial;
		color: #7C7C7C;
		margin: 0px 0px 5px 0px;
		
	}
	.elementNormal2Content {
		font: 100% verdana;
		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% verdana;
	margin-bottom: 10px;
	padding: 10px 0 15px 0;
	border-top: 1px solid #f4f4f4;
	background: url(/img/boxbottomshadow.gif) bottom no-repeat;
	color: #4f4f4f;
}
	.elementBox1 h2 {
		font: bold 100% arial;
		color: #ea2725;
		margin: 0px;
		padding: 5px 0px 4px 8px;
	}
	.elementBox1Content {
		margin: 0px 3px 0px 3px;	
		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% 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: 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;
	}

.FormElement {
	margin-bottom: 5px;
}
.FormElementElement {
	float: left;
}