body {
	margin: 0px;
	background: #e5e5e5;
}
img {
	border: none;
}

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

a:hover {
	color: #88d300;
}

.highlight {
	background-color: #ffff00;
}


#pagecontainer {
	background-color: #ffffff;
	width: 760px;
}

#topshadow {
	background: url(/img/topshadow.gif) bottom no-repeat;
	width: 776px;
	margin: auto;
} 
#leftshadow {
	background: url(/img/leftshadow.gif) repeat-y;
	padding-left: 8px;
	width: 768px;
	margin-left: auto; 
	margin-right: auto; 
}
#rightshadow {
	background: url(/img/rightshadow.gif) right repeat-y;
	padding-right: 8px;
}
#top {
	width: 760px;
}

#menuline {
	background: #005a84;
	margin: 0px 0px 1px 0px;
	clear: both; height: 23px;
	border-top: 1px solid #fff;
}

UL#nav {
	background: #005a84;
	height: 16px;
	list-style: none;
	z-index: 1000;
}

#nav li {
	list-style: none;
	z-index: 1000;
}
#nav li a:link, #nav li a:visited {
	
	color: #fff;
}
#nav li ul li a:link, #nav li ul li a:visited {
	color: #005a84;
	font-size: 10px;
}
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	font: 11px verdana;
	color: #fff;
	background: #005a84;
	text-align: center;

}

#nav li { /* all list items */
	float: left;
	list-style-type: none;
	position: relative;
	width: 100%;
	height: 24px;
	color: #fff;
	background: url(/img/menudivider.gif) right no-repeat;
}
#nav li a:link, #nav li a:visited {
	padding: 4px 4px 5px 4px;
	display: block;
}

#nav li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 24px;
	left: 0;
	width: 170px;
	border-left: 1px solid #005a84;
	border-right: 1px solid #005a84;
	border-top: 1px solid #005a84;
	background: none;
	background: #f5f5f5;
	text-align: left;
}
#nav li ul li a {
}
#nav li ul li { /* second-level lists */
	background: none;
	width: 100%;
	border-bottom: 1px solid #005a84;
	height: 20px;
}
#nav li ul li a:link, #nav li ul li a:visited {
	height: 12px;
	padding: 4px;
	border-left: 3px solid #005a84;
	margin-bottom: 1px solid white;
	display: block;
}
#nav li ul li a:hover {
	border-left: 3px solid #88d300;
	background: #fff;
}
/*#nav li>ul {
	top: auto;
	left: auto;
}*/

#nav li:hover ul, #nav li.over ul { /* lists nested under hovered list items */
	display: block;
}

#content {
	clear: left;
}
	.dropOver {
		color: #005a84;
		font: 10px verdana;
		padding: 5px 6px;
		background: #fff;
		border-left: 3px solid #88d300;
	}
	.dropOn {
		color: #005a84;
		font: 10px verdana;
		padding: 5px 6px;
		background: #f9f9f9;
		border-left: 3px solid #005a84;
	}
	.mainOver {
		color: #fff;
		font: 11px verdana;
		padding: 6px 6px;
		background: #88d300 ;
		text-align: center;
	}
	.mainOn {
		color: #fff;
		font: 11px verdana;
		padding: 6px 6px;
		background: url(/img/menudivider.gif) right no-repeat;
		text-align: center;
	}
#leftmenu {
	width: 150px;
	border-right: 1px solid #000;
	vertical-align: top;
	background: #e9e9e9;
}

