body {
	margin: 0px;
	background: #f3f3f3;
	padding: 20px 0 0 0;
	font-family: arial;
}

a:link, a:visited {
	color: #0081ab;
	text-decoration: none;
}

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

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

#top {
	position: relative;	
	background: url(/img/v2/topbg.gif) no-repeat top;
	height: 56px;
}

#logo {
	position: absolute;
	left: 0px;
	top: 10px;	
}
#byline {
	position: absolute;
	left: 480px;
	top: 20px;	
	width: 300px;
	text-transform: uppercase;
	font: 15px Century Gothic, arial;
	color: #808080;

}

/*
MENU STUFF
*/

#menuline {
	margin: 0 3px;
	padding: 0;
	height: 48px;
	background: url(/img/v2/menulinebg.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: 23px 10px 4px 10px;
	font: 10px arial;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	border-right: 1px solid #acacac;
}
#menuline li a.active:link, #menuline li a.active:visited {
	border-bottom: 2px solid #bdd73c;
}

#menuline li a:hover {
	
	background: url(/img/v2/menulinebg.gif) repeat-x 0 -48px;
}

#leftcol {
	width: 200px;
}

#leftmenu {
	padding: 0;
	margin: 0;
}
#leftmenu li {
	list-style: none;
}
#leftmenu li a {
	display: block;
	font: 11px arial;	
}



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

		#creditcontainer {
			text-align: right;
			width: 760px;
			margin: auto;
			padding-right: 15px;
			font: 10px verdana;
			color: #ADADAD;

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

		#bottombar {
			background: url(/img/v2/bottombg.gif) no-repeat top;
			width: 963px;
			margin: auto;
			color: #d7d7d7;
			text-align: center;
			font: 10px verdana;
			height: 25px;
			vertical-align: middle;
		} 
	
.hidden {
	display: none;
}
/******************************************************************************************
	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 0px 0px;
	font: 10px arial;
	color: #7d7d7d;
}
	.breadcrumb A:link, .breadcrumb A:visited {
		font-weight: bold;
		color: #7d7d7d;
		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: 5px;
}
#PageTitle h1 {
	margin: 0px;
	font: bold 23px "Century Gothic", arial;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #bdd73c;
}
#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: 964px;
	margin: 0 2px;
	/*background-image: url(/img/vline.gif);
	background-position: 75%;
	background-repeat: repeat-y;*/
}
	.LayoutCol1 {
		width: 550px;
		padding: 20px 20px 0 20px;
		vertical-align: top;
	}
	.LayoutCol2 {
		width: 349px;
		padding: 20px 20px 0 0;
		vertical-align: top;
	}



