body {
	margin: 0px;
	background: #e7e7e7 url(/img/v2/bodybg.png) repeat-x;
}

a:link, a:visited {
	color: #094f71;
}

a:hover {
	color: #c0c0c0;
}

.highlight {
	background-color: #ffff00;
}

img {
	border: none;
}

#pagecontainer {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	-moz-box-shadow: 0px 0px 20px #888;
	-webkit-box-shadow: 0px 0px 20px #888;
	box-shadow: 0px 0px 20px #888;
	background: #fff;
}

#top {
	background: url(/img/v2/topbg.png);
    height: 143px;
    position: relative;
}
	#places {
		position: absolute;
		right: 20px;
		top: 10px;
		font-size: 12px;
		font: 18px/18px futura-pt, sans-serif;
		color: #999;
	}
	#places a:link,
	#places a:visited {
		color: #999;
		text-decoration: none;
	}
	#places a:hover {
		color: #7ebf32;
	}
	
#logo {
	 position: absolute;
	 top: 30px;
	 left: 20px;
}
#tilforsiden {
	position: absolute;
	top: 5px;
	left: 240px;
	display: none;
}

#page {
    background: url(/img/v2/shadow.png) repeat-x;
    padding-top: 30px;
}


#context {
	background: url(/img/v2/bluebar.png) no-repeat;
	height: 218px;
	position: relative;
}
#smallContext {
	background: url(/img/v2/minicontext.png) repeat bottom;
	height: 50px;
}
#teaser {
	width: 960px;
	height: 218px;
	position: relative;
}
#pager {
	position: absolute;
	top: 20px;
	left: 30px;
	z-index: 1000;
}
#pager a {
	width: 6px;
	height: 6px;
	overflow: hidden;
	display: block;
	margin-right: 3px;
	float: left;
	background: #88b1c1;
	text-indent: -200px;

}
#pager a.activeSlide {
	background: #fff;
}

#teaser .slide {
	width: 960px;
	height: 218px;
	cursor: pointer;
}
#teaser img {
	position: absolute;
	top: 0;
	right: 0px;
	display: none;
}
#teaser .info {
	color: #fff;
	font-family: futura-pt, sans-serif;
	width: 530px;
	font-weight: 300;
	position: absolute;
	left: 30px;
	bottom: 20px;
}
#teaser .info h2 {
	font: 40px/40px futura-pt, sans-serif;
	text-transform: uppercase;
	color: #fff;
	margin: 0 0 5px 0;
}
#teaser .info .content {
	font-size: 27px;
	line-height: 1.2em;
}
#teaser a {
	color: #fff;
	text-decoration: none;
}
#teaser .readmore {
	display: block;
	padding-top: 10px;
	float: right;
}

#infoBar {
	background: url(/img/v2/infobarbg.png) repeat-x;
	height: 94px;
}
#infoBar {
	font: 11px arial;
}
#infoBar td {
	vertical-align: top;

}
#infoBar h2 {
	margin: 0;
	font: bold 16px futura-pt, sans-serif;
	text-transform: uppercase;
	color: #555555;
}
#infoBar p {
	margin: 0;
}
.field1 {
	width: 25%;
	padding: 15px 20px;
	background: url(/img/v2/infobardivider.png) no-repeat right top;
	height: 94px;
}
.field2 {
	width: 25%;
	padding: 15px 20px;
	background: url(/img/v2/infobardivider.png) no-repeat right top;
	height: 94px;
}
.field3 {
	width: 25%;
	padding: 15px 20px;
	background: url(/img/v2/infobardivider.png) no-repeat right top;
	height: 94px;
}
.field4 {
	width: 25%;
	padding: 15px 20px;
	height: 94px;
}