#leftmenu .menuItem {
	height: 1%;
	border-bottom: 1px solid black;
}

	#leftmenu .menuItem a.inactive:link, #leftmenu .menuItem a.inactive:visited, #leftmenu .menuItem a.active:link, #leftmenu .menuItem a.active:visited {
		color: #314A77;
		font:  10px verdana;
		padding: 10px 10px 10px 10px;
		display: block;
		text-decoration: none;
	}
	#leftmenu .menuItem a.active:link, #leftmenu .menuItem a.active:visited {
		background-color: #ffffff;
		font-weight: bold;
	}
	#leftmenu .menuItem a.active:hover, #leftmenu .menuItem a.inactive:hover {
		background-color: #ffffff;
	}

	.submenu {
		padding: 0px;
		background-color: #ffffff;
	}
	#leftmenu .submenu a.inactive:link,#leftmenu .submenu a.inactive:visited, #leftmenu .submenu  a.active:link,#leftmenu .submenu a.active:visited {
		color: #314A77;
		font:  10px verdana;
		padding: 3px 10px 3px 20px;
		display: block;
		text-decoration: none;
		
	}
	#leftmenu .submenu a.active:link, #leftmenu .submenu a.active:visited {
		font-weight: bold;
	}
	#leftmenu a.subinactive:link,#leftmenu a.subinactive:visited {
	
	}
	
	#leftmenu a.subactive:hover, #leftmenu a.subinactive:hover {
		background-color: #ffffff;
	}
	
#canvas {
	padding: 0px;
	vertical-align: top;
	background: url(/img/shadow.gif) repeat-x;
}
#canvasMenu {
	padding: 0px;
	width: 585px;
	vertical-align: top;
}

		#creditcontainer {
			text-align: right;
			width: 760px;
			margin: auto;
		}
		#credits{
			text-align: right;
			width: 750px;
			padding-right: 15px;
			font: 10px verdana;
			color: #ADADAD;
		}
		#credits a {
			color: #ADADAD;
			text-decoration: none;
		}
		#credits a:hover {
			color: #ffffff;
			text-decoration: none;
		}

		#bottomcontainer {
			width: 776px;
			margin: auto;
			color: #d7d7d7;
			text-align: center;
			font: 10px verdana;
			height: 60px;
			vertical-align: middle;
			margin-bottom: 20px;
		} 
	
	.light {
		color: #707070;
	}
/******************************************************************************************
	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: 25px;
}
	

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


/* CM Styles */
#PageTitle {
	margin-bottom: 15px;
}
#PageTitle h1 {
	margin: 0px;
	font: bold 120% verdana;
	letter-spacing: -1px;
	color: #88d300;
}
#PageTitle p {
	font: 65% verdana;
	color: #6b6b6b;
	border: 1px solid #e5e5e5;
	background: #f9f9f9;
	padding: 10px;
	margin: 5px 0px 10px 0px;
}

/*
  Layout STYLES
*/

.LayoutFull {
	width: 710px;
	padding: 25px;
}

.LayoutCol {
	width: 760px;
	background-image: url(/img/hline.gif);
	background-position: 538px;
	background-repeat: repeat-y;
}
	.LayoutCol1 {
		width: 500px;
		padding: 25px;
		vertical-align: top;
	}
	.LayoutCol2 {
		width: 200px;
		padding: 25px 10px 10px 0px;
		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%;
		margin-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% verdana;
	margin-bottom: 10px;
}
	.elementNormal1 h2 {
		font: bold 100% verdana;
		color: #88d300;
		margin: 0px 0px 5px 0px;
	}
    .elementNormal1 h2 a:hover{
        color: #88d300;   
	}
	.elementNormal1Content {
		font: 100% verdana;
		line-height: 130%;
	}
	.elementNormal1Content h1, .elementNormal1Content h2, .elementNormal1Content h3 {
		font-weight: bold;
		font-size: 100%;
		color: #005a84;
		background: url(/img/elmbullet_orange.gif) 0px 0px no-repeat;
		padding-left: 18px;
		margin: 0px 0px 4px 0px;
		height: 1%;
	}
	.elementNormal1Content p {
		margin: 0px 0px 18px 0px;
	}
	.elementNormal1Link {
		margin: 0px 0px 10px 0px;
	}
	.elementNormal1Link, .elementNormal2Link, .elementNormal3Link, .elementBox1Link, .elementBox2Link, .elementBox3Link{
		background: url(/img/arrow.gif) 0px 4px no-repeat;
		padding: 0px 0px 0px 12px;
		text-decoration: none;
		font: bold 10px verdana;
		height: 1%;
	}
	.elementNormal1Link a, .elementNormal2Link a, .elementNormal3Link a, .elementBox1Link a, .elementBox2Link a, .elementBox3Link a {
		font-weight: bold;
	}

