/***** Global Settings *****/

/* FARGEKART 
blue: #2572b5
dark grey: #4d4e57

*/

html, body {
	border:0;
	margin:0;
	padding:0;
	background-color: #eee;
	color: black;
	position: relative;
}
	
body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 140%;
}



/***** Headings *****/
 
h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	font-weight:normal;
	position: relative;
}


h1 {
	color: black;
	/* letter-spacing: -0.075em; */
	letter-spacing: -0.05em;
	font-size: 36px;
	margin: 0 0 8px 2px;
	line-height: 1.15;
	letter-spacing: -0.1px;
	font-weight: bold;
}
	h1 a:link,
	h1 a:visited {
		color: black;
	}
	

h2 {
	/* letter-spacing: -0.075em; */
	letter-spacing: -0.05em;
	font-weight: bold;
	line-height: 1.25;
} 
	h2 a:link,
	h2 a:visited {
		color: black;
	}
	
	


h3 {
	background-repeat: repeat-x;
	color: #4d4e57;
	font-size:1em;
	font-weight:bold;
	text-transform: uppercase;
	clear: right;
	position: relative;
	cursor: pointer;
	margin-bottom: 4px;
	background-image: url("../img/layout/fillStripe_bkg.png");	
	overflow: hidden; 

}
	.listModule h3,
	.serviceModule h3 {
		margin-top: 13px; 
	}
	h3 span {  /* NAVN PÃ… MODUL/TJENESTE */
		background-color: white;
		padding-right: 2px;
		float: left; 
		position: relative;
		top: -2px;
	}	
	h3 div {  /* "[FLERE]" */
		font-family: Verdana;
		float: right;
		position: relative;
		top: 0px;
		font-size: 8px;
		padding-left: 2px;
		background-color: white;
	}

h4 {
	color: #4d4e57;
	font-size: 10px;
	font-weight: bold;
	margin-left: 4px;
	margin-bottom: 2px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 2px	;
}
	h4 a:visited,
	h4 a:link {
		color: #4d4e57;
	}

	
	

/***** Common Formatting *****/
 
p {
	padding: 4px 2px 0 4px;
/*	letter-spacing: -0.02em; */
/*	letter-spacing: -0.01em; */
	margin: 0;
}

/*
ul, ol {
	letter-spacing: -0.02em;
	margin: 1em 0 0.5em 0.4em;
	padding: 0;
	list-style-type: none;
}

li {
	margin: 4px 0 2px 0;
	background-image: url("../img/icons/bullet_orange.png");
	background-repeat: no-repeat;
	background-position: 0 0.4em;
	padding-left: 1.2em;
}
*/

ol {
	letter-spacing: -0.02em;
	margin: 0.3em 0 0.5em 1.5em;
	padding: 0;	
}


ul {
	letter-spacing: -0.02em;
	margin: 1em 0 0.5em 0.4em;
	padding: 0;
	list-style-type: none;
}

ul li {
	margin: 4px 0 2px 0;
	background-image: url("../img/icons/bullet_orange.png");
	background-repeat: no-repeat;
	background-position: 0 0.4em;
	padding-left: 1.2em;
}

ol li {
	margin: 4px 0 2px 10px;
	padding-left: 1.2em;
}

 
blockquote {
	margin:1.25em;
	padding:1.25em 1.25em 0 1.25em;
}
 
small {
	font-size:0.85em;
}
 
img {
	border:0;
	margin:0;
}
 
sup {
	position:relative;
	bottom:0.3em;
	vertical-align:baseline;
}
 
sub {
	position:relative;
	bottom:-0.2em;
	vertical-align:baseline;
}
 
acronym, abbr {
	cursor:help;
	letter-spacing:1px;
	border-bottom:1px dashed;
}

 
/***** Links *****/

a,
a:link,
a:visited,
a:hover {
	color: #2572b5;
	text-decoration:none;
	font-weight: bold;
}

 a:hover {
	text-decoration:underline;
	color: #4d4e57;
}


/***** Forms *****/
 
form {
	margin:0;
	padding:0;
	display:inline;
}
 
input, select, textarea {
font:1em Arial, Helvetica, sans-serif;
padding: 4px;
}

.textInput {
	border: 1px solid #999;
}
 
textarea {
	width:100%;
	line-height:1.25;
}
 
label {
	cursor:pointer;
}

.checkbox {
}
 
/***** Tables *****/
 
table {
	border:0;
	margin:0 0 1.25em 0;
	padding:0;
}
 
table tr td {
	padding:2px;
}
 
/***** Wrapper *****/
 