#topmenu {
    position: absolute;
    top: 107px;
    left: 200px;
    padding: 0;
    margin: 0;
    height: 25px;
    padding-top: 6px;
    width: 100%;
}
#topmenu li {
    display: inline;
}
#topmenu li a:link, #topmenu li a:visited {
    display: block;
    border-right: 1px solid white;
    float: left;
    font: bold 11px arial;
    color: #fff;
    text-decoration: none;
    padding: 5px 15px 0 15px;
    height: 20px;
}
#topmenu li a.active:link, #topmenu li a.active:visited {
    background: url(/img/topmenuactive.gif) right no-repeat;

}

#leftcol {
	width: 200px;
	vertical-align: top;
	background: url(/img/v2/leftmenushadow.png) no-repeat right 20px;
}

#leftcol h2 {
	background: #6bb613;
	background: url(/img/v2/menutop.png) no-repeat;
	color: #fff;
	padding: 5px 10px;
	margin: 0;
	font-family: futura-pt, sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 13px;
	margin-right: 14px;
}
#leftcol h2 a {
	color: #fff;
	text-decoration: none;
}

#leftmenu {
	vertical-align: top;
    margin: 0 14px 0 0;
    padding: 0 0 0 0px;
}

#leftmenu li {
	list-style: none;
}

	#leftmenu a.inactive:link, #leftmenu a.inactive:visited, #leftmenu a.active:link, #leftmenu a.active:visited {
		font:  13px arial;
		padding: 10px 10px;
        display: block;
		text-decoration: none;
        border-bottom: 1px solid #e9e9e9;
        background: url(/img/v2/menuitembg.png) no-repeat 0px 0px;
	}
	#leftmenu a.active:hover, #leftmenu a.inactive:hover {
        background: url(/img/v2/menuitembg.png) no-repeat 0px -72px;
        color: #094f71;
	}
	#leftmenu a.active:link, #leftmenu a.active:visited {
		font-weight: bold;
		background: url(/img/v2/menuitembg.png) no-repeat 0px -144px;
        color: #fff;
	}


	ul.submenu {
		padding: 10px 0 10px 0;
		margin: 0;

	}
	ul.submenu  li {
		list-style: none;
		display: inline;
	}
	#leftmenu .submenu a.inactive:link,#leftmenu .submenu a.inactive:visited, #leftmenu .submenu  a.active:link,#leftmenu .submenu a.active:visited {
		color: #749390;
		font:  11px tahoma;
		padding: 2px 0px 2px 23px;
		display: block;
		text-decoration: none;
        background: url(/img/arrow.gif) 10px 6px no-repeat;
        height: 1%;
	}
	#leftmenu .submenu a.active:link, #leftmenu .submenu a.active:visited {
		font-weight: bold;
	}
	#leftmenu .submenu a.active:hover, #leftmenu .submenu a.inactive:hover {
		text-decoration: underline;
	}
	#leftmenu a.subinactive:link,#leftmenu a.subinactive:visited {

	}



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

		#creditcontainer {
			text-align: right;
			width: 760px;

		}
		#credits{
			text-align: center;
			width: 760px;
			padding-top: 50px;
            margin: auto;
			font: 10px arial;
			color: #ADADAD;
            margin-bottom: 20px;
		}
		#credits a {
			color: #b0b0b0;
			text-decoration: none;
		}


		#bottomcontainer {
			background: url(/img/v2/bottombarbg.png) repeat-x;
			height: 195px;
			margin: auto;
			color: #5c6c6b;
            font: 12px arial;
            vertical-align: middle;
		}

		#bottom h2 {
			margin: 0;
			font-family: futura-pt, sans-serif;
		}
		#bottom .part1 {
			float: left;
			width: 270px;
			padding: 20px;
			height: 155px;
			background: url(/img/v2/bottomdivider.png) no-repeat top right;
		}
		#bottom .part2 {
			float: left;
			width: 267px;
			padding: 20px;
			height: 155px;
			background: url(/img/v2/bottomdivider.png) no-repeat top right;
		}
		#bottom .part3 {
			float: left;
			width: 300px;
			padding: 20px 0 20px 20px;
			height: 155px;
		}