/*
  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 {
	font: 70% arial;
	margin-bottom: 0px;
	color: #505050;
}
	.elementNormal1 h2 {
		
		color: #6d6d6f;
		font: 16px "Century Gothic", arial;
		text-transform: uppercase;
		margin: 0px 0px 5px 0px;
	}
	.elementNormal1Content {
		font: 100% arial;
		line-height: 140%;
	}
	.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: bold 17px Century Gothic, Arial;
		text-transform: uppercase;
		margin-bottom: 5px;
		color: #0e82ac;
	}
	.elementNormal3Content {
		font: 10px arial;
		line-height: 1.7em;
		color: #666666;
	}
	
	.elementNormal3 p {
		margin-bottom: 5px;	
	}
.greenbox .content {
	
}

.elementBox1 {

	width: 100%;
	font: 70% arial;
	margin-bottom: 10px;
	width: 349px; 
	background: #bdd73c url(/img/v2/boxtop.gif) no-repeat top; 
}
	.elementBox1 h2 {
		font: bold 14px Century Gothic, arial;
		color: #fff;
		text-transform: uppercase;
		margin: 0 0 0 0;
		padding: 10px;
	}
	.elementBox1Content {
		background: url(/img/v2/boxbottom.gif) no-repeat bottom; 
		padding: 10px 10px 30px 10px;
		overflow: hidden;
		color: #fff;
	}
	.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;
}

.newsExtract .lastItem {
	border-bottom: none;
}

.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: 5px;
	background: none;
	border-bottom: 1px solid #d9d9d9;
	margin-bottom: 5px;
}
	.UdtraekItemBox .Title{
		font: bold 100% arial;
		
	}
	.UdtraekItemBox .Title a:link, .UdtraekItemBox .Title a:visited {
		color: #fff;
	}
	
	.UdtraekItemBox .Date{
		font: 80% arial;
		color: #a1a1a1;
	}
	


	
	
	
.forfatterItem {
	border: 1px solid #f5f5f5;
	padding: 10px 0 0 10px;
	width: 285px; 
	height: 110px; 
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
	cursor: pointer;
	
}
	
.forfatterItem img {
	border: 2px solid #fff;
}
	
.forfatterItem:hover {
	background: url(/img/v2/shadow_l.gif) repeat-x top;
	border: 1px solid #d9d9d9;
	
}

.forfatterItem h2 {
	font: bold 14px Century Gothic, arial;
	text-transform: uppercase;
}



.forfatterItemActive {
	
}


#forfatter h1 {
	
}

#forfatter h2 {
	color: #6d6d6f;
	font: 16px "Century Gothic", arial;
	text-transform: uppercase;
	margin: 0 0 10px 0;
}

#forfatter .foredrag h2 {
	color: #0081ab;
	font: bold 13px arial;
	border: none;
		
}
#forfatter .foredrag {
	font: 11px arial;
}

.col1 {
	padding-right: 20px;
}
.col2 {
	
}


.foredrag {
	color: #303030;
}

a.backlink {
	clear: both;
	font-weight: bold;
	display: block;
}

.greenbox td { color: #fff;}
.greenbox {

	background: #bdd73c url(/img/v2/boxtop.gif) no-repeat top; 
	width: 349px; 
	color: #fff;
}
.greenbox .content {
	padding: 10px 10px 30px 10px;
	background: url(/img/v2/boxbottom.gif) no-repeat bottom; 
}
#forfatter .greenbox h2 {
	color: #fff;
	font: bold 18px "Century Gothic", arial;
	margin: 0;
}
#forfatter .greenbox h3{
	color: #fff;
	font: 20px "Century Gothic", arial;
	text-transform: uppercase;
	margin: 0 0 10px 0;
}


.relatedAuthors {}
.relatedAuthors .item {
	margin: 0 0 5px 0;
	height: 45px;
	line-height: 100%;
}
.relatedAuthors .item:hover {
	background: #f0f0f0;
}
.relatedAuthors .item .image {
	float: left;
	border-right: 5px solid #fff;
	
}
.relatedAuthors .item .content {
	float: left;
	border: 1px solid #d9d9d9;
	width: 260px;
	padding: 0px 10px;
	height: 43px;
	overflow: hidden;
}
.relatedAuthors .item h3 {
	margin: 0;
	padding: 3px 0 0 0;
	font: bold 11px "Century Gothic", arial;
	text-transform: uppercase;
}


#forfatter .foredragItem {
	margin-bottom: 20px;
}
#forfatter .foredragItem h2 {
	color: #bdd73c;
	font: bold 16px "Century Gothic", arial;
	text-transform: none;
	margin: 0 0 3px 0;
}
#forfatter .foredragItem {
	font: 11px "Century Gothic", arial;
}

#emneliste ul {
	padding: 0;
	margin: 10px 0;
}
#emneliste li {
	display: inline;
}
#emneliste li a {
	display: block;
	width: 170px; 
	float:left;
	padding: 5px;
	margin: 0 2px 2px 0;
	list-style: none;
	font-size: 11px;
	border: 1px solid #f5f5f5;
}
#emneliste li a:hover {
	background: #bdd73c;
	color: #fff;
	border: 1px solid #bdd73c;
}

#emneliste .letterHeader {
	font-size: 17px;
	height: 30px;
	border-bottom: 1px solid silver;
}
#emneliste .firstletter {
	font-size: 17px;
	font-weight: bold;
	color: #fff;
	background-color: #bdd73c;
	padding: 7px 0;
	width: 30px;
	text-align: center;
	height: 16px;
	float: left;
}
#emneliste .letterlist {
	font-size: 11px;
	padding: 10px;
	float: right;
}

#emneliste .letterlist a {
	padding-right: 4px;
}

#emneliste .letterlist a.active {
	font-size: 17px;
}



.Mailinglist div {
	display: inline;
}

.Mailinglist input.knap {
	background: #0e82ac;
	border: none;
	font-family: arial;
	padding: 1px 7px;
	color: #fff;
}

#teasers {
	height: 188px;
	width: 550px;
	overflow:hidden;
}