.elementNormal2 {
	font: 70% verdana;
	color: #2f2f2f;
}
	.elementNormal2 h2 {
		background: url(/img/elmbullet_green.gif) 0px 1px no-repeat;
		padding: 1px 0px 4px 18px;
		font: bold 100% verdana;
		color: #314A77;
		margin: 0px 0px 5px 0px;
		height: 1%;
	}
    .elementNormal2 h2 a:hover{
        color: #314A77;   
	}
	
	.elementNormal2Content {
		font: 100% verdana;
		line-height: 130%;
	}
	.elementNormal2Content p {
		margin: 0px 0px 8px 0px;
	}
	.elementNormal2 .ImgFloatRight, .elementNormal2 .ImgFloatLeft {
		padding: 8px;
		/*background: #e9e9e9;*/
		border: 1px solid #e9e9e9;
	}
	
.elementNormal3 {
	font: 70% verdana;
	color: #2f2f2f;
     margin-bottom: 10px;
}
	.elementNormal3 h2 {
		background: url(/img/elmbullet_orange.gif) 0px 1px no-repeat;
		padding: 1px 0px 4px 18px;
		font: bold 100% verdana;
		color: #314A77;
		margin: 0px 0px 5px 0px;
		
	}
    .elementNormal3 h2 a:hover{
        color: #314A77;   
	}
	
	.elementNormal3Content {
		font: 100% verdana;
		line-height: 130%;
	}
	.elementNormal3Content p {
		margin: 0px 0px 8px 0px;
	}
	.elementNormal3Link {
		margin: 0px 0px 10px 0px;
	}
	
	
.elementBox1 {
	font: 70% verdana;
	margin-bottom: 10px;
	border: 1px solid #dcdcdc;
	height:  1%;
}
	.elementBox1 h2 {
		font: bold 100% tahoma;
		color: #fff;
		margin: 1px 1px 1px 1px;
		padding: 5px;
		background: #88d300;

		
	}
    .elementBox1 h2 a:hover{
        color: #fff;   
	}
	
	.elementBox1Content {
		padding: 0px;
		padding: 10px 10px 6px 10px;
		margin: 1px;
		background: url(/img/shadow.gif) repeat-x;
		font-size: 90%;
		color: #76787b;
	}
	.elementBox1Content p{
		margin: 0px 0px 8px 0px;	
	}
	.elementBox1Link{
		font-weight: bold;
	}
	
.elementBox2 {
	font: 70% verdana;
	margin-bottom: 10px;
	border: 1px solid #dcdcdc;
}
	.elementBox2 h2 {
		font: bold 100% tahoma;
		color: #fff;
		margin: 1px 1px 1px 1px;
		padding: 5px;
		background: #005a84;
		
	}
    .elementBox2 h2 a:hover{
        color: #fff;   
	}
	.elementBox2Content {
		overflow: hidden;
		padding: 0px;
		padding: 10px 10px 6px 10px;
		margin: 1px;
		background: url(/img/shadow.gif) repeat-x;
		font-size: 90%;
		color: #76787b;
	}
	.elementBox2Content p{
		margin: 0px 0px 8px 0px;	
	}
	.elementBox2Link{
		font-weight: bold;
	}
	
.elementBox3 {
	font: 70% verdana;
	margin-bottom: 10px;
	border: 1px solid #dcdcdc;
	height: 1%;
}
	.elementBox3 h2 {
		font: bold 100% tahoma;
		color: #fff;
		margin: 1px 1px 1px 1px;
		padding: 5px;
		background: #a0a2a6;
		
	}
	.elementBox3Content {
		overflow: hidden;
		padding: 0px;
		padding: 10px 10px 6px 10px;
		margin: 1px;
		background: url(/img/shadow.gif) repeat-x;
		font-size: 90%;
		color: #76787b;
	}
	.elementBox3Content p{
		margin: 0px 0px 8px 0px;	
	}
	.elementBox3Link{
		font-weight: bold;
	}

.elementBox1 UL, .elementBox2 UL, .elementBox3 UL {
    padding-left: 0px;
	margin-left: 15px;
}


