body, html {
		background: #cfcfcf;
}
body {
	margin: 0px 0px 10px 0px;
}
body, td, div {
	font-family: arial;
}
img {border: none;}

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

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


ul li {
	list-style-type: square;
	list-style-image: url(/img/v3/li_image.gif);
}
.highlight {
	background-color: #ffff00;
}

#container {
	background: url(/img/v5/mainbg.gif) repeat-y;
	width: 930px;
	margin: auto;
}

#topbar {
	height: 92px;
	margin: 0 5px;
	background: url(/img/v5/topbar.gif);
	position: relative;
	z-index: 80;
}

#logo {
	position: absolute;
	top: 0px;
	left: 0px;
}
#kbhkommune {
	position: absolute;
	top: 0px;
	right: 0px;
}

#menuarea {
	background: url(/img/v5/context.jpg) no-repeat;
	height: 318px;
	margin: 0 5px;
	position: relative;
}

#menuline {
	padding: 0;
	margin: 0;
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: url(/img/v5/menulinebg.png) repeat-x bottom;
	height: 38px;
	width: 100%;
}
#menuline li {
	display: inline;
}

#menuline li a:link, #menuline li a:visited {
	display: block;
	float: left;
	color: #fff;
	font: 10px arial;
	text-transform: uppercase;
	margin: 8px 0 0 0;
	padding: 0 15px;
	height: 30px;
	line-height: 30px;
}
#menuline li a.active:link, #menuline li a.active:visited, #menuline li a:hover {
	background: #fff;
	color: #000;
}

#col1 {
	width: 700px;
	padding: 0 0 0 6px;
	float: left;
	background: none;
}
#col1 #mainContent {
	padding: 20px;
}
#col2 {
	margin: 16px 6px 0 20px;
	width: 234px;
	float: left;
	overflow: hidden;
	background: #fff;
	height: 1%;
}
#col2 .padding {
	padding: 10px;
}


#col2 input {
	border: 1px solid #fff;
	padding: 2px;
}
#col2 .knap {
	border: 1px solid white;
	background: #92d914;
	color: #fff;
	padding: 1px 10px;
}


#nav {
	z-index: 100;
}

#nav li {
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0 0 0 0;
	list-style: none;
	font: 11px verdana;
	color: #fff;
	text-align: center;
}


#nav li { /* all list items */
	float: left;
	list-style: none;
	list-style-image: none;
	position: relative;
}
#nav li a:link, #nav li a:visited {
	display: block;
	color: #808080;
	text-decoration: none;
	padding: 3px 14px 2px 14px;
	font: 11px arial;
	text-transform: uppercase;
	
}
#nav>li.hover>a:link, #nav>li.hover>a:visited {
	color: #fff;
	background: #92d914 !important;
}
#nav>li.active a:link, #nav>li.active a:visited {
	color: #fff;
	background: #92d914;
}

#nav li ul { /* second-level lists */
	display: none;
	padding: 0;
	margin: 0;
	list-style: none;
	position: absolute;
	z-index: 1000;
	top: 19px;
	left: -1px;
	width: 160px;
	background: #92d914;
	
	text-align: left;
	border: 1px solid white;
	border-top: none;
}
#nav li ul li a {
	text-decoration: none;
}
#nav li ul li { /* second-level lists */
	width: 100%;
	float: none;
	list-style: none;
	padding: 0;
	margin: 0;
	display: inline;
	border: none !important;
}
#nav li ul li a:link, #nav li ul li a:visited {
	display: block;
	zoom: 1;
	padding: 6px 12px;
	text-transform: none;
	background: #92d914 !important;
	color: #fff;
	font-size: 11px;
	border-bottom: 1px solid #9ddd2c;
}
#nav li ul li a:hover {
	background: #87cc0b !important;
}

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

#search {
	width: 145px;
	float: right;
	padding: 4px 38px 0px 0px;
}

#search input {
	margin: 0px;
}

#blogExtract {
	height: 302px;
	width: 100%;
	overflow: hidden;
}

#blogExtract ul {
	margin: 0;
	padding: 0px;
}