#wrap {
	width:980px;
	margin:0px auto 60px auto;
	background-color: white;
	border-right: 1px solid #bbb;
	border-left: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	position: relative;	
}
 
#wrapInner {
	width: 960px;
	margin: 0 auto;
	position: relative;
	display: block;
/*	background-image: url("../img/layout/grid.png");*/
}

#mainContent {
	position: relative;
	width: 765px;
	float: left;
	clear: left;
}




/***** Global Layout Elements *****/

hr {
	height: 1px;
	background-color: #ccc;
	border: 0;
	margin: 4px 0;
	padding: 0;
}

.lesmer:visited,
.lesmer:link {
	font-size: 0.9em;
	font-weight: bold;
	text-decoration: underline;
}

.numComments:link,
.numComments:visited {
	font-weight: bold;
	color: #ee7000;
	font-size: 0.9em;
}

.numComments:hover {
	color: #4d4e57;
}

.submitButton {
	padding: 3px 11px 4px 11px;
	background-color: #2572b5;
	color: white;
	border: 1px solid #444;
	margin: 0 4px;
	cursor: pointer;
}

.submitButton:hover {
	background-color: #4d4e57;
}

.videoPlay_over115 {
	position: absolute;
	top: 28px;
	left: 32px;
}

/* Toppseksjon (over header) */
#allerstripe {
	width: 960px;
	height: 39px;
	margin: 0px auto 0px auto;
	padding:0px 0px 0px 0px;
	background-color: white;	
}

#topAds {
	width: 960px;
	overflow: visible;
	display: block;
}

.topAd {
	margin: 4px 0;
	float: left;
}

#topAd1 {
	width: 768px;
/*	height: 150px;*/
}

#topAd2 {
/*	height: 150px;*/
	width: 180px;
	margin-left: 12px;
    /* JT for HP: */
    position:absolute; left:765px; top:0px;
}



/* header */
#header {
	background-image: url("/img/layout/header_bkg.png");
	background-repeat: repeat-x;
	background-position: 0px 20px;
	width: 960px;
	height: 106px;
	position: relative;
	clear: left;
}

#headerLogo {
	position: absolute;
	width: 169px;
	height: 61px;
	top: 20px;
	left: 0px;
}

#superHeader {
	width: 960px;
	height: 20px;
	position: relative;
	overflow: hidden;
	font-size: 10px;
}

#slogan {
	position: absolute;
	left: 2px;
	color: #4d4e57;
	bottom: 2px;
	font-weight: bold;
	letter-spacing: -0.05em;
}

#newsLetter {
	position: absolute;
	left: 390px;
	bottom: 2px;
}

#newsLetter img {
	position: relative;
	top: 2px;
}

#userTopArea {
	position: absolute;
	bottom: 2px;
	right: 2px;
	display: none;	
}

#setStartPage {
	position: absolute;
	bottom: 2px;
	width: 180px;
	text-align: right;
	left: 780px;
}


#headerComment {
	position: absolute;
	left: 195px;
	width: 180px;
	height: 61px;
	font-weight: bold;
	cursor: pointer;
}

#headerCommentQuotes {
	position: absolute;
	top: 23px;
}

#headerCommentText {
	position: absolute;
	top: 23px;
	left: 22px;
	width: 110px;
	font-size: 11px;
	font-style: italic;
	color: white;
}

#headerCommentTitle {
	position: absolute;
	top: 9px;
	color: black;
	right: 55px;
}

#headerCommentPortrait {
	position: absolute;
	right: 0px;
	bottom: 0px;
}

#headerSearchArea {
	position: absolute;
	left: 233px;
	top: 35px;
	width: 180px;
}

#headerSearchBox {
	width: 178px;
	border: 1px solid #4d4e57;
	height: 18px;
	background-color: white;
	position: relative;
	font-size: 10px;
}

#headerSearchArea input {
	position: absolute;
	top: 3px;
	left: 4px;
	width: 152px;
	height: 14px;
	border: none;
	margin: 0;
	padding: 0;
	color: #4d4e57;
}

#headerSearchIcon {
	position: absolute;
	right: 1px;
	top: 1px;
	cursor: pointer;
}

#headerKvasirLogo {
	position: absolute;
	right: 0px;
	top: 24px; 
	cursor: pointer;
}

/*Gule Sider*/

	#gsAd{
	background-color:#5c4893;

bottom:10px;
height:34px;
top:35px;

overflow:hidden;
position:absolute;
right:128px;
width:405px;
	}


/*Gule Sider*/

    #gsAd{
    background-color:#5c4893;

bottom:10px;
height:34px;
top:35px;

