body {
	margin: 0px;
	background: #adbdbe url(/img/bg.png) repeat-x top;
	font-family: arial;
	
}

a:link, a:visited {
	color: #9bbb50;
	text-decoration: none;
}

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

.highlight {
	background-color: #ffff00;
}

textarea {
	font-family: tahoma, arial;
	font-size: 12px;
}


#pagecontainer {
	width: 990px;
	margin-left: auto; 
	margin-right: auto; 
}

#top {
	position: relative;
	height: 123px;
	background: #fff url(/img/topbg.png) no-repeat;
	padding-bottom: 20px;
		
}
	#logo {
		position: absolute;
		top: 20px;
		left: 23px;
	}
	
	#forgotPassword {
		position: absolute;
		top: 0px;
		left: 550px;
		padding: 10px;
		background: #fff;
		width: 250px;
		border: 1px solid #e5e5e5;
		border-top: none;
		z-index: 10000;
	}
	
	#loginarea {
		position: absolute;
		top: 10px;
		left: 180px;
		font: 11px arial;
		color: #808080;
	}
	
	.emailfield, .pass {
		background: url(/img/inputbg.png) no-repeat left top;
		width: 94px; 
		height: 15px;
		border: none;
		font: 9px arial;
		padding: 6px 0 4px 5px;
		color: #929497;
	}
	
	#search {
		position: absolute;
		top: 10px;
		right: 23px;
		background: url(/img/inputbg.png);
		height: 15px;
		width: 94px;
		padding: 7px 0 1px 5px;
	}
	#search input.invisible {
		padding: 0 0 0 5px;
		float: left;
		border: none;
		font: 9px arial;
		color: #929497;
		background: none;
		width: 70px;
	}
	#search input.searchbutton {
		float: left;
	}
	
	
#mainarea {
	background: #fff;
	margin-bottom: 4px;
	width: 932px;
	padding: 0 29px 0 29px;
}
#context {
	margin: 0 0 1px 0;
}

/* rounded corners: */
a.button {
	color:#fff;
	font-family:"Arial",Helvetica,sans-serif;
	font-size:10px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	margin-left:10px;
	padding:3px 12px 0 0;
	text-decoration:none;
	text-transform: uppercase;
	background:transparent url(/img/button.png) no-repeat scroll right top;
	float: right;

}
a.leftbutton {
	float: left;
	margin-left: 0;
	margin-right: 10px;
}
a.button span {
	display:block;
	float:left;
	height:19px;
	margin-top:-3px;
	padding-right:12px;
	background:transparent url(/img/button.png) no-repeat scroll left top;
}
a.button:hover {
	background:transparent url(/img/button_a.png) no-repeat scroll right top;
	color:#FFFFFF;
}
a.button:hover span {
	background:transparent url(/img/button_a.png) no-repeat scroll left top;
}


.buttonbar {
	height: 19px;
	padding: 7px 0;
}
.topline {
	background: url(/img/hline.png) repeat-x top;
}
.bottomline {
	background: url(/img/hline.png) repeat-x bottom;
}

.small {
	font-size: 11px;
}
.light {
	color: #909090;
}


/*
MENU STUFF
*/

#menuline {
	margin: 0;
	padding: 0;
	height: 30	px;
	position: absolute;
	top: 70px;
	right: 20px;
	
}
.white *, .white {
	color: #fff !important;
}
/*
#menuline li {
	display: inline;
}

#menuline li div {
	padding-right: 20px;
}
#menuline li a:link, #menuline li a:visited {
	display: block;
	float: left;
	padding: 7px 14px 6px 14px;
	font: 10px arial;
	text-transform: uppercase;
	color: #231f20;
	text-decoration: none;
}
#menuline li a.active:link, #menuline li a.active:visited {

}

#menuline li a:hover {

}
*/
.altfont {
	font-family: tahoma !important;
}
.white {
	color: #fff;
}


#leftcol {
	width: 215px;
	vertical-align: top;
	padding-bottom: 20px;
}

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

#leftmenu {
	padding: 0;
	margin: 0 0 20px 0;
	background: url(/img/leftmenubg.gif);
}
#leftmenu li {
	list-style: none;
}
#leftmenu li a:link, #leftmenu li a:visited {
	display: block;
	font: 11px arial;
	background: url(/img/leftarrow.gif) no-repeat 200px center;
	padding: 7px 20px 8px 13px;
	text-decoration: none;
	color: #58595b;
	border-top: 1px solid #f9f9f9;
	border-bottom: 1px solid #e3e3e4;
	letter-spacing: 1px;
}
#leftmenu li a.active:link, #leftmenu li a.active:visited {
	background: url(/img/leftarrow_right.gif) no-repeat 196px center;
	color: #9bbb50;
}
#leftmenu li a:hover {
	background: url(/img/leftarrow_right.gif) no-repeat 196px center;
	color: #9bbb50;
}

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

.leftInfoBox {
	background: url(/img/leftmenubg.gif);
	padding: 20px 10px;
	margin-bottom: 20px;
	font: 17px tahoma;
	color: #808080;
}