#blogExtract li h2 {
	font-size: 18px;
	font-family: "Century Gothic", arial, sans-serif;
	color: #808080;
	margin: 0;
	padding: 0;
}
#blogExtract .date { 
	color: #808080;
	margin-bottom: 0px;
	font-size: 11px;
}

#blogExtract li {
	cursor: pointer;
	padding: 0;
	height: 150px;
	color: #505050;
	list-style: none;
	list-style-image: none;
	border-bottom: 1px solid #d9d9d9;
	background: url(/img/v4/gradientbg150.gif) repeat-x 0 0;
}

#blogExtract li.hover {
	background: url(/img/v4/gradientbg150.gif) repeat-x 0 -150px;
}

.carouselbutton {
	cursor: hand;
	cursor: pointer;
	background: #f9f9f9;
	padding: 3px;
	text-align: center;
	zoom: 1;
	background: url(/img/v4/arrow_up.gif) no-repeat bottom center;
}
#nextbutton {
	background: url(/img/v4/arrow_down.gif) no-repeat top center;
	height: 12px;
}
#nextbutton.activebutton {
	background: url(/img/v4/arrow_down_a.gif) no-repeat top center;
}
#prevbutton.activebutton {
	background: url(/img/v4/arrow_up_a.gif) no-repeat bottom center;
}

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

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

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

		.bottomtext {
			padding: 6px 15px;
		}
		#bottom {
			font: 11px arial;
			color: #000;
			width: 930px;
			margin: auto;
			padding-top: 10px;
			text-align: left;
			background: url(/img/v5/bottom.gif) no-repeat;
		}
		#bottom a {
			color: #000;
		}
		
.newsExtract {
	
}
/******************************************************************************************
	DIVERSE GENERELLE STYLES
*****************************************************************************************/


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

.breadcrumb {
	padding: 5px 10px 10px 20px;
	margin: 0 -20px 10px -20px;
	font: 11px arial;
}
	.breadcrumb A:link, .breadcrumb A:visited {
		font-weight: bold;
		text-decoration: none;
	}
	.breadcrumb A:Hover {
		font-weight: bold;
		color: #fff;
		text-decoration: underline;
	}
	.breadcrumbitem {
	}

	
	
.vline {
	background-image: url(/img/vline.gif);
	background-repeat: repeat-y;
	background-position : center;
}
.hline {
	background: none;
	border-bottom: 1px solid #d9d9d9;
	margin-bottom: 10px;
	overflow: hidden;
	height: 1px;
}
	


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


/* CM Styles */
#PageTitle {
	margin-bottom: 15px;
}
#PageTitle h1 {
	margin: 0px;
	font: 160% Impact, arial;
	color: #000;
	padding-bottom: 4px;
	border-bottom: 1px solid #f6f6f6;
	
}
#PageTitle p {
	margin: 5px 0px 10px 0px;
	font: 75% arial, sans serif;
	color: #000;
	line-height: 140%;
}

/*
  Layout STYLES
*/

.LayoutFull {
	width: 840px;
	padding: 20px 40px;
}

.LayoutCol {
	width: 760px;
	background: none;
}
	.LayoutCol1 {
		width: 442px;
		padding: 10px;
		vertical-align: top;
	}
	.LayoutCol2 {
		width: 297px;
		padding: 0px;
		vertical-align: top;
	}



/*
  GRID STYLES
*/

	.gridFull {
	}

	.gridSplitMid {
		width: 100%;
		/*background-image: url(/img/vline.gif);
		background-position: 50%;
		background-repeat: repeat-y;*/
		background: none;
	}

	.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;		
		background: none;
	}

	
	.gridSplitRightLeft {
		float: left;
		width: 65%;
	}
	.gridSplitRightRight {
		float: right;
		width: 32%;
		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: 75% arial, sans serif;
	margin-bottom: 25px;
}
	.elementNormal1 h2 {
		font: bold 110% arial;
		color: #53db3f;
		color: #505050;
		margin: 0px 0px 2px 0px;
		
		padding-bottom: 3px;
	}
	.elementNormal1Content {
		
		line-height: 160%;
	}
	.elementNormal1Content p {
		margin: 0px 0px 15px 0px;
	}
	.elementNormal1 ul li {
		padding-bottom: 6px;
	}
	
	.elementNormal1 h1 {
		font-size: 16px;
		margin-bottom: 0;
		color: #505050;
		
	}

