body {
	margin: 0px;
	background: #cfe2ee url(/img/v2/bg.png) repeat-x top;
}

a:link, a:visited {
	color: #22426D;
}

a:hover {
	color: #c0c0c0;
}

.highlight {
	background-color: #ffff00;
}


#pagecontainer {
	background-color: #ffffff;
	width: 960px;
	padding: 0px 10px;
	margin-left: auto; 
	margin-right: auto; 
	background: url(/img/v2/mainbg.png) repeat-y;
}

ul#menuline {
	background: url(/img/v2/menulinebg.png) repeat-x;
	font: 11px verdana;
	list-style-type: none;
	height: 28px;
	line-height: 28px;
	padding: 0px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	border-top: 1px solid #0070aa;
}
ul#menuline li {
	float: left;
	display: inline;
}
ul#menuline li a:link, ul#menuline li a:visited {
	display: block;
	color: #fff;
	padding: 0 10px;
	height: 28px;
	line-height: 28px;
	text-decoration: none;
	background: url(/img/v2/menuitembg.png) no-repeat right 0px;
}
ul#menuline li a.active:link, ul#menuline li a.active:visited {
	background: url(/img/v2/menuitembg.png) no-repeat right -33px;
}
ul#menuline li a:hover {
	background: url(/img/v2/menuitembg.png) no-repeat right -33px ;
}



#top {
	width: 980px;
	margin-left: auto; 
	margin-right: auto; 
}
#teaserArea {
	background: url(/img/v2/teaserbg.png);
	position: relative;
	height: 200px;
	width: 980px;
	margin: auto;
}
#infoArea {
	position: absolute;
	right: 20px;
	top: 70px;
	width: 230px;
	height: 110px;
	font: 40px/40px JournalRegular, arial, sans-serif;
	color: #fff;
	text-align: center;
}

#leftcol {
	width: 180px;
	padding-top: 20px;
	padding-left: 20px;
	vertical-align: top;
}
#leftcol h2 {
	font: 18px LeagueGothicRegular, arial, sans-serif;
	color: #ffffff;
	margin: 0px;
	background: #0c7ed5 url(/img/v2/box1header.png) repeat-x;
	height: 29px;
	line-height: 29px;
	padding: 0 10px;
	border-bottom: 1px solid #0071ff;
}
#leftmenu {
	padding: 0;
	margin: 0;
}
#leftmenu li {
	list-style: none;
}

	#leftmenu a:link, #leftmenu a:visited {
		color: #314A77;
		font:  11px arial;
		padding: 7px 10px;
		display: block;
		background: #e9f2f9;
		text-decoration: none;
		margin-bottom: 1px;
	}
	#leftmenu a.active:link, #leftmenu a.active:visited {
		font-weight: bold;
	}
	#leftmenu a:hover{
		background: #deebf6;
	}
	#leftmenu ul {
		padding: 0;
		margin: 0 0 0 10px;
	}
	#leftmenu ul a:link, #leftmenu ul a:visited {
		background: none;
		padding: 3px 10px;
	}
	
	
#canvas {
	width: 920px;
	padding: 20px;
	vertical-align: top;
}
#canvasMenu {
	padding: 20px;
	width: 720px;
	vertical-align: top;
}

		#creditcontainer {
			text-align: center;
			width: 760px;
			margin: auto;
			padding-right: 10px;
			font: 10px arial;
			margin-bottom: 40px;
		}
		#creditcontainer a {
			color: #999;
			text-decoration: none;
		}
		#creditcontainer a:hover {
			color: #555;
			text-decoration: none;
		}

		#bottomcontainer {
			width: 980px;
			margin: auto;
			background: url(/img/v2/bottombg.png) no-repeat;
			height: 40px;
			padding-top: 15px;
		} 
		#bottom {
			font: 11px arial;
			text-align: center;
			color: #fff;
		}
		#bottom a:link, #bottom a:visited {
			color: #fff;
		}
	
/******************************************************************************************
	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: 5px;
}
#PageTitle h1 {
	margin: 0px;
	font: 30px LeagueGothicRegular, arial, sans-serif;
	color: #006198;
}
#PageTitle p {
	font: 65% verdana;
	color: #6b6b6b;
	border: 1px solid silver;
	background: #f5f5f5;
	padding: 5px;
	margin: 5px 0px 10px 0px;
}

/*
  Layout STYLES
*/

.LayoutFull {
	width: 920px;
	padding: 0px;
}

.LayoutCol {
	width: 920px;
}
	.LayoutCol1 {
		width: 700px;
		padding-right: 20px;
		vertical-align: top;
	}
	.LayoutCol2 {
		width: 200px;
		vertical-align: top;
	}
#canvasMenu .LayoutFull {
	width: 720px;
}
#canvasMenu .LayoutCol {
	width: 720px;
}
#canvasMenu .LayoutCol1 {
	width: 520px;
}