/******************************************************************************************
	DIVERSE GENERELLE STYLES
*****************************************************************************************/

ul {
	padding-left:30px;
	margin-left: 0;
}
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 tahoma;
	color: #fff;
}
	.breadcrumb A:link, .breadcrumb A:visited {
		color: #fff;
		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: 30px;
}


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


/* CM Styles */
#PageTitle {
	margin-bottom: 15px;
}
#PageTitle h1 {
	margin: 0px;
	font: 25px/25px futura-pt, sans-serif;
	font-weight: 700;
	color: #094f71;
	text-transform: uppercase;
}
#PageTitle p {
	font: 22px/22px futura-pt, sans-serif;
	margin: 10px 0;
}

/*
  Layout STYLES
*/

.LayoutFull {
	padding: 0 30px 30px 30px;
	width: 900px;
}

.LayoutCol {
	width: 960px;
	/*background-image: url(/img/vline.gif);
	background-position: 75%;
	background-repeat: repeat-y;*/
}
	.LayoutCol1 {
		padding: 0 30px 30px 30px;
		vertical-align: top;
	}
	.LayoutCol2 {
		width: 220px;
		padding-right: 20px;
		vertical-align: top;
	}

#canvasMenu .LayoutFull {
	width: 710px;
	padding-left: 20px;
}
#canvasMenu .LayoutCol {
	width: 760px;
}
#canvasMenu .LayoutCol1 {
	padding-left: 20px;

}

/*
  GRID STYLES
*/

	.gridFull {
	}

	.gridSplitMid {
		width: 100%;
		background: none;
	}

	.gridSplitMidLeft {
		float: left;
		width: 48%;
		margin-right: 1%;
	}
	.gridSplitMidRight {
		float: right;
		width: 48%;
		margin-left: 2%;
	}


	.gridSplitRight {
		width: 100%;
		background: none;
	}


	.gridSplitRightLeft {
		float: left;
		width: 60%;
	}
	.gridSplitRightRight {
		float: right;
		width: 37%;
		padding-left: 2%;
	}

	.gridSplit3 {
		width: 100%;

		background: none;
	}


	.gridSplit3p1 {
		width: 33%;
		padding-right: 8px;
	}
	.gridSplit3p2 {
		width: 33%;
		padding-left: 8px;
		padding-right: 8px;

	}
	.gridSplit3p3 {
		background: none;
		width: 33%;
		padding-left: 8px;
	}


/*
	ELEMENT STYLES
*/

a.flxLinkButtonInline,
a.flxLinkButton {
	display: block;
	padding: 10px 20px;
	background: #094f71;
	color: #fff;
	text-decoration: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	transition: all 300ms ease;
	font-size: 1.1em;
	font-weight: bold;
}
a.flxLinkButtonInline:hover,
a.flxLinkButton:hover {
	background: #6bb613;
}

a.flxLinkButtonInline {
	display: inline-block;
	text-align: center;
}


.elementNormal1 {
	font: 80% arial;
	margin-bottom: 20px;
}
	.elementNormal1 h2 {
		color: #094f71;
		font: 14px futura-pt, sans-serif;
		font-weight: 700;
		text-transform: uppercase;
		margin: 0px 0px 5px 0px;
	}
	.elementNormal1Content {
	    font: 100% arial;
    	line-height: 140%;
	}
	.elementNormal1Content p {
		margin: 0px 0px 15px 0px;
	}

	.elementNormal1 h3 {
		color: #094f71;
	}

.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: 18px verdana;
		margin-bottom: 5px;
	}
	.elementNormal3 p {
		font: 11px verdana;
		margin-bottom: 5px;
	}