overflow:hidden;
position:absolute;
right:128px;
width:405px;
    }

 
/* Tekstannonser */
#textAds {



    height: 51px;
    border: 1px solid #4d4e57;
    background-color: white;
    overflow: hidden;
    line-height: 120%;
    margin-bottom:10px;
    clear:both;
    margin-right:6px;
}
 
.textAd {
    float: left;
    height: 40px;
    font-size: 9px;
    margin: 4px 2px; 
    overflow: hidden;
    letter-spacing: -0.01em;
}
 
.textAd a {
    font-size: 9px;
    color: #ee7000;
    font-weight: bold;
    text-decoration: underline;
    display: block;
}
 
.textAd a:hover {
    color: black;
}


/* SEKSJONSMENY */
#sectionMenu {
	width: 960px;
	height: 18px;
	position: absolute;
	top: 82px;
	left: 0px;
	font-size: 10px;
	overflow: hidden;
	line-height: 130%;
}

.sectionMenuItem {
	float: left;
	color: white;
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
	height: 18px;
	overflow: hidden;
}

.sectionMenuItem .inner {
	margin: 2px 11px;
	height: 14px;
}

.sectionMenuItem:hover {
	background-color: black;
}


/* TJENESTER OG LISTER */
.story,
.listModule,
.serviceModule,
.featureModule {
	width: 245px;
	position: relative;
	float: left;
	font-size: 12px;
}


	.story,
	.serviceModule {
		margin-bottom: 10px;
		padding-bottom: 20px; 
	}

	.listModule {
		margin-bottom: 0px;
	}

	.story img {
		float: right;
		width: 115px;
		margin: 6px 0 0 8px;
	}
	.story h2 {
		margin: 0 4px 2px 4px;
		font-size: 18px;
	}



#kortnytt {
	position: relative;
	top: -8px;
}

.featureModule {
	margin-top: 15px;
	position: relative;
}
	.featureModule h2 {
		font-size: 14px;
	}
	.featureModule h3 {
		position: relative;
		background-image: url("../img/layout/fillStripe_bkgBlue.png");
		z-index: 100;
	}

	.featureModule h3 span {
		position: relative;
		background-image: url("../img/layout/fillStripe_bkgBlue_noStripe.png");
		padding-right: 2px;
	}
	.featureModule .inner {
		background-color: #eee;
		position: relative;
		top: -4px;
	}
	.featureModule .content {
		padding-top: 8px;
		padding-bottom: 8px;
	}
	.featureModule .content img {
		float: left;
		margin: 4px 8px;
	}
	.featureModule .featureIcon {
		width: 30px;
		position: relative;
		height: 1px;
		float: left;
		z-index: 1000;
		top: -10px;
		margin-right: 4px;
	}

.fotoVideoStory {
	width: 115px;
	float: left;
	position: relative;
	margin-top: 10px;
	margin-bottom: 8px;
}
	.fotoVideoStory h2 {	
		margin: 0 4px 2px 0px;
		font-size: 1em;
	}


/* ANNONSEPLASSER I mainContent */
.bannerArea,
.netboardArea {
	float: left;
	width: 505px;
	border-top: 1px solid #eee;
	/* border-bottom: 1px solid #eee; */
	margin-bottom: 10px;
	padding-bottom: 11px; 
}
	.bannerArea,
	.netboardArea {
		margin-top: 19px;
		text-align: center;
	}
	
	.banner,
	.netboard {
		width: 100%;
		text-align: center;
		margin: 0 auto 12px auto;
		cursor:pointer;
	}
	
	#banner1 {
		margin-left: 15px; 
	}
	
	

/* Høyrekolonne */
#rightColumn {
	float: right;
	width: 187px;
	overflow: visible;
    
    /* position:relative; left:772px; top:310px; */
}

#tipsoss {
	margin-top: 2px;
	margin-left: 7px;
	font-size: 0.8em;
	width: 180px;
	overflow: hidden;
	text-align: center;
	font-size: 9px;
}


#rightAds {
	margin: 8px 0;
	position: relative;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	border-bottom: 1px solid #eee;
	border-right: 0;
	width: 187px;
}

#rightAds .inner {
	width: 187px;
	position: relative;
	margin-left: 6px;
	border: 0;
	top: -4px;
}

.thisIsAd {
	color: #aaa;
	width: 100%;
	text-align: center;
	position: relative;
	top: -10px;
	font-size:10px;
}

.thisIsAd span {
	background-color: white;
	padding: 0 4px;
}


/* FOOTER */