.elementNormal2 {
	width: 100%;
	font: 70% arial;
	margin-bottom: 0px;
	height: 1%;
}
	.elementNormal2 h2 {
		font: bold 10px arial;
		text-transform: uppercase;
		padding: 0px 0px 4px 0;
		background: none;
		letter-spacing: 1px;
		color: #606060;
	}
	.elementNormal2Content {
		margin: 0px;	
		padding: 0 0 10px 0;
		overflow: hidden;
	}
	.elementNormal2Content p{
		margin: 0px 0px 10px 0px;	
	}
	.elementNormal2Link{
		padding: 3px 5px 0px 0px;
		font-weight: bold;
	}

	.elementNormal2 ul {
		padding: 0 0 0 20px;
		margin: 0;

	}
	.elementNormal2 ul li {
		padding: 0 0 3px 0;
		line-height: 100%;
		margin: 0;
	}


.elementBox1 {
	width: 100%;
	font: 70% arial;
}
	.elementBox1 h2 {
		font: 130% "Century Gothic", arial;
		background: url(/img/v4/boxheaderbg.gif) repeat-x;
		color: #53db3f;
		color: #505050;
		color: #fff;
		padding: 3px 0 4px 10px;
		
	}
	.elementBox1Content {
		background: url(/img/v4/shadow.gif) repeat-x 0 1px;
		margin: 0px;	
		padding: 10px;
		overflow: hidden;
	}
	.elementBox1Content p{
		margin: 0px 0px 10px 0px;	
	}
	.elementBox1Link{
		padding: 10px 5px 0px 0px;
		font-weight: bold;
	}

	.elementBox1 ul {
		padding: 0;
		margin: 0;
	}
	.elementBox1 ul li {
		padding: 0;
		line-height: 100%;
		margin: 0;
	}
.elementBox2 {
	padding-right: 3px;
	font: 70% verdana;
	margin-bottom: 15px;

}

.elementBox2 .box {
	border-top: 1px solid #104785;
	border-left: 1px solid #104785;
	background: #fff url(/img/v2/box2_right.gif) right no-repeat;
	height: 1%;
}
	.elementBox2 h2 {
		font: bold 11px tahoma;
		color: #104785;
		text-transform: uppercase;
		padding: 6px 12px 6px 12px;
		background: none;
		letter-spacing: 0px;
		border-left: 4px solid #fb221a;
	}
	.elementBox2Content {
		margin: 0px;	
		padding: 5px 12px 5px 12px;
		border-left: 4px solid #fb221a;
	}
	.elementBox2Content p{
		margin: 0px 0px 8px 0px;	
	}
	.elementBox2Link{
		padding: 3px 5px 0px 0px;
		font-weight: bold;
	}

.elementBox3 {

	font: bold 65% verdana;
	margin-bottom: 15px;
	background: #092869;
	border-left: 15px solid #F1110D;
	padding: 15px 0px 8px 0px;
	height: 1%;
	color: #fff;
}
	.elementBox3 h2 {
		font: bold 100% tahoma;
		text-transform: uppercase;
		margin: 0px 0px 2px 0px;
		padding: 15px 0px 4px 15px;
		background: none;
		
	}
	.elementBox3Content {
		margin: 0px;	
		padding: 5px 15px 5px 15px;
		overflow: hidden;
	}
	.elementBox3Content p{
		margin: 0px 0px 8px 0px;	
	}
	.elementBox3Link{
		padding: 3px 5px 0px 0px;
		font-weight: bold;
	}
	
	
	
.elementBox1 UL, .elementBox2 UL, .elementBox3 UL {
	margin: 0px;
	padding: 0px;
	margin-left: 15px;
	padding-left: 0px;
	
	
}
.elementBox1 UL LI, .elementBox2 UL LI, .elementBox3 UL LI {
	padding-bottom: 5px;
}


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

.ListExtContainer a {
	font-weight: bold;
}
.ListExtContainer .Date {
	font: bold 10px verdana;
	color: #7d7d7d;
}
.ListExtContainer .Description {
	line-height: 100%;
	font-size: 90%;
	color: #3D5764;
}

