body {
	margin: 0px;
	background: url(/img/bgtile.jpg);
	font-family: arial;
	
}

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

a:hover {
	color: #c0c0c0;
}

.highlight {
	background-color: #ffff00;
}


#pagecontainer {
	width: 960px;
	margin-left: auto; 
	margin-right: auto; 
	background: url(/img/blackshade.png);
}
img {
	border: none;
}
#top {
	position: relative;
	height: 130px;
	
}
	#logo a {
		position: absolute;
		display: block;
		top: 40px;
		left: 30px;
		width: 210px;
		height: 68px;
		background: url(/img/logo2.png) no-repeat;
		text-indent: -2000px;
		overflow: hidden;
		color: #505050;
		
	}
	#heart {
		position: absolute;
		display: block;
		top: 19px;
		left: 300px;
		width: 65px;
		height: 111px;
		background: url(/img/heart.png);
	}
#mainarea {
	background: #fff;
	
}
#context {
	margin: 0 0 1px 0;
}

/*
MENU STUFF
*/

#menuline {
	margin: 0 3px;
	padding: 0;
	height: 40px;
	position: absolute;
	display: block;
	bottom: 0px;
	left: 370px;
	
}

#menuline li {
	display: inline;
}

#menuline li div {
	padding-right: 20px;
}
#menuline li a:link, #menuline li a:visited {
	display: block;
	float: left;
	padding: 0 14px;
	
	font: 13px monda, sans-serif;
	line-height: 30px;
	height: 40px;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	
}
#menuline li a.active:link, #menuline li a.active:visited {
	background: url(/img/menuarrow.png) no-repeat center bottom;
}

#menuline li a:hover {
	background: url(/img/menuarrow.png) no-repeat center bottom;
}

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

/**********************************
* 	LEFT MENU
***********************************/

#leftmenu {
	padding: 0;
	margin: 0;
}
#leftmenu li {
	list-style: none;
}
#leftmenu li a:link, #leftmenu li a:visited {
	display: block;
	font: 11px arial;
	background: url(/img/leftmenuitembg.gif) no-repeat 0 0;
	padding: 6px 2px 8px 20px;
	text-decoration: none;
}
#leftmenu li a.active:link, #leftmenu li a.active:visited {
	background: url(/img/leftmenuitembg.gif) no-repeat 0 -27px;
}
#leftmenu li a:hover {
	background: url(/img/leftmenuitembg.gif) no-repeat 0 -27px;
}

/* 2nd level*/

#leftmenu ul {margin: 0; padding:0;}
#leftmenu ul * {background: none;}
#leftmenu ul li {}
#leftmenu ul li a:link, #leftmenu ul li a:visited {background: #d9d9d9;}
#leftmenu ul li a.active:link, #leftmenu ul li a.active:visited {}
#leftmenu ul li a:hover {}

#canvas {
	padding: 0px;
	vertical-align: top;
}
#canvasMenu {
	padding: 0px;
	vertical-align: top;
}

	#creditcontainer {
		text-align: center;
		width: 760px;
		margin: auto;
		padding-right: 15px;
		font: 9px arial;
		text-transform: uppercase;
		letter-spacing: 1px;
		color: #666;
		margin-top: 30px;
	}

	#creditcontainer a {
		color: #666;
		text-decoration: none;
	}
	#creditcontainer a:hover {
		color: #a0a0a0;
		text-decoration: none;
	}

	#bottombar {
		width: 960px;
		padding: 10px;
		margin: auto;
		text-align: center;
		font: 13px monda, sans-serif;
		color: #ddd;
	} 
	
/******************************************************************************************
	DIVERSE GENERELLE STYLES
*****************************************************************************************/


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

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

.breadcrumb {
	margin-top: -10px;
	padding: 0px 0px 10px 0px;
	font: 10px verdana;
	color: #7d7d7d;
}
	.breadcrumbitem {
		background-image: url(/dcminc/img/bcpil2.gif);
	}
	.breadcrumbitemlast {}

	.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;
}
	

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


