body {
	margin: 0px;
	background: #f5f5f5;
}

a:link, a:visited {
	color: #22426D;
}

a:hover {
	color: #c0c0c0;
}

.highlight {
	background-color: #ffff00;
}


#pagecontainer {
	width: 772px;
	margin-left: auto; 
	margin-right: auto; 
	background: url(/img/pageshadow.gif) repeat-y;
}

#page {
	padding: 0 6px;
}

#top {
	width: 710px;
	padding: 15px 0;
	font: 26px arial;
	color: #505050;
}

#logo {
	padding: 10px 0 0 20px;
}

/*
MENU STUFF
*/

#menuline {
	margin: 0;
	padding: 0;
	width: 100%;
	background: url(/img/menulinebg.gif) repeat-x;
	height: 29px;
	border-bottom: 1px solid #fff;
}

#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: 7px 14px 7px 14px;
	font: bold 12px arial;
	color: #fff;
	text-decoration: none;
	background: url(/img/menuitembg.gif) right 0px no-repeat;
}
#menuline li a.active:link, #menuline li a.active:visited {
	background: url(/img/menuitembg.gif) right -29px no-repeat;
	font-weight: bold;
}

#menuline li a:hover {
	background: url(/img/menuitembg.gif) right -29px no-repeat;
	
}

#submenu, #submenu UL {
	margin: 0;
	padding: 0;
}


#submenu li {
display: inline;
}

#submenu ul li {
	display: inline;
	border: none;
	
}

#submenu li div {
	
	padding-right: 20px;
}
#submenu li a:link, #submenu li a:visited {
	display: block;
	padding: 4px 0px 4px 10px;
	font: bold 11px arial;
	color: #fff;
	background: url(/img/submenuitembg.gif) 0px 0px no-repeat;
	border-bottom: 1px solid white;
	text-decoration: none;
	
}
#submenu li a.active:link, #submenu li a.active:visited {
	background: url(/img/submenuitembg.gif) 0px -44px no-repeat;
}

#submenu li a:hover {
	background: url(/img/submenuitembg.gif) 0px -22px no-repeat;
}
/* 3. level menu */
#submenu UL {
	padding: 2px 0 4px 0;
	margin: 0;
}

#submenu ul li a:link, #submenu ul li a:visited {
	display: block;
	background: url(/img/submenuarrow.gif) 0px 6px no-repeat;
	padding: 4px 0px 4px 12px;
	font: 11px arial;
	color: #606060;
	text-decoration: none;
	border: none;
}
#submenu ul li a.active:link, #submenu ul li a.active:visited {
	background: url(/img/submenuarrow.gif) 0px 6px no-repeat;
	font-weight: bold;
	color: #606060;
	
}
#submenu li ul {
	padding-left: 10px;
}
#submenu ul li a:hover {
	text-decoration: underline;
}

#leftcol {
	width: 160px;
	padding: 0 0 30px 0;
	overflow: hidden;
	vertical-align: top;
	background: url(/img/graydot.gif) 159px 0px repeat-y;
}

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

#leftmenu li ul {
	padding-left: 10px;
}


.noborders {
	border-collapse:collapse;
}

#canvas {
	width: 100%;
	padding: 0px;
	background: url(/img/shadow.gif) repeat-x;
}

#canvasMenu {width: 100%;}
#canvasMenu #main {
	vertical-align: top;
	background: url(/img/shadow.gif) repeat-x;
}



		#creditcontainer {
			text-align: center;
			width: 760px;
			margin: auto;
			padding-top: 15px;
			font: 10px arial;
			color: #ADADAD;
		}
		#creditcontainer a {color: #ADADAD; text-decoration: none; }
		#creditcontainer a:hover { color: #303030; text-decoration: none; }

		#bottombar {
			width: 772px;
			margin: auto;
			background: url(/img/bottom.gif) no-repeat;
			padding: 18px 0 0 0;
			height: 30px;
			text-align: center;
			color: #fff;
			font: bold 11px arial;
		} 
	
/******************************************************************************************
	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: 11px arial;
	color: #808080;
}
	.breadcrumbitem {
		margin-right: 5px;
		padding-right: 13px;
	}
	.breadcrumb A:link, .breadcrumb A:visited {
		font-weight: normal;
		color: #808080;
		text-decoration: none;
	}
	.breadcrumb A:Hover {
		color: #7d7d7d;
		text-decoration: underline;
	}

.productSpecs {
	border-collapse: collapse;
	border: 0;
}
.productSpecs tr td {
	padding: 4px 2px;
	border-bottom: 1px solid #e5e5e5;
}

.productSpecs tr.odd td {
	
}
.productSpecs tr.even td {
	background: #f5f5f5;
	
}

.productSpecs tr.over td {
	background: #404040;
	color: #fff;
	
}

.productSpecs tr.header td {
	font-weight: bold;
	background: #000;
	border-right: 1px solid #404040;
	border-bottom: 1px solid #404040;
	color: #fff;
	vertical-align: bottom;
	padding: 2px 2px;
}	
	
.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: 10px;
}
#PageTitle h1 {
	margin: 0px;
	font: 140% arial;
	color: #606060;
}
#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: 609px;
	/*background-image: url(/img/vline.gif);
	background-position: 75%;
	background-repeat: repeat-y;*/
}
	.LayoutCol1 {
		float: left;
		width: 429px;
		margin-right: 10px;
		padding: 10px;
		vertical-align: top;
	}
	.LayoutCol2 {
		float: right;
		width: 140px;
		background-color: #d7d7d7;
		border-left: 1px solid #CCCCCC;
		padding: 10px;
		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: #292929;
}
	.elementNormal1 h2 {
		font: bold 15px arial;
		text-transform: uppercase;
		color: #606060;
		margin: 0px 0px 5px 0px;
		border-bottom: 1px solid #e9e9e9;
	}
	.elementNormal1Content {
		font: 100% arial;
		line-height: 140%;
	}
	.elementNormal1Content p {
		margin: 0px 0px 15px 0px;
	}
	

.elementNormal2 {
	font: 70% arial;
	margin-bottom: 20px;
}
	.elementNormal2 h2 {
		font: bold 11px arial;
		color: #000;
		padding: 2px 5px;
		background: #fcb040;
		margin: 0px 0px 0px 0px;
		
	}
	.elementNormal2Content {
		padding: 0;
		line-height: 100%;
		font: 100% arial;
	}

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


.elementBox1 {
	width: 100%;
	font: 70% verdana;
	margin-bottom: 10px;
}
	.elementBox1 h2 {
		font: bold 100% tahoma;
		color: #ffffff;
		margin: 0px;
		padding: 5px 0px 4px 8px;
		background: #324877;
		
	}
	.elementBox1Content {
		border-left: 1px solid #7F7F7F;
		border-right: 1px solid #7F7F7F;
		border-bottom: 1px solid #7F7F7F;
		background: #ffffff;
		margin: 0px 3px 0px 3px;	
		padding: 5px 5px 5px 8px;
		overflow: hidden;
	}
	.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 {
	border-bottom: 1px solid #e0e0e0;
	padding: 10px 0;
	margin: 0;
	
}

.ListExtContainer a {
	font-weight: bold;
}
.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 solid #d9d9d9;
	font-size: 100%;
}

.NewsListItemHeader {
}
.NewsListItemTitle {
	float: left;	
	font: bold 11px arial;
}
.NewsListHeader {
	font: bold 14px arial;
	color: #606060;
	padding: 4px 0px;
}
.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;
	}