.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: 3px;
	border:none;
	font-size: 100%;
}
.NewsListItem .Active {
	background: #f5f5f5; 
	padding: 10px 0px;
}
.NewsListItemHeader {
}
.NewsListItemTitle {
	float: left;
	width: 490px;
	font: bold 70% verdana;
}

.NewsListItemDate {
	float: left;
	width: 150px;
	font: bold 70% verdana;
	text-align: left;
	color: #606060;
}

.NewsListItemBody {
	margin-left: 150px;
	font: 70% verdana;
	line-height: 130%;
}

.ShowNewsItem  {
	border: 1px solid #104785;
	padding: 12px;
	background: #fbfbfb;
	margin-bottom: 15px;
	font-size: 100%;
}

.ShowNewsItemHeader {
}
.ShowNewsItemTitle {
	float: left;	
	font: bold 80% verdana;
}

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

.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-bottom: 6px;
	background-image: url(/img/hline.gif);
	background-position: 0px 100%;
	background-repeat: repeat-x;
}
	.UdtraekItemNormal .Title{
		font: bold 13px verdana;
		margin-bottom: 3px;
		float: none;
	}
	.UdtraekItemNormal .Date{
		font: bold 10px  verdana;
		color: #a1a1a1;
		float: none;
	}
	.UdtraekItemNormal .Description {
		font: 13px verdana;
		color: #384651;
		line-height: 150%;
	}

.UdtraekItemBox {
	background-image: url(/img/hline.gif);
	background-position: 0px 100%;
	background-repeat: repeat-x;
	background: none;
	margin-bottom: 7px;
	padding-bottom: 7px;
}
.newsExtract .lastItem {
	margin: 0; 
	padding: 0;
}
	.UdtraekItemBox .Title{
		font: bold 11px arial;
		margin-bottom: 0px;
	}
	.UdtraekItemBox .Date{
		font: bold 9px  arial;
		color: #a1a1a1;
	}
	.UdtraekItemBox .Description {
		font: 11px arial;
		
		line-height: 130%;
	}
	.UdtraekItemBox .Image {
		clear: both;
		float: right;
		width: 110px;	
	}
	.UdtraekItemBox .Image img {
		border: 3px solid #e9e9e9;
	}
	
.SearchSection {
	font-weight: bold;
	border: 1px solid silver;
	padding: 4px;
	background: #f5f5f5;
}




/*********************************************************************/
/*   FORUM */


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

.Navigation .button {
	background: #92d914;
	color: #fff !important;
	padding: 5px 10px;
}
#Forum .gotolastreply {
	background: #92d914 url(/dcminc/img/icons/silk/arrow_right.png) center right no-repeat;
	padding-right: 20px;
}

#Forum .Message {
	padding: 10px;
	font-size: 110%;
	line-height: 140%;
}
#Forum .Header {
	background: #f0f0f0;
	border: none;
	padding: 6px 10px; color: #303030;
}
#Forum .EvenReply {
	background: #f9f9f9;
}
#Forum .EvenReply, #Forum .OddReply {
	margin-bottom: 5px;
}

#Forum .Title {
	font: bold 14px Century Gothic, arial, sans-serif;
	padding: 5px 10px;
}
#Forum .ReplyForm {
	padding-top: 20px;
	border: none;
}
#Forum .ReplyForm .Header {
	background: #92d914;
	color: #fff;
	font-weight: bold;
}

#Forum INPUT.messageTitle {
	width: 320px;
}
#Forum TEXTAREA.messageBody {
	width: 320px;
	height: 200px;
}

.forumExtract .itemTable {width: 100%;}
.forumExtract .itemTable tr td { vertical-align: top;}

.forumExtract .extractItem {
	margin-bottom: 4px;
	height: 18px;
}

.forumExtract .extractItem .created {
	width: 100px;
}
.forumExtract .extractItem .title {
}
.forumExtract .extractItem .postType {
	padding-right: 10px;
	color: #606060;
}
.forumExtract .Even  {
	
}
#Forum .forumReplyTitle, #Forum .forumReplyBody {
	width: 300px;
}

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


