@charset "utf-8";
* {
	margin: 0px; padding: 0px;
}
body {
	background-color: #333;
	background-image: url(../images/bg_main.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 90%;
}
img {
	border: none;
}
input {
	font-size: 79%;
	vertical-align: middle;
}
h1 {
	font-size: 140%;
	margin-bottom: 15px;
	color: #a2b701;
}
h2 {
	text-transform: uppercase;
	margin-bottom: 10px;
	font-size: 100%;
}
a:link {
	color: #0b7a35;
	text-decoration: underline;										/* endret */
}
a:visited {
	color: #0b7a35;
	text-decoration: underline;										/* endret */
}
a:hover {
	color: #0b7a35;
	text-decoration: underline;
}
a:active {
	color: #0b7a35;
	text-decoration: underline;
}
.txt11px {
	font-size: 79%;
}
#main {
	background-color: #FFFFFF;
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<  HEADER  >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
#header {
	background-image: url(../images/bg_header.gif);
	background-repeat: repeat-x;
	height: 123px;  														 /* endret */
	background-color: #f1f4f3;
	border-bottom: 1px solid #009036;
	position: relative;
}
#language {
	text-align: right;
}
#language img {
	padding-top: 5px;
	padding-right: 5px;
}
#logo {
	padding: 6px 0px 0px 30px;												  /* endret */
}
#menu { 
	position: absolute; 
	top: 98px; 																/* endret */
	left: 30px;
}
#menu ul {
	list-style-type: none;
}
#menu ul li { 
	display: inline;
}
#menu ul li a {
	float: left;
	padding: 5px 16px 5px 16px;
	text-decoration: none;
	color: #333333;
	display: block;
}
#menu ul li.selected a {
	float: left;
	padding: 4px 15px 4px 15px;
	text-decoration: none;
	color: #333333;
	background-color: #FFFFFF;
	border: 1px solid #009966;
	border-bottom: 1px solid #FFFFFF;
	display: block;
}
#menu ul li a:hover {
	float: left;
	padding: 4px 15px 4px 15px;
	text-decoration: none;
	color: #333333;
	background-color: #FFFFFF;
	border: 1px solid #009966;
	display: block;
}
#menu ul li.selected a:hover {
	float: left;
	padding: 4px 15px 4px 15px;
	text-decoration: none;
	color: #333333;
	background-color: #FFFFFF;
	border: 1px solid #009966;
	border-bottom: 1px solid #FFFFFF;
	display: block;
}
#search {
	position: absolute;
	top: 98px;														/* endret */
	right: 30px;
	width: 200px;
}
#search .field {
	width: 143px;
	height: 17px;
	margin-right: 3px;
	border: solid 1px #ccd1d0;
}
#search .button {
	width: 50px;
	cursor: pointer;
}


/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<  CONTENT  >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
#content {
	padding: 25px 30px 25px 30px;
	height: 100%;
}


/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<  FRONTPAGE  >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
#frontpage {
	width: 660px;
	float: left;
	margin-bottom: 50px;
}
#mainspottxt {
	background-image: url(../images/bg_mainspot.jpg);
	background-repeat: no-repeat;
	width: 223px;
	height: 145px;
	float: left;
	padding: 20px 20px 15px 20px;
	color: #FFFFFF;
}
#mainspottxt h1 {
	font-size: 140%;
	margin-bottom: 5px;
	color: #FFFFFF;
}
#mainspottxt p {
	font-size: 86%;
	margin-bottom: 5px;	
}
#mainspotimg {
	background-image: url(../images/ill_mainspot.jpg);
	background-repeat: no-repeat;
	width: 397px;
	height: 180px;
	float: left;
}
#news {
	clear: both;
	float: left;
	margin-top: 30px;
	padding-right: 20px;
	width: 243px;
	font-size: 79%;		
}
#news ul {
	list-style-type: none;
}
#news ul li {
	margin-bottom: 4px;
}
#casestudies {
	float: left;
	margin-top: 30px;
	width: 397px;
	font-size: 79%;	
}
#casestudies ul {
	list-style-type: none;
}
#casestudies ul li {
	padding: 10px;
	background-color:#f8f9f8;
	border-bottom: solid 1px #FFF;
	background-image: url(../images/bg_casestudies.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
	height: 100%;
}
#casestudies img {
	float: left;
}
#casestudies p {
	float: right ;
	width: 305px;
	margin: 0px;
}
#casestudies a {
	font-weight: bold;
}