/*
  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%;
		padding-left: 8px;
		background: none;
	}


/* 
	ELEMENT STYLES
*/

.elementNormal1 {
	font: 70% arial;
	margin-bottom: 20px;
}
	.elementNormal1 h2 {
		font: 25px LeagueGothicRegular, arial, sans-serif ;
		color: #006198;
		margin: 0px 0px 5px 0px;
		border-bottom: 1px solid silver;
	}
	.elementNormal1Content {
		font: 13px arial;
		line-height: 150%;
	}
	.elementNormal1Content p {
		margin: 0px 0px 15px 0px;
	}
	

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

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


.elementBox1 {
	width: 100%;
	font: 70% arial;
	margin-bottom: 20px;
	background: #33adff;
	color: #fff;
}
.elementBox1 a:link, .elementBox1 a:visited {
	color: #fff;
}
	.elementBox1 h2 {
		font: 18px LeagueGothicRegular, arial, sans-serif;
		color: #ffffff;
		margin: 0px;
		background: #0c7ed5 url(/img/v2/box1header.png) repeat-x;
		height: 29px;
		line-height: 29px;
		padding: 0 10px;
		border-bottom: 1px solid #0071ff;
		
	}
	.elementBox1Content {
		padding: 10px 10px;
		overflow: hidden;
		background: #33adff url(/img/v2/box1shadow.png) repeat-x top;
	}
	.elementBox1Content p{
		margin: 0px 0px 8px 0px;	
	}
	.elementBox1Link{
		padding: 5px 5px 0px 0px;
		font-weight: bold;
	}
.elementBox2 {
	width: 100%;
	font: 70% arial;
	margin-bottom: 20px;
	background: #33adff;
}
.elementBox2 a:link, .elementBox2 a:visited {
	
}
	.elementBox2 h2 {
		font: 18px LeagueGothicRegular, arial, sans-serif;
		color: #ffffff;
		margin: 0px;
		background: #0c7ed5 url(/img/v2/box1header.png) repeat-x;
		height: 29px;
		line-height: 29px;
		padding: 0 10px;
		border-bottom: 1px solid #0071ff;
		
	}
	.elementBox2Content {
		padding: 10px 10px;
		overflow: hidden;
		background: #fff;
		border: 1px solid #e0e0e0;
		border-top: none;
	}
	.elementBox2Content p{
		margin: 0px 0px 8px 0px;	
	}
	.elementBox2Link{
		padding: 5px 5px 0px 0px;
		font-weight: bold;
	}
	

.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 solid #d9d9d9;
	font-size: 100%;
}
.NewsListItem  .Active {
	border-left: 4px solid #0079cc;
	padding: 10px 20px;
}

.NewsListItemHeader {
}
.NewsListItemTitle {
	float: left;	
	font: 80% arial;
}

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

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

.ShowNewsItem  {
	padding: 20px;
	background: #0079cc;
	margin-bottom: 15px;
	font-size: 100%;
	color: #fff;
}
.ShowNewsItem  a:link, .ShowNewsItem  a:visited {
	color: #fff;
}
.ShowNewsItemHeader {
}
.ShowNewsItemTitle {
	float: left;	
	font: 26px LeagueGothicRegular, arial, sans-serif;
	color: #ffffff;
	
}

.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 {
	background: none;
	border-bottom: 1px solid #d9d9d9;
	padding: 5px 0;
	font-size: 11px;
}
	.UdtraekItemBox .Title{
		font: bold 11px arial;
		
	}
	.UdtraekItemBox .Description {
		padding-top: 3px;
		line-height: 1.3em;
	}
	.UdtraekItemBox .Date{
		font: 10px arial;
		color: #999;
	}


#rig {
	position: absolute;
	left: 41px;
	top: 0px;
	background: url(/img/v2/rig-bottom.png);
	height: 27px;
	width: 50px;
	z-index: 1000;
}
#slideshow {
	width: 710px;
	height: 200px;
	overflow: hidden;
	margin-bottom: 20px;
	margin-left: 10px;
}
#slideshow .slide .inner {
	width: 710px;
	height: 200px;
	overflow: hidden;
	cursor: pointer;
}
#slideshow .slide .inner {
	position: relative;
}
#slideshow .slide .inner .info {
	position: absolute;
	font: 11px arial;
	top: 225px;
	left: 30px;
	background: url(/img/v2/infobg.png);
	width: 303px;
	height: 100px;
	color: #fff;
	font-size: 10px;
	line-height: 1.1em;
	padding: 15px;
}
.info a {
	color: #fff;
	text-decoration: none;
}
.info h2 {
	font: bold 17px arial;
	color: #fff;
	margin: 0;
}

#slideshow .slide {
}

	