/*********************************************************************/
/*   BLOG */

.Blog {
	font-size: 80%;
}
.Blog .Header {
	margin-bottom: 0px; 
	
}
.Blog .Item {
	border: none;
	padding: 0px;
	margin-bottom: 20px;
	border-bottom:  5px solid #555;
}

.Blog .Header .Date {
	font-weight: normal;
	font-size: 10px;
	margin-bottom: 2px;
}
.Blog .Item .Comments {
	margin: 0;
}

.Blog .Item .Body {
	font-size: 100%;
	line-height: 150%;
}
.Blog .Item .Body p {
	margin: 0 0 15px 0;
}

.Blog .Item .Title {
	font: bold 20px arial;
	margin-bottom: 0px;
}
.Blog .Item .Date {
	font: 11px arial;
	margin-bottom: 5px;
}

.Blog .Item .Image{
	float: right;
	border: 3px solid #e9e9e9;
	margin-left: 10px;
	margin-bottom: 10px;
}


form {
	margin: 0;
}

.BlogEntry {
	font-family: arial;
	font-size: 12px;
}
.BlogEntry a.backlink {
	font-size: 11px;
	padding: 0px 0 0px 25px; 
	background: url(/dcminc/img/icons/mini/action_back.gif) 3px no-repeat;
	margin-bottom: 10px;
	display: block;
}

.BlogEntry .Title {
	font: bold 15px arial;
	color: #505050;

}
.BlogEntry .Date {
	font: 9px arial;
	color: #808080;
	margin-top: 10px;
}
.BlogEntry .Body {
	
	line-height: 150%;
}
.BlogEntry .Body p {
	margin: 0 0 15px 0;
}
.BlogEntry .Body .Image {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	border: 3px solid #e9e9e9;
}


.BlogEntry .CommentsHeader {
	font: 12px arial;
	color: #808080;
	margin-bottom: 10px;
}

.BlogEntry .gotoCommentForm {
	float: right;
	background: url(/dcminc/img/icons/mini/comment_new.gif) top left no-repeat;
	font-size: 11px;
	padding-left: 20px;
}

.BlogEntry .Comment {
	padding: 0 0 10px 0;
	margin-bottom: 10px;
	border-bottom: 1px solid #e9e9e9;
	font: 12px arial;
	background: url(/dcminc/img/icons/mini/comment.gif) top left no-repeat;
	padding-left: 30px;
}


.BlogEntry .CommentForm {
	margin-top: 20px;
}


.CommentFormForm {
	padding: 10px;
}
.BlogEntry .CommentFormHeader {
	background: silver;
	font: bold 13px arial;
	color: #fff;
	padding: 3px 10px;
}


.siteMapBlockLevel1 {
	width: 40%;
	float: left;
	background: #f9f9f9;
	padding: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.FormElement {margin-bottom: 3px;}
.formStyle1 .submitarea {padding-left: 100px;}

#forumExtract_container {
	position: relative;
	visibility: hidden;
	left: -5000px;
	zoom: 1;
}

#forumExtract {
	margin: 0;
	padding: 0px;
	
}
#forumExtract li {
	padding: 8px;
	color: #505050;
	background: url(/img/v4/commentbgs.gif) no-repeat 0 0;
	height: 93px;
	font: 11px arial;
	line-height: 1.1em;
	position: relative;
	cursor: hand;
	cursor: pointer;
}
#forumExtract li:hover {
	background: url(/img/v4/commentbgs.gif) no-repeat 0 -150px;
	color: #fff;
}
#forumExtract li:hover .messageFrom {
	color: #505050;
}
#forumExtract li a:link, #forumExtract li a:visited {
	color: #505050;
}
#forumExtract li:hover a:link, #forumExtract li:hover a:visited {
	color: #fff;
	text-decoration: none;
}

.messageFrom {
	position: absolute;
	top: 80px;
	left: 38px;
}
.hidden {
	display: none;
}
#youtubePlayerSmallLink {
	padding: 8px 10px;
	background: #b1b1b1;
}
#youtubePlayerSmallLink a:link, #youtubePlayerSmallLink a:visited {
	color: #fff;
	font: bold 11px arial;
}