/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<  LEFTCOLUMN  >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */

#leftcolumn {
	width: 170px;
	float: left;
	margin-bottom: 25px;
}
#leftmenutop {
	height: 5px;
	background-image:url(../images/bg_leftmenu_top.gif);
	background-repeat: no-repeat;
	overflow: hidden;
}
#leftmenubottom {
	height: 5px;
	background-image:url(../images/bg_leftmenu_bottom.gif);
	background-repeat: no-repeat;
	overflow: hidden;
}
#leftmenu {
	font-size: 79%;
}
#leftmenu ul {
	list-style-type: none;
}
#leftmenu ul li {

}
#leftmenu ul li a {
	background-color: #f1f4f3;
	border-left: solid 1px #dfe5e3;
	border-right: solid 1px #dfe5e3;
	width: 148px;
	padding: 3px 10px;
	display: block;
	color: #333333;
	text-decoration: none;													/* lagt til */
}
#leftmenu ul li a:hover {											/* lagt til */
	border-left: solid 6px #ccd1d0;
	padding-left: 5px;
	text-decoration: none;
}
#leftmenu ul li.selected a {
	background-color: #fff;
	border-left: solid 6px #ccd1d0;
	border-right: solid 1px #fff;
	border-top: solid 1px #dfe5e3;	
	border-bottom: solid 1px #dfe5e3;	
	padding-left: 5px;
	text-decoration: none;														/* lagt til */
}


/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<  ARTICLE  >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */

#article {
	width: 480px;
	float: left;
	margin: 0px 20px 0px 20px;
	margin-bottom: 25px;
	font-size: 90%;														/* endret */	
	min-height: 400px;													/* lagt til */
}
#article p {
	margin-bottom: 20px;
}
#article ul {
	margin: 20px;
}
#article ul li {
	margin-bottom: 10px;
}
#article h2 {
	text-transform: none;
	margin-bottom: 5px;
}
#breadcrumb {
	font-size: 85%;														/* endret */
	margin-bottom: 10px;
}

.ingress {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	padding-bottom: 10px;
	font-size: 110%;
}

/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<  RIGHTCOLUMN  >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
#rightcolumn {
	width: 200px;
	float: right;
	margin-bottom: 25px;
}
#rightspot a {
	background-image: url(../images/ill_rightspot.jpg);
	background-repeat: no-repeat;
	height: 40px;
	color: #FFFFFF;
	padding: 140px 10px 0px 10px;
	font-weight: bold;
	display: block;
	text-decoration: none;										/* lagt til */	
}
#learnmore {
	margin-top: 30px;
	font-size: 79%;	
}
.related {
	font-size: 79%;
	margin-bottom: 20px;
}
.related ul {
	list-style-type: none;
}
.related ul li {
	margin-bottom: 4px;
}


#rightbannergreentop {
	background-image: url(../images/bg_rightbannergreen_top.gif);
	height: 5px;
	overflow: hidden;
	margin-top: 10px;
}
#rightbannergreen {
	background-color: #b0c702;
}
#rightbannergreen a {
	padding: 5px 10px;
	font-weight: bold;
	display: block;
	color: #FFFFFF;
	text-decoration: none;										/* lagt til */
}
#rightbannergreenbottom {
	background-image: url(../images/bg_rightbannergreen_bottom.gif);
	height: 5px;
	overflow: hidden;
}


#rightbannergreytop {
	background-image: url(../images/bg_rightbannergrey_top.gif);
	height: 5px;
	overflow: hidden;
	margin-top: 10px;
}
#rightbannergrey {
	background-color: #f5f7f6;
	border-left: 1px solid #dfe5e3;
	border-right: 1px solid #dfe5e3;	
}
#rightbannergrey a {
	padding: 5px 9px;
	font-weight: bold;
	display: block;
	color: #333;
	text-decoration: none;										/* lagt til */
}
#rightbannergreybottom {
	background-image: url(../images/bg_rightbannergrey_bottom.gif);
	height: 5px;
	overflow: hidden;
}


/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<  FOOTER  >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */

#footer {
	clear: both;
	background-color: #f1f4f3;
	padding: 5px 30px 5px 30px;
	border-top: 1px solid #009036;
	overflow: hidden;
	width: 890px;														/* lagt til */
}


