	BODY {
		margin: 0px 0px 0px 0px;
		/*background-image: url(/img/bg_kryds.gif);
		background-position: center 50px;
		background-repeat: no-repeat;*/
		background: url('/img/v2/centerbg.gif') center repeat-y;
	}

	.hspacer {
		margin-top: 6px;
		margin-bottom: 6px;
		background-image: url(/img/hline.gif);
	}
	}
	
	.vspacer {
		margin-top: 4px;
		margin-bottom: 4px;
		background-image: url(/img/vline.gif);
		height: 100px;
		width:1px;
	}
	
	a:link,a:visited {
		font-family: arial;
		color: #008eb8;
		text-decoration: none;
	}
	a:hover {
		text-decoration: underline;
	}
	
	
/******************************************************************************************
	FORMATTERING AF CMS ELEMENTER
*****************************************************************************************/

.breadcrumb {
	padding: 0px 0px 3px 0px;
	font: 10px tahoma;
	color: #7d7d7d;
}
.breadcrumbitem {
	float: left;
	padding-right: 11px;
	margin-right: 3px;
	background-image: url(/dcminc/img/bcpil.gif);
	background-repeat: no-repeat;
	background-position: 100% 4px;
	
}
.breadcrumbitemlast {

}
	.breadcrumb A {
		font-weight: bold;
		color: #7d7d7d;
		text-decoration: none;
	}
	.breadcrumb A:Hover {
		font-weight: bold;
		color: #ff9900;
		text-decoration: underline;
	}




/* CM Styles */
#PageTitle {
	margin-bottom: 0px;
}
#PageTitle h1 {
	margin: 0px;
	font: 120% arial;
	color: gray;
}
#PageTitle p {
	font: 70% tahoma;
	color: #7d7d7d;
	margin: 0px;
}
	
.gridSplitMid {
	background: none;
}
	
	
/*
  Layout STYLES
*/

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

.LayoutCol {
	width: 627px;
}
	.LayoutCol1 {
		float: left;
		width: 433px;
		padding: 15px;
		margin-right: 15px;
	}
	.LayoutCol2 {
		float: right;
		width: 164px;
	}

	
.elementNormal1 {
	font: 70% tahoma;
	margin-bottom: 0px;
	color: #404040;
}
	.elementNormal1 h2 {
		font: 130% arial;
		color: #7C7C7C;
		margin: 0px 0px 0px 0px;
	}
	.elementNormal1Content {
		line-height: 140%;
	}
	.elementNormal1Content p {
		margin: 0px 0px 10px 0px;
	}
	
.elementNormal3 {
	font: 70% tahoma;
	margin-bottom: 0px;
	color: #404040;
}
	.elementNormal3 h2 {
		font: bold 90% tahoma;
		margin: 0px;
		padding: 0px;
		text-transform: uppercase;
		color: #606060;
		margin-bottom: 5px;
	}
	.elementNormal3Content {
		line-height: 120%;
	}
	.elementNormal3Content p {
		margin: 0px 0px 10px 0px;
	}
	
.elementBox1 {
	font: 70% tahoma;
	margin-bottom: 10px;
	border: 1px solid #e9e9e9;
	padding: 10px;
}
	.elementBox1 h2 {
		font: bold 90% tahoma;
		margin: 0px;
		padding: 0px;
		text-transform: uppercase;
		color: #606060;
		margin-bottom: 5px;
	}
	.elementBox1Content {
		margin: 0px;	
		padding: 0px;
	}
	.elementBox1Content p{
		margin: 0px 0px 8px 0px;	
	}
	
	.elementBox1Link{
		padding: 5px 5px 5px 8px;
		margin-bottom: 10px;
	}
	
	
	
/*   FORMS   */

.FormElement {

}

.FormElementTitle {
	float: left;
	width: 100px;
}
.FormElementElement {
	margin-left: 110px;
}

.FormElementInfo {
	padding: 5px 0px 5px 0px;
}	

	
	/******************************************************************************************
	NYHEDER
*****************************************************************************************/


/* OVERBLIK */
.NewsListItem  {
	padding: 6px 0px 6px 0px;
	margin-bottom: 0px;
	border-bottom: none;
	font-size: 100%;
	color: #404040;
}

.NewsListItemHeader {
}
.NewsListItemTitle {
	font: bold 70% tahoma;
	width: 78%
}

.NewsListItemDate {
	float: right;
	font: bold 60% tahoma;
	color: #505050;
	text-align: right;
}

.NewsListItemBody {
	font: 70% tahoma;
	color: #505050;
	line-height: 110%;
}
	
	
	
	
.ShowNewsItem  {
	border: 1px solid gray;
	padding: 15px;
	background: none;
	margin-bottom: 15px;
	font-size: 100%;
	color: #404040;
}

.ShowNewsItemHeader {
}
.ShowNewsItemTitle {
	float: left;	
	font: bold 90% tahoma;
}

.ShowNewsItemDate {
	float: right;
	font: 70% tahoma;
	text-align: right;
}

.ShowNewsItemBody {
	font: 70% tahoma;
	line-height: 130%;
}
.ShowNewsItemBody p {
	margin: 0px 0px 10px 0px;
}

.ListItem {
	padding: 6px 0px 6px 0px;
	background: none;
	color: #404040;
	
}
	.ListItem .Title{
		font: bold 70% verdana;
		width: 76%;
	}
	.ListItem .Date{
		font: bold 60% tahoma;
		color: #505050;
		float:right;
		width: 100px;
	}
.ListHeader{
	font: bold 80% verdana;
}

.UdtraekItemBox {
	color: #404040;
	background: none;
}
.UdtraekItemBox {
	color: #404040;
	background: none;
	padding: 5px 0px;
}
	.UdtraekItemBox .Title{
		font: bold 100% tahoma;
	}
	.UdtraekItemBox .Date{
		font: 80% tahoma;
		color: #404040;
		float: right;
	}
	

.Comments {
	font: 70% tahoma;
	
	border: 1px solid #545454;
	margin: 10px;
}
.Comments .Items {
	padding: 10px;
}
.Comments .Item {
	border-bottom: 1px solid gray;
	padding: 10px 0px;
}

.Comments .Item .TitleLine {
	font: 11px tahoma;
	margin-bottom: 6px;
}

.Comments .Date {
	float: left;
}
.Comments .Body {
	line-height: 140%;
}


.Comments .Intro {
	background: #545454;
	color: #A8A8A8;
	border-bottom: 1px solid #545454;
	padding: 15px;
}
.Comments .Form {
	border-top: 1px solid #545454;
	background: #f5f5f5;
	padding: 15px;
}

#Forum .Navigation .button {
	margin-right: 10px;
}