.ListExtContainer .Even, .ListExtContainer .Odd {
	background-image: url(/dcminc/img/hline.gif);
	background-repeat: repeat-x;
	background-position: 0px 100%;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 10px 0px;
	
}

.ListExtContainer a {
	font-weight: bold;
}
.ListExtContainer .Date {
	font: bold 10px verdana;
	color: #7d7d7d;
	float: left;
}

.PollResultChoice .Bar {margin-top:2px; border: 1px solid #005a84;}
.PollResultChoice .BarActive {overflow: hidden; height: 7px; background-color: #88d300; border: none;}


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


/* OVERBLIK */
.NewsListItem  {
	padding: 6px 0px 6px 0px;
	margin-bottom: 0px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 100%;
}
.DateItem {
	height: 1%;
	border-left: 4px solid #d7d7d7;
	padding: 5px 10px;
}
.Calendar {
	font-size: 100%;
}
.Calendar .List .Header {
	background: url(/img/elmbullet_green.gif) 0px 1px no-repeat;
	padding: 1px 0px 4px 18px;
	font: bold 11px verdana;
	color: #314A77;
	margin: 0px 0px 5px 0px;
}
.Calendar .Group .Header {
	background: none;
	padding: 0;
	font-weight: bold;
	font-size: 11px;
	border-bottom: 1px solid silver;
	margin-bottom: 3px;
	color: #808080;
}
.Calendar .DateItem .Date {
	float: left;
	width: 70px;
	height: 1%;
}
.Calendar .DateItem .Body {
	margin: 0px;
	padding-left: 77px;
	font-size: 100%;	
}
.Calendar .DateItem .Title {
	font-weight: bold;
	margin-left: 75px;
	height: 1%;
}

.DepartmentItem .DateItem {
	border-left: 4px solid #88d300;
	padding: 10px;
}
.Calendar .DepartmentItem .DateItem .Title {
	background: url(/img/lokal.gif) right no-repeat;
	padding-right: 40px;
}


.NewsListItem .Active a:link, .NewsListItem .Active a:visited {
	color: #88d300;
}
.NewsListHeader {
	color: #76787b;
	margin-top: 30px;
}

.NewsListItemHeader {

}

.NewsListItemTitle {
	float: left;	
	font: bold 70% verdana;
}

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

.NewsListItemBody {
	font: 70% verdana;
	line-height: 130%;
	color: #606060;	

}

.ShowNewsItem  {
	border: none;
	background: url(/img/news_shadow_left.gif) no-repeat;
	margin-bottom: 15px;
	font-size: 100%;
	padding: 0px;
}
.ShowNewsItem .Wrapper {
	background: url(/img/news_shadow_right.gif) top right no-repeat;
	padding: 30px;

}
.ShowNewsItemHeader {
padding-bottom: 10px;
border-bottom: 1px solid silver;
}
.ShowNewsItemTitle {
	float: left;	
	font: bold 110% "Times New Roman";
	color: #005a84;
}

.ShowNewsItemDate {
	float: right;
	font: bold 110% "Times New Roman";
	text-align: right;
	color: #a0a2a6;	
}

.ShowNewsItemBody {
	font: 70% verdana;
	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% verdana;
		float:left;
	}
	.ListItem .Date{
		font: 70% verdana;
		float:right;
	}
.ListHeader{
	font: bold 80% verdana;
}

.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% verdana;
		float:left;
		
	}
	.UdtraekItemNormal .Date{
		font: 100% verdana;
		float:right;
	}
.UdtraekItemBox {
	padding-bottom: 12px;
	background-image: url(/img/hline.gif);
	background-position: 0px 100%;
	background-repeat: repeat-x;
	margin-bottom: 12px;
}
	.UdtraekItemBox .Title{
		font: bold 100% verdana;
	}
	.UdtraekItemBox .Date{
		color: #a1a1a1;
		float: right;
	}


/*********************************************************************/
/*   FORUM */
.ForumOverviewListContainer {width: 100%;}
.ForumOverviewListContainer TR.Even TD { background: #f5f5f5; padding: 3px; padding-top: 5px; }
.ForumOverviewListContainer TR.Odd TD { background: #fff; padding: 3px; padding-top: 5px; }
.ForumOverviewListContainer TR.description TD { padding-bottom: 5px; }
.ForumOverviewListContainer TR.divider TD { background: #fff url(/img/hline.gif) repeat-x; height: 1px; overflow: hidden; padding: 0;}
.ForumName {
	font-weight: bold;
}

#Forum .ThreadListContainer {
	border-collapse: collapse;
}
#Forum .ThreadListContainer .Odd td, #Forum .ThreadListContainer .Even td {
	border-bottom: 1px solid silver;
	padding: 6px;
}
#Forum .ThreadListContainer .Even td {
	background: #f9f9f9;
}

#Forum .Message {
	padding: 10px;
	line-height: 140%;
}
#Forum .Header {
	border-bottom: 1px solid #88d300; 
	border-top: 1px solid #88d300;
	padding: 2px 10px;
	color: #303030;
}
#Forum .EvenReply {
	background: #f9f9f9;
}
#Forum form {
	margin: 15px 0px 0px 0px;
}
#Forum .Title {
	font: bold 11px verdana;
	padding: 5px 10px 5px 0px;
}
#Forum .ReplyForm {
	margin-top: 20px;
	border-bottom: 1px solid silver;
}
#Forum .ReplyForm .Header {
	background: #88d300;
	color: #fff;
	font-weight: bold;
	border: none;
	padding: 7px 10px;
}
a.button {
	padding: 3px 15px;
	border: 1px solid silver;
	margin-right: 10px;
	height: 1%;
}
a.widebutton:link, a.widebutton:visited {
	display: block;
	padding: 3px 4%;
	border: 1px solid silver;
	height: 1%;
	width: 91%;
	margin-bottom: 2px;
	color: #005a84;
}
a.button:hover, a.widebutton:hover {
	border: 1px solid #005a84;
	
}


