@charset "utf-8";
/* -- generic styles ------------------------*/
div,h1,h2,h3,h4,h5,h6,p,address,ul,ol,li {
	margin: 0px;
	padding: 0px;
	float: none;
	border-width: 0px;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: small;
	line-height: 120%;
}

body  {
	margin: 0;
	padding: 0;
}

#wrapper {
	width: 650px;
	margin: 0 auto;
	z-index: 10;
	padding: 0;
	float: none;
} 
#wrapper_wide {
	width: 900px;
	margin: 0 auto;
	z-index: 10;
	padding: 0;
	float: none;
} 
#WrapperMain {
	/*	background: url(../content_template/images/background_main.png) no-repeat; */
	margin: 0px;
	padding: 0px;
	z-index: 5;
	border-top: 0px;
	border-right: 0px;
	border-bottom: 0px;
	border-left: 0px;
	width: 900px;
}

#wrapper a:link,
#wrapper a:visited {
	text-decoration: none;
	color: #006;
}
#wrapper a:hover {
	color: black;
/*	font-family: Arial, Helvetica, sans-serif; */
/*	border-bottom: 1px dashed #566440; */
/*	text-align: center; */
}

/* ------- HEADER STYLES ----------*/
#header {
	padding: 30;
	height: 108px;
	margin: 30;
	position: relative;
	background-color: #222222;
	visibility: visible;
}
#header #contactButton {
	background: url(../images/contact_icon.gif);
	position: absolute;
	height: 29px;
	width: 86px;
	left: 650px;
	top: 0px;
}
#header #contactButton a {
	text-indent: -1000em;
	display: block;
}

#header #mainNav {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 900px;
}
#header #mainNav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	width: 900px;
	font-size: .9 em;
	font-weight: bold;
	height: 35px;
}
#header #mainNav li {
	float: left;
	margin: 0;
	padding:0;
	display: block;
}
#header #mainNav li a:link, #header #mainNav li a:visited {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: .65 em;
	color: #fff;
	text-decoration: none;
	padding: 0 20px;
	margin-right: 0px;
	display: block;
	line-height: 35px;
	background: url(../images/nav_rollover_2010.jpg) no-repeat left bottom;
	height: 35px;
	font-weight: bold;
}

#header #mainNav li a:hover {
	color: #FFF;
	background: url(../images/nav_rollover_2010.jpg) no-repeat left top;
	border: none;
	font-size: .4 em;
}		
#header #mainNav ul li a.current {
	margin-top: -5px;
	height: 30px;
	background: url(../images/current.jpg) no-repeat;
	color: #FFF;
	line-height: 25px;
}
#header #mainNav ul li a.current:hover {
	color: #AAB3B2;
	cursor: default;
}
	
#header #banner {
	position: absolute;
	bottom: 0;
	left: 0;
}

#header h1 {
	text-indent: -3000em;
	margin: 0;
}
.navbarItem {
}

/* --------- CRUMBPATH CONTENT STYLES -------------*/
div#CrumbPath {
	width: 580px;
	float: left;
	text-align: left;
	padding: 5px 10px 15px 10px;
	color: #666;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}
div#CrumbPath a {
	text-decoration: none;
	color: #AAA;
}
div#CrumbPath a:hover {
	text-decoration: none;
	color: black;
}
div#CrumbPath span {
	text-decoration: none;
	color: #666;
}

/* --------- Heder Links Content Style -------------*/

div#HeaderLinks {
	width: 280px;
	float: right;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	padding: 5px 10px 15px 10px;

}
div#HeaderLinks a {
	text-decoration: none;
}


/* --------- MAIN CONTENT STYLES -------------*/
#mainContent {
	margin: 0;
	padding: 0;
	width: 490px;
	float: left;
	border-width: 0px;
} 
#mainContent2 {
	margin: 0;
	padding: 0;
	width: 650px;
	float: left;
	border-width: 0px;
} 
#mainContent h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #09F;
	margin: .6em 0 .4em 0;
}
#mainContent h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #09F;
	margin-bottom: 0.4em;
	margin-left: 20px;
}