/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<  ADDED BY NETMAKING  >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
.box {
	width: 460px;
}

.ezcca-user_user_account {
	width: 330px;
}

.box, .ezcc-user {
	padding: 2px;
	border: solid 1px #ccd1d0;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 79%;
}

.block .element label {
	float: left;
	width: 130px;
}

.block .element {
	clear: both;
}

#kundecase_pdf {
	padding-bottom: 20px;
}

#kundecase_pdf img {
	margin-right:10px;
}

div.object-left, div.imageleft

{

    float: left;

    clear: left;

    margin: 0 10px 10px 0;

}



div.object-left p, div.object-right p {

    margin: 0;

    padding: 0;

}



div.object-right, div.imageright

{

    float: right;

    clear: right;

    margin: 0 0 10px 10px;	

}


/* NAVIGATORS START */



div.content-navigator

{

    display: block;

    clear: both;

}



div.content-navigator div

{

    display: inline;

    text-align: center;

}



div.content-navigator div.content-navigator-separator, div.content-navigator div.content-navigator-separator-disabled

{

    padding-left: 4px;

    padding-right: 4px;

}



div.content-navigator div.content-navigator-arrow

{

    font-size: 150%;

}



/* NAVIGATORS END */

p {
	margin-bottom: 1.5em;
}


/* extra colors right col features */
/* white */

#rightbannerwhitetop {
	background-image: url(../images/bg_rightbannerwhite_top.gif);
	height: 5px;
	overflow: hidden;
	margin-top: 10px;
}
#rightbannerwhite {
	background-color: #ffffff;
	border-left: 1px solid #dfe5e3;
	border-right: 1px solid #dfe5e3;	
}
#rightbannerwhite a {
	padding: 5px 9px;
	font-weight: bold;
	display: block;
	color: #333;	
}
#rightbannerwhitebottom {
	background-image: url(../images/bg_rightbannerwhite_bottom.gif);
	height: 5px;
	overflow: hidden;
}


/* red */

#rightbannerredtop {
	background-image: url(../images/bg_rightbannerred_top.gif);
	height: 5px;
	overflow: hidden;
	margin-top: 10px;
}
#rightbannerred {
	background-color: #d46939;
}
#rightbannerred a {
	padding: 5px 10px;
	font-weight: bold;
	display: block;
	color: #FFFFFF;	
}
#rightbannerredbottom {
	background-image: url(../images/bg_rightbannerred_bottom.gif);
	height: 5px;
	overflow: hidden;
}

/* dark green */

#rightbannerdarkgreentop {
	background-image: url(../images/bg_rightbannerdarkgreen_top.gif);
	height: 5px;
	overflow: hidden;
	margin-top: 10px;
}
#rightbannerdarkgreen {
	background-color: #009036;
}
#rightbannerdarkgreen a {
	padding: 5px 10px;
	font-weight: bold;
	display: block;
	color: #FFFFFF;	
}
#rightbannerdarkgreenbottom {
	background-image: url(../images/bg_rightbannerdarkgreen_bot.gif);
	height: 5px;
	overflow: hidden;
}

/* orange */

#rightbannerorangetop {
	background-image: url(../images/bg_rightbannerorange_top.gif);
	height: 5px;
	overflow: hidden;
	margin-top: 10px;
}
#rightbannerorange {
	background-color: #d4b208;
}
#rightbannerorange a {
	padding: 5px 10px;
	font-weight: bold;
	display: block;
	color: #FFFFFF;	
}
#rightbannerorangebottom {
	background-image: url(../images/bg_rightbannerorange_bottom.gif);
	height: 5px;
	overflow: hidden;
}

/* yellow */

#rightbanneryellowtop {
	background-image: url(../images/bg_rightbanneryellow_top.gif);
	height: 5px;
	overflow: hidden;
	margin-top: 10px;
}
#rightbanneryellow {
	background-color: #ded009;
}
#rightbanneryellow a {
	padding: 5px 10px;
	font-weight: bold;
	display: block;
	color: #FFFFFF;	
}
#rightbanneryellowbottom {
	background-image: url(../images/bg_rightbanneryellow_bottom.gif);
	height: 5px;
	overflow: hidden;
}
#iframe {
	float:left;
font-size:90%;
margin:0px 20px 25px;
min-height:400px;
}