#footer {
	float: left;
	height: auto;
	width: 960px;
	position: relative;
	background-color: #4d4e57;
	color: white;
	margin-top: 20px;
	font-size: 12px; 
}
	#footer .inner {
		padding: 10px;
		position: relative;
	}
	#footer a,
	#footer a:link,
	#footer a:visited {
		color: white;
		font-weight: bold;
	}
	#redPlakat {
		position: absolute;
		top: 20px;
		right: 20px;
	}
	
#subFooter {
	clear: both;
	padding: 8px;
	position: relative;
	font-size: 10px;
}
	#subFooter #rssFeed img {
		position: relative;
		top: 2px;
	}
	
	#subFooter #infoLinks {
		position: absolute;
		right: 8px;
		top: 8px;
	}

/***** Global Classes *****/
.leftColumn    { margin-left: 0px; clear: left;}
.rightColumn   { margin-left: 15px; }
.middleColumn  { margin-left: 15px; }
.clear         { clear:both; }
.clear-left    { clear:left; }
.clear-right    { clear:right; }
.float-left    { float:left; }
.float-right   { float:right; }
 
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }
.searchHighlight{
	background:	#ffffa3;
}

.hidden-overflow {overflow: hidden;} 
 
.wrap          { width:980px;margin:0 auto; }
 
.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }
 
.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }
.sublist 	   { padding: 0 0 1em 2.5em; font-size: 0.8em;}
.indent 	   { margin-left: 1.25em; margin-right: 1.25em; }
.note          { color: grey; font-style: italic; font-size: 0.85em;}
.ad_spacer{
	height:5px; margin:0px; padding:0px;
}
#netboard, #netboard2, #netboard3{
	width:468px;
	height:400px;
	overflow:hidden;
	margin:0px auto;
	padding:0px;
}
#netboard{
/*	background: url(../img/egenannonser/netboard_digi_startside.jpg) no-repeat;*/
}
#netboard2{
/*	background: url(../img/egenannonser/netboard_digi_startside.jpg) no-repeat;*/
}
.topService div{
	position:relative;
	right:0px;
}
#popNettjuvel span{

}

.netjewel li span{
cursor:pointer;
}
.jeweltree span{
	font-weight: bold;
	color:#4d4e57;
	font-size:16px;
}
.speciallink{
	margin-left:10px;
	width:120px;
}
.speciallink a{
	letter-spacing:-0.0em;
}
.nettjuvellistouter{
margin-top:0px;clear:both; background: url(http://www.media.allerinternett.no/round/2/?h=84&w=377&c=ffffff&f=eeeeee&o=eeeeee&k=10) no-repeat; height:104px;padding:7px;
}
.nettjuvellistinner{
padding:10px 12px;margin-top:0px;clear:both; background: url(http://www.media.allerinternett.no/round/2/?h=70&w=363&c=eeeeee&f=ffffff&o=ffffff&k=6) no-repeat; height:90px;
}
.netjewel li{
	font-weight: bold;
	color:#4d4e57;
	font-size:14px;
	
}
.jeweltree span{
	font-size:14px;
}
.pagPage{
	background: #2572b5;
	padding:2px 5px;
	color:white;
	font-weight:bold;
}
.paginated a:link, .paginated a:visited, .paginated a:hover{
	background: white;
	border:1px solid #2572b5;
	padding:1px 4px;
	font-weight:bold;
}
#paginated2 a:link, #paginated2 a:visited, #paginated2 a:hover{
	background: white;
	border:1px solid #2572b5;
	padding:1px 4px;
	font-weight:bold;
}
.sectionMenuItem .inner a{
	color:white;
	text-decoration:none;
}
.debatt_table a:visited{
	color:#888888;
}

.solBoks { width:179px; }

.solBoks { margin:4px 0 2px 0; overflow:hidden;}
.solItem { font-weight:bold; text-align:center; padding:2px 0 2px 0; width:100%;}
.solItem a { color:#000; text-decoration:none; }
.solBoksLogo { background-color:#c7cede; text-align:center; padding:2px; width:100%; }
.colorOdd {	background-color:#e0e0e0; width:100%; }
.colorEven { background-color:#fff; width:100%; }
#rs-player-controls li{
	display:inline;
	list-style-type:none;
	list-style-image: none;
	
}
.blogg-body-wrap{
clear:both;
margin-top:10px;
}
.blogg-headerimg{
	display:none;
}
.blogg-header a:link, .blogg-header a:visited, .blogg-header a:hover{
	color:black;
	background: white;
}

.clearer { clear:both;}
        
.bottombanner {
	bottom     : 0px;
	position   : fixed;
	z-index    : 100;
	border-top : 0px solid #dddddd;
	width	   : 100%;
}