#mainContent h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000;
	margin-bottom: 0.4em;
	margin-left: 20px;
}
#mainContent h4 {
	font-size: 1.1em;
	font-weight: bold;
	color: #666;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-left: 20px;
	margin-bottom: -.2em;
}

#mainContent p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin-bottom: 1.4em;
	line-height: normal;
	margin-right: 5px;
	color: #000;
}
#mainContent ul {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-left: 20px;
	font-size: 0.9em;
	margin-bottom: 0.5em;
	font-weight: bolder;
	list-style: disc;
	line-height: 1em;
}
#mainContent li {
	margin-left: 15px;
	margin-bottom: 0.6em;
	line-height: 1.4em;
	color: #666;
}
#mainContent p.video {
	text-align: center;
}


#mainContent img.special {
	display: block;
	float: left;
	margin-right: 10px;
}
#sidebarLeft  {
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	width: 190px;
}
/* ----------- SIDEBAR STYLES ------------------*/
#sidebarRight {
	float: right;
	padding: 0px 10px 0px 0px;
	margin: 0px;
	width: 190px;
}
#sidebar p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.2em;
	color: #666;
	padding: 0 10px;
	margin-bottom: 1.4em;
}

#sidebar h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #1B9D95;
	text-align: left;
	margin-bottom: 0.4em;
	padding: 0 10px;
}
#sidebar ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #666;
	margin-left: 30px;
}
#sidebar ol li {
	margin-bottom: 0.6em;
	margin-left: 20px;
}

#sidebarLeft ul {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 0.75em;
	left: 5px;
	list-style: disc inside;
	text-align: left;
	color: #000;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	line-height: 1.5em;
	padding-left: 10px;
}
#sidebarLeft h1 {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 1.4em;
	line-height: 2em;
	font-weight: bold;
	text-align: center;
}
#sidebarRight h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	line-height: 2em;
	font-weight: bold;
	text-align: center;
}
.sidebarItem {
}

#Nyhetsbrev {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	text-align: center;
}
#KontaktaOss.phone{
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	font-size: 1em;
	font-weight: bold;
}
#KontaktaOss.mail{
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	font-size: 0.8em;
	font-weight: bold;
}

/* ---------- FOOTER STYLES ------------*/
#footer {
	padding: 20 0px 0 0px;
	background:black;
	clear: left;
} 
#footer p {
	margin: 0;
	padding: 10px 0;
	color: #bbbdbf;
	font-size: 11px;
	text-align: left;
	z-index: 5;
	font-family: Arial, Helvetica, "Trebuchet MS", sans-serif;
}
#footer a {
	color: #039C6A;
}

#sidebar p.videoCaption{
	font-size: 0.8em;
	font-weight: bold;
	color: #333;
	text-align: center;
	margin: -15px 0 0 0;
}

.fltrt {
	float: right;
	margin-left: 10px;
}
.fltlft {
	float: left;
	margin-right: 10px;
}
.clearfloat {
	clear:none;
	height:30px;
	font-size: 1px;
	line-height: 0px;
}
.clearLeft {
	clear: left;
}
.clearRight {
	clear: right;
	float: right;
}
.Nyhetsbrev {
	text-align: center;
	padding-right: 30px;
}
.CenterBoldItalic {
	text-align: center;
	font-style: italic;
	font-weight: bold;
	line-height: 130%;
	color: 000;
	font-size: x-large;
}
.centrerad {
	text-align: center;

}
.button {
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	border-style: none;
}
.Explain {
	padding-right: 20px;
	padding-left: 20px;
	margin-right: 20px;
	margin-left: 20px;
}
.center_image_cap {
	font-size: 0.8em;
	font-style: italic;
	font-weight: lighter;
	text-align: center;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	border-style: none;
}
.table_format {
	line-height: 50%;
}
h1 {
	font-size: large;
}