/* CM Styles */
#PageTitle {
	margin-bottom: 15px;
}
#PageTitle h1 {
	margin: 0px;
	font: bold 32px/32px monda, sans-serif;
	color: #345915;
}
#PageTitle p {
	font: 18px/18px monda, sans-serif;
	color: #6b6b6b;
	margin: 3px 0px 10px 0px;
}

/*
  Layout STYLES
*/

.LayoutFull {
	width: 900px;
	padding: 30px;
}

.LayoutCol {
	width: 960px;
}
	.LayoutCol1 {
		padding: 40px;
		vertical-align: top;
	}
	.LayoutCol2 {
		width: 210px;
		padding: 40px 20px 0 0;
		vertical-align: top;
	}

#canvasMenu .LayoutFull {
	width: 760px;
}
#canvasMenu .LayoutCol {
	width: 760px;
}
	#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: 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 {
	margin-bottom: 0px;
	color: #404040;
}
	.elementNormal1 h2 {
		font: bold 20px monda, sans-serif;
		text-shadow: 1px 1px 1px #bbb;
		color: #345915;
		margin: 0px 0px 5px 0px;
	}
	.elementNormal1Content {
		font: 13px arial;
		line-height: 140%;
	}
	.elementNormal1Content p {
		margin: 0px 0px 15px 0px;
	}
	
	.elementNormal1Link {
		
		
	}
	
	.elementNormal1Link a {
		color: #fff;
		text-decoration: none;
		display: inline-block;
		padding: 5px 15px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		background: #999;
		-moz-box-shadow: 0px 0px 4px #999;
		-webkit-box-shadow: 0px 0px 4px #999;
		box-shadow: 0px 2px 2px #ccc;
	}
	.elementNormal1Link a:hover {
		background: #345915;
	}

.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 {
	margin-bottom: 20px;
	
	color: #fff;
	background: url(/img/bgtile.jpg);
	padding: 15px;
	-moz-box-shadow: inset 0px 0px 5px rgba(0,0,0,.5);
	-webkit-box-shadow: inset 0px 0px 5px rgba(0,0,0,.5);
	box-shadow: 0px 0px 10px rgba(0,0,0,.5);
}
	.elementBox1 h2 {
		color: #ffffff;
		margin: 0 0 1px 0;
		padding: 0;
		font: bold 20px monda, sans-serif;
		text-shadow: 1px 1px 1px #444;
		
		
	}
	.elementBox1Content {
		padding: 0px;
		overflow: hidden;
		
	}
	.elementBox1Content p{
		margin: 0px 0px 8px 0px;	
	}
	.elementBox1Link{
		padding: 5px 5px 0px 0px;
		font-weight: bold;
	}
	.elementBox1 a {
		color: #fff;
	}
.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;
	}

#teaserOuter {
	height: 260px;
	background: url(/img/bannershadow.png) no-repeat center bottom;
	margin-bottom: 20px;
	
}
#teaser {}
#teaser .slide {
	width: 901px;
	height: 240px;
}
#teaser .slide .inner {
	position: relative;
	
}
#teaser .slide .info {
	position: absolute;
	left: 30px;
	bottom: 40px;
	color: #fff;
	font-size: 20px;
	font-family: monda, sans-serif;
	width: 500px;
	line-height: 1em;
}
#teaser .slide .info h2 {
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,.6);
	font-size: 30px;
	line-height: 1em;
	margin-bottom: 10px;
}


table.flxtablegrid {
	border-collapse: collapse;
}
table.flxtablegrid p {
	margin: 0;
}
table.flxtablegrid th {
	background: #e9e9e9;
	color: #666;
	text-align: left;
}
table.flxtablegrid th,
table.flxtablegrid td {
	border: 1px solid #ddd;
	padding: 2px 6px;
}

.formStyle2 .FormElement {
	margin-bottom: 8px;
}
.formStyle1 .FormElement {
	margin-bottom: 8px;
}


.descriptionContainer {
	padding: 5px;
}

.descriptionContainer .title {
	font-weight: bold;
}
.descriptionContainer .description {
	font-size: 12px;
	line-height: 1.1em;
}