/* FAQ */
.questionList {
	border-bottom: 1px solid silver;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.questionList .categoryTitle, .answerList .categoryTitle {
		background: url(/img/elmbullet_blue.gif) 0px 2px no-repeat;
		padding-left: 17px;
		font: bold 120% tahoma;
		color: #7C7C7C;
		margin: 0px 0px 3px 0px;
}
.answerList .categoryTitle {
		border-bottom: 1px solid silver;
}
.answerList {
	margin-top: 40px;
	margin-bottom: 10px;
}
.answerList .title {
	margin-top: 40px;
	margin-bottom: 10px;
}
.answerList .listItem {
	margin-bottom: 10px;
	padding-bottom: 15px;
}
.answerList .listItem h4 {
	font: bold 120% tahoma;
	color: #7C7C7C;
	margin: 12px 0px 5px 0px;
}
.answerList .listItem h3 {
	font: bold 11px verdana;
	margin: 10px 0px;
}

.form h3 {
	font-size: 120%;
	border-bottom: 1px solid silver;
	margin: 12px 0px;
}
/*   FORMS   */

.formStyle2 form {
	margin: 0px;
	padding: 0px;
}
.FormElement {
	margin-bottom: 4px;
}

.formStyle1 .FormElementTitle {
	float: none;
	width: auto;
}
.FormElementElement {
}


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


.FormConfirmation {
	font-weight: bold;
	margin-top: 10px;
}

.formStyle2 .FormElementTitle {
	font-weight: bold;
}

.SiteUserListSimple td.name {
	width: 200px;
}

.SiteUserListSimple td.businessrole {
	width: 220px;
}

.SiteUserListSimple td.phone {
	width: 150px;
	text-align: center;
}

.filelistContainer td {
	padding-right: 10px;
}


/*
	SHOP
*/

.shopCategoryOverview {
	margin-bottom: 10px;
}

.shopCategoryListExt TABLE {
	width: 100%;
	border-bottom: 1px solid #e9e9e9;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.shopCategoryListExt h3 {
	font: bold 11px verdana;
}	
.shopCategoryListExt TD {
	vertical-align: top;
}	

.shopCategoryListExt .Name a {
	font-weight: bold;
}	


.shopCategoryListExt .Price {
	text-align: right;
	width: 100px;
}

.shopCategoryListExt .Img {
	width: 100px;
	padding-right: 10px;
}