.elementBox1 {
	font: 75% arial;
	margin-bottom: 20px;
	padding: 20px;
	background: #7ab9b3 url(/img/v2/box2bg.png) top right;
	-moz-box-shadow: 0px 0px 8px #888;
	-webkit-box-shadow: 0px 0px 8px #888;
	box-shadow: 0px 0px 8px #888;
}
	.elementBox1 h2 {
		font: 14px futura-pt, sans-serif;
		font-weight: 700;
		text-transform: uppercase;
		color: #ffffff;
		margin: 0px 0 10px 0;
		padding: 0;
	}
	.elementBox1Content {
		overflow: hidden;
		padding: 0;
		color: #fff;
	}
	.elementBox1Content p{
		margin: 0px 0px 1em 0px;
	}
	.elementBox1Link{
		padding: 5px 5px 0px 0px;
		margin: 0;
		font-weight: bold;
	}

	.elementBox1 h3 {
		margin: 0;
	}
	.elementBox1 a {
		color: #fff;
	}

.elementBox2 {
	font: 80% arial;
	margin-bottom: 20px;
	-moz-box-shadow: 10px 10px 5px #888;
	-webkit-box-shadow: 10px 10px 5px #888;
	box-shadow: 0px 0px 10px #888;
}
	.elementBox2 a {

	}
	.elementBox2 h2 {
		color: #fff;
		height: 27px;
		font: bold 13px/27px futura-pt, sans-serif;
		text-transform: uppercase;
		margin: 0px;
		padding: 0px 10px;
		background: #094f71 url(/img/v2/box2header.png);
	}
	.elementBox2Content {
		padding: 10px;
		background: #fafcfc url(/img/v2/box2shadow.png) repeat-x top;
	}

	.elementBox2Content p {
		margin-top: 5px;
		margin-bottom: 5px;
	}
	.elementBox2Link {
		font-weight: bold;
		padding-left: 0;
		margin: 0;
	}


.elementBox3 {
	font: 75% arial;
	margin-bottom: 20px;
	padding: 20px;
	background: #7ab9b3 url(/img/v2/boxbg-blue.png) top right;
	-moz-box-shadow: 0px 0px 8px #888;
	-webkit-box-shadow: 0px 0px 8px #888;
	box-shadow: 0px 0px 8px #888;
}
	.elementBox3 h2 {
		font: 14px futura-pt, sans-serif;
		font-weight: 700;
		text-transform: uppercase;
		color: #ffffff;
		margin: 0px 0 10px 0;
		padding: 0;
	}
	.elementBox3Content {
		overflow: hidden;
		padding: 0;
		color: #fff;
	}
	.elementBox3Content p{
		margin: 0px 0px 1em 0px;
	}
	.elementBox3Link{
		padding: 5px 5px 0px 0px;
		margin: 0;
		font-weight: bold;
	}

	.elementBox3 h3 {
		margin: 0;
	}
	.elementBox3 a {
		color: #fff;
	}


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

.gridSplit4 .elementBox1,
.gridSplit4 .elementBox3 {
	padding: 10px;

}


.ListExtContainer .Even, .ListExtContainer .Odd {
	border-bottom: 1px solid #f1f1f1;
	padding: 10px 0 10px 0;
	margin: 0;
}

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

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


.FormElement {
	margin-bottom: 5px;
}

#submitknap {
	padding: 5px 20px;
	font-weight: bold;
}

.bigbutton {
	width: 275px;
	height: 53px;
	position: relative;
	padding: 15px 20px 15px 20px;
	background: url(/img/v2/buttonbg.png) no-repeat;
	color: #fff;
	-moz-box-shadow: 10px 10px 5px #888;
	-webkit-box-shadow: 10px 10px 5px #888;
	box-shadow: 0px 0px 10px #888;
	font: 11px arial;
	cursor: pointer;
}
.bigbutton.hoerbedre {
	background: url(/img/buttonbg-hb.png) no-repeat;
}

.bigbutton p {
	margin: 0;
}
.bigbutton h2 {
	margin: 0;
	font: bold 19px futura-pt, sans-serif;
	text-transform: uppercase;
}
.bigbutton a {
	color: #fff;
	text-decoration: none;
}
.bigbutton:hover {
	background: url(/img/v2/buttonbg.png) no-repeat 0 -83px;
}