.leftInfoBox input {
	font: 11px tahoma;
	color: #404040;
}


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

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

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

		#bottombar {
			
			height: 20px;
			width: 950px;
			padding: 10px 20px;
			margin: auto;
			background: #cad5d6;
			padding-top: 15px;
			color: #404041;
			
			font-size: 11px;
			
		} 
	
/******************************************************************************************
	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 arial;
	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;
	background: url(/img/hline.png) repeat-x bottom;
}
#PageTitle h1 {
	margin: 0px;
	padding-bottom: 5px;
	font: 140% tahoma, arial, sans-serif;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #404040;
}
#PageTitle p {
	font: 65% arial;
	color: #6b6b6b;
	border: 1px solid silver;
	background: #f5f5f5;
	padding: 5px;
	margin: 5px 0px 10px 0px;
}

/*
  Layout STYLES
*/

.LayoutFull {
	width: 932px;
	padding-top: 0px;
	padding-bottom: 20px;
}

.LayoutCol {
	width: 932px;
}
	.LayoutCol1 {
		padding: 0px 20px 20px 0;
		vertical-align: top;
	}
	.LayoutCol2 {
		padding: 0 0 0 0;
		width: 180px;
		vertical-align: top;
	}

#canvasMenu .LayoutFull {
	width: 677px;
	padding: 0 0 0 40px;
}
#canvasMenu .LayoutCol {
	width: 677px;
	margin: 0 0 0 40px;
}
	
	#canvasMenu .LayoutCol1 {
		width: 477px;
	}
	
	#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: 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 {
	margin-bottom: 0px;
	color: #404040;
}
	.elementNormal1 h2 {
		font-size: 130%;
		font-family: arial;	
		color: #404041;
		margin: 0px 0px 5px 0px;
	}
	.elementNormal1Content {
		font: 110% arial;
		line-height: 140%;
	}
	.elementNormal1Content p {
		margin: 0px 0px 15px 0px;
	}
	

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

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


.elementBox1 {
	width: 100%;
	margin-bottom: 10px;
	color: #555555;
}
	.elementBox1 h2 {
		color: #404041;
		margin: 0 0 10px 0;
		padding: 0 0 5px 0;
		font-size: 110%;
		text-transform: uppercase;
		background: url(/img/hline.png) repeat-x bottom;
		
	}
	.elementBox1Content {
		padding: 10px;
		overflow: hidden;
		background: #f5f5f5;
	}
	.elementBox1Content p{
		margin: 0px 0px 8px 0px;	
	}
	.elementBox1Link{
		padding: 5px 5px 0px 0px;
		font-weight: bold;
	}
	
.elementBox1 ul {
	margin: 20px 0;
	padding: 0 0 0 5px;
}
	
.elementBox2 {
	font: 80% arial;
	margin-bottom: 6px;
	margin-top: 4px;
}
	.elementBox2 a {
		
	}
	.elementBox2 h2 {
		color: #7d7d7d;
		font: bold 11px arial;
		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;
	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: 10px 0px 10px 0px;
	margin:0;
	font-size: 100%;
	border: none;
	background: url(/img/hline.png) repeat-x bottom;
}

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


.listtable th {
	text-align: left;
	font-weight: bold;
	background: url(/img/hline.png) repeat-x bottom;
}

.listtable tr td {
	background: url(/img/hline.png) repeat-x bottom;
	padding: 4px 2px;
	font-size: 11px;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#memberPage {}
#memberPage .description{
	width: 330px;
	float: left;
	margin-right: 20px;
}
#memberPage .infobar {
	width: 326px;
	float: left;
}

.infobar h2 {
	font: 21px tahoma;
}
h4 {
	text-transform: uppercase;
	background: url(/img/hline.png) repeat-x bottom;
	padding-bottom: 5px;
	font-size: 10px;
	margin: 0 0 10px 0;
}
.infobar ul {margin: 0; padding: 0;}
.infobar ul li {
	list-style: none;
}
.infobar .image {margin-bottom: 20px;}
.infobar .logo {margin-bottom: 20px;}

.infobar ul li {
	padding-left: 15px;
	font-size: 11px;
}
.infobar ul li.active {
	background: url(/img/leftarrow_right.gif) no-repeat 0px 3px;
}

.memberItem {
	background: url(/img/hline.png) repeat-x bottom;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.memberItem .image {
	float: right;
}
.memberItem .image {}
.memberItem .image {}

#teasers {
	height: 303px;
	width: 674px;
}

.teaser {
	display: none;
	width: 674px;
	height: 303px;
}
.teaser .inner {
	position: relative;
	height: 303px;
}
.teaser .overlay {
	position: absolute;
	top: 30px;
	left: 30px;
	width: 346px;
	height: 167px;
	padding: 20px;
	background: url(/img/ba_overlay.png) no-repeat;
	z-index: 10;
	color: #fff;
}
.teaser .overlay h2 {
	font-size: 30px;
	font-family: tahoma;
	color: #fff;
}
.teaser .overlay p {
	font-size: 20px;
	font-family: tahoma;
	
}

.teaser .image {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 4;
}
