/* Default stylesheet for 3net*/


/* Default stylesheet */
body {
	background: #212121 url(/getfile.php/1171631.904.qytvyydava/bodybg.png) repeat-x top;
	color: #FFF;
	font-family: Arial, "DejaVu Sans", "Bitstream Vera Sans", "Lucida Sans Unicode", Geneva, sans-serif;
	font-size: 75%;
	margin: 0px;
	cursor: default;
}
table,caption,th,td {
	font-size: 11px; 
}
h1, h2, h3, h4, h5, h6 {
	margin: 4px 0px;
	padding: 0px;
	font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
}

h1 {
	font-size: 16px;
}
h2 {
	font-size: 14px;
}
h3 {
	font-size: 12px;
}
h4 {
	font-size: 11px;
}
h5 {
	font-size: 11px;
}
h6 {
	font-size: 11px;
}
p {
	padding: 0px;
	margin: 4px 0px 16px 0px;
}
pre {
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
}
/* End General elements*/


a img {
	border: none;
}
.body img {
	margin: 3px 10px 5px;
}
.body img[align="left"] {
	margin-left: 0;
}
.body img[align="right"] {
	margin-right: 0;
}

div.forum {
	clear: both;
}

/* Use class layout on images and tables used for layout */
img.layout, a img.layout {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

table.layout {
	margin: 0px;
	padding: 0px;
}
td.layout {
	padding: 0px;
	text-align: left;
	vertical-align: top;
}
/* General links */
a:link {color: #2993CA; text-decoration: none;}
a:visited { color: #666666;  text-decoration: none;}
a:hover {color: #2993CA; text-decoration: underline;}

/* Standard navigation links */
a.menu, span.menu { }
a.menu:link, .menu a:link { text-decoration: none; }
a.menu:visited, .menu a:visited { text-decoration: none; }
a.menu:hover, .menu a:hover { text-decoration: underline; }

a.menuselected, span.menuselected { }
a.menuselected:link { text-decoration: underline; }
a.menuselected:visited { text-decoration: underline; }
a.menuselected:hover { text-decoration: underline; }

a.topmenu, span.topmenu { }
a.topmenu:link { }
a.topmenu:visited { }
a.topmenu:hover { }

/* Printable/tell a friend links	*/
.toollink { }
a.toollink:link { }
a.toollink:visited { }
a.toollink:hover { }

/* Copyright, CustomPublish powered link etc.	 */
#cp {
	float: left; width: 200px;
	text-align: left;
}
.cp,#copyright {font-size: 10px; margin-right: 10px; }
a.cp:link { }
a.cp:visited { }
a.cp:hover { }


/* Linked headlines (normally inside LIST-sections) */ 
.headlinelink {}
.headlinelink:link {color: #e0e0e0;}
.headlinelink:visited { color: #e0e0e0;}
.headlinelink:hover { color: #e0e0e0;}

/* Linked headlines on listing pages */
.headline .headlinelink {color: #e0e0e0;}
.headline .headlinelink:link {color: #e0e0e0;}
.headline .headlinelink:visited { color: #e0e0e0;}
.headline .headlinelink:hover { color: #e0e0e0;}

/* Navigation path links */
.path	{color:#FFF;}
a.path:link,a.path:visited {color: #FFF; }
a.path:hover {color: #FFF; }

/* Sitemap links */
.tree { font-weight: normal; }
a.tree:link { text-decoration: none; color: #000000; }
a.tree:visited { text-decoration: none; color: #000000; }
a.tree:hover { text-decoration: underline; color: #000000; }

.sitetree { font-weight: normal; }
a.sitetree:link { text-decoration: none; color: #000000; }
a.sitetree:visited { text-decoration: none; color: #000000; }
a.sitetree:hover { text-decoration: underline; color: #000000; }


/* SECTION: Standard CP classes*/
.default { }
.date { color: #999999; font-size: 10px; }
.author { color: #333333; font-size: 10px; }
.feedback { }
.copyright { }


/* CSS code for (rounded) corners. Remember position: relative; on container element */
span.corner { 
	background: url(/getfile.php/1084663.1595.cfqtfvtrby/box_border.png);
  background-repeat: no-repeat;
	display: block;
  position: absolute;
  /* Set width/height to size of corner images */
  width: 13px;
  height: 13px;
  
}

span.corner.tl {
  background-position: top left;
  left: -1px;
  top: -1px;
}
span.corner.tr {
  background-position: top right;
  right: -1px;
  top: -1px;
}


span.corner.br {
  background-position: bottom right;
  bottom: -1px;
  right: -1px;
}
span.corner.bl {
  background-position: bottom left;
  bottom: -1px;
  left: -1px;
} 


/* Standard tools */
div.tools { margin: 15px 0px; }
div.tool { margin: 2px 0px; }
#skiplink { 
  position: absolute;
  left: -1000px;
  width: 900px;
/*  display: none;*/
}
div.pagebar { padding: 10px 0px; clear: both; }
.pagebar.prev { padding-right: 10px; }
span.arrow { padding: 0px 3px; }

/* SECTION: listing/view styles */
div.pagedescription { 
	margin: 0 0 16px;
}
.pagedescription { }
.headline, h1.headline {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
.headlineview, h1.headlineview {
	font-size: 16px; 
	font-weight: bold; 
	margin: 0px;
	padding: 0px;
}
.subheadline, h2.subheadline {
	font-weight: normal; 
	margin: 5px 0px 0px 0px;
	padding: 0px;
	line-height: 1.0;
}
.ingress {
}
div.ingress {
	margin: 6px 0px; 
	padding: 0px;
}
.ingressview {
}
div.ingressview {
	margin: 6px 0px; 
	padding: 0px;
}
p.byline, .byline {
	margin: 0px; padding: 0px;
}

.articleparagraph {
	clear: left !important;
}
/* SECTION: Articlemedia */
div.articlemedia { 
	width: 250px;
	float: right;
	margin-left: 10px;
}

div.articleimage { 
	margin-bottom: 10px;
}
div.articleimagedesc, i.paragraphpictext { 
	font-style: italic;
	padding: 1px 2px;
}


/* SECTION: viewarea block/spacing elements */
.block, .articleblock {
	margin-bottom: 15px;
}

.articleblock .imgwrap {
	float: left;
	width: 32.5%;
}
.articleblock .imgwrap img {
	max-width: 100%;
	height: auto;
}
.articleblock .textwrap {
	float: right;
	width: 65%;
}
/* Full text width if no listing image */
div.articleblock.nopic .textwrap {
	float: none;
	width: auto;
}

/* 2-spalter */
div.twocol .articleblock { 
	width: 49%;
}
div.twocol .articleblock.pair0 { 
	clear: both;
	float: left;
}
div.twocol .articleblock.pair1 { 
	clear: right;
	float: right;
	margin-right: 0;
}

/* 3-spalter */
div.threecol .articleblock { 
	width: 32%;
	float: left;
	margin-right: 2%;
}
div.threecol .articleblock.treble0 { 
	clear: both;
}
div.threecol .articleblock.treble1 { 
	margin-right: 0;
}
div.threecol .articleblock.treble2 { 
	clear: right;
	float: right;
	margin-right: 0;
}

.listingarea hr, div.hr /* Replacement for hr (easier to style in older browsers) */{
	background-color: transparent;
	border-width: 0 0 1px;
	border-style: solid;
	border-color: #363636;
	font-size: 1px;
	clear: both;
	height: 10px;
	margin-bottom: 10px;
}
div.body {
	/* clear: both;  */
	margin: 0px 0px 22px 0px;
}
.clearfix { clear: both; font-size: 1px; height: 0px; }
/* SECTION ARTPICS */
td.artpic {
	padding: 5px;
	vertical-align: top;
	text-align: left;
}
/* SECTION: page containers */ 
#page {
	width: 100%;
	margin: 0 auto;
	padding: 0px;
	text-align: left;
}
#header {
	background: url(/getfile.php/1171648.904.udeqxtcvxv/header.jpg) no-repeat center;
	padding: 0;
	margin: 0px auto 12px auto;
	width: 100%;
	height: 120px;
	text-align: center;
	text-indent: -9999px;
}
#userbar {
	float;right;
	position: absolute;
	right: 0;
	top:0px;
	width:400px;
	text-align:right;
	margin-right:30px;
}
#userbar .adminbar {
	float: left;
	text-align: left;
}
#top {
	margin: 0px auto;
	padding: 0px;
	height: 154px;
	position: relative;
	zoom: 1;
	width: 980px;
}
#topnav {
	width: 935px;
	margin: 0 auto;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 30px 10px 10px 80px;
	list-style: square;
}

#nav span.noclick {
}
#nav li{
	margin:5px 0;
	padding:0;
	font-size: 14px;
	color: #b2b2b2;
	text-decoration: none;
}
#nav a {
	color: #b2b2b2;
	text-decoration: underline;
}
#nav a:hover {
	color: #80b9e5;
}

#nav a.itemselectedcurrent {
	color: #80b9e5;
}


#middle {
margin: 20px auto 0;
width: 940px;
}
#screen {
	width: 677px;
	height: 311px;
	position: relative;
	z-index: 1;
	margin-bottom: 15px;
	
	float: right;
}


.frontpage #screen {
	width: 935px;
	height: 430px;
	position: relative;
	z-index: 1;
	margin-bottom: 15px;
	float: none;
	
}

#blackthingy {
	background: url(/getfile.php/1177581.904.tetbxfuxpr/screensmall.png) no-repeat;
	height: 318px;
	width: 682px;
	position: absolute;
	z-index: 2;
}


.frontpage #blackthingy {
	background: url(/getfile.php/1171673.904.ypwvyfptcy/screen.png) no-repeat;
	height: 436px;
	width: 935px;
	position: absolute;
	z-index: 2;
	overflow: hidden;
}

.onscreen {
	background: #000;
	width: 610px;
	height: 245px;
	position: absolute;
	z-index: 20;
	left: 32px;
	top:31px;
	overflow: hidden;
}


.frontpage .onscreen {
	background: #000;
	width: 850px;
	height: 344px;
	position: absolute;
	z-index: 20;
	left: 42px;
	top: 42px;
}


#screenmenu {
	display: none;
}


.frontpage #screenmenu {
	display: block;
	width: 882px;
	margin: 0 auto;
	position: absolute;
	bottom: 0px;
	z-index: 10;
	margin-left: 28px;
}


#screenmenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 20px;
}

#screenmenu ul li {
	float: left;
	margin-right: 1px;
}

#screenmenu ul li.lastitem {
	margin-right: 0;
}

#screenmenu ul li a{
	display: block;
	width: 292px;
	height: 28px;
	color: #FFF;
}

#screenmenu ul li a.menu154978{
	background: #353435 url(/getfile.php/1171681.904.qcsuarvbae/internett.png) no-repeat;
}

#screenmenu ul li a.menu154980{
	background: #353435 url(/getfile.php/1171685.904.wsxtypfdap/tv.png) no-repeat;
}

#screenmenu ul li a.menu155034{
	background:#353435  url(/getfile.php/1171683.904.txpdduqpya/ip.png) no-repeat;
}

#screenmenu ul li a.menu154978:hover,#screenmenu li a.menu154978.itemselected{
	background: #353435 url(/getfile.php/1171680.904.puwydbpbcx/internett_active.png) no-repeat;
}

#screenmenu ul li a.menu154980:hover,#screenmenu li a.menu154980e.itemselected{
	background: #353435 url(/getfile.php/1171684.904.bufcfeuqre/tv_active.png) no-repeat;
}

#screenmenu ul li a.menu155034:hover,#screenmenu li a.menu155034.itemselected{
	background: #353435 url(/getfile.php/1171682.904.bdwacvxuas/ip_active.png) no-repeat;
}
#submenu {
	float: left;
	width: 240px;
}

.frontpage #submenu {
	display: none;
}
#content {
	width: 880px;
	margin: 0px auto;
}
#navbar {
	float: left;
	width: 49%;
}
#main {
	width: 100%;
}

#main .mainleft{
	width: 568px;
	float:left;
}

#main .mainright{
	width: 300px;
	float:right;
}

.contactinfo {
	float:right;
	text-align:right;
	color:#2993ca;
	width: 300px;
	font-size: 13px;
}
.contactinfo div {
float:right;
text-align: left;
margin-left: 40px;
}

/* #main when no sidebar */
.wide #main{
	width: 100%;
}

.wide #navbar {
	margin-right: 0;
}


#mainsidebar {
	float: right;
	width: 42%;
}


#footer {
	clear: both;
	text-align: center;
	width: 880px;
	margin: 0 auto 10px;

}

/* SECTION: Sidebar */
.sidebar {
}

/* SECTION: box */
.box {
  padding: 0px;
  margin: 0px 0px 15px 0px;
  position: relative;
  zoom: 1;
}
.box .head {;
font-size: 16px;
padding: 8px 5px;
border-bottom: 1px solid #CCC;
font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
  color: #0f6f89;
  font-weight: bold;
  text-align: center;
}

.box .cell {
background: #000;
padding: 5px;
}
.box ul {
  padding: 0px;
  margin: 0px 0px 0px 0px;
  list-style-type: none;
}
.box ul li {
  margin: 0px 0px;
  padding: 0px;
}
.box p {
  padding: 0px;
  margin: 0px 0px 5px 0px;
}
.box h3.caption {
  padding: 0px;
  margin: 0px;

}
/* SECTION: page elements */
#path {
	margin-bottom: 5px;
} 
#path span.arrow {
	padding: 0px 3px; 
}
ul.menu, ul.submenu {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
ul.submenu {
	padding-left: 10px;
}
ul.menu li, ul.submenu li {
	margin: 0px;
	padding: 1px 0px;
}

ul.menu li.spacingabove{
	margin-top: 10px;
}
ul.menu li.spacingbelow{
	margin-bottom: 10px;
}

#lefttopmenu {
	list-style-type: none;
	float: left;
	font-size: 14px;
}
#lefttopmenu li {
	margin-right: 4px;
	float: left;
}

#lefttopmenu li a,
#lefttopmenu li.noclick{
	
	color: #FFF;
	text-decoration: none;
	font-size: 14px;
	padding: 0 8px;
	height: 19px;
	display: block;
	background: url(/getfile.php/1171668.904.rccescrvry/bedrift.png) no-repeat center;
}

#lefttopmenu li a:hover,#lefttopmenu li a.itemselected{
	background: url(/getfile.php/1171669.904.wwybvrqsrd/privat_active.png) no-repeat;
	color: #FFF;
}

#righttopmenu {
	list-style-type: none;
	float: right;
	font-size: 14px;
	text-align: center;
}
#righttopmenu li {
float: left;
margin-right: 5px
}

#righttopmenu li a.menu154920 {
	background: url(/getfile.php/1171670.904.yxaryeuuxt/privat.png) no-repeat;
}
#righttopmenu li a.menu154920.itemselected,.frontpage #righttopmenu li a {
	background: url(/getfile.php/1171669.904.wwybvrqsrd/privat_active.png) no-repeat;
}

#righttopmenu li a.menu154921 {
	background: url(/getfile.php/1171668.904.rccescrvry/bedrift.png) no-repeat;
}
#righttopmenu li a.menu154921.itemselected {
	background: url(/getfile.php/1171667.904.udpeuqtyas/bedrift_active.png) no-repeat;
}

#righttopmenu li a{
	float: left;
	color: #FFF;
	width: 123px;
	height: 19px;
	display: block;
}



#tools {
	list-style-type: none;
}
#tools li {
	background-position: center left;
	background-repeat: no-repeat;
}
#tools li#tips {
}
#tools li#printable {
}
#searchform {
	float: right;
	

}
input.searchinput {
	vertical-align: middle;
}	
input.searchsubmit {
	vertical-align: middle;
}

input.searchinput{
background: #000;
border: 1px solid #909090;
padding: 4px 10px;
width: 150px;
color: #FFF;
border-top: none;
border-right: none;
font-size: 13px;
}
input.searchsubmit{
cursor: pointer;
color: #FFF;
background: #333;
border: 1px solid #909090;
border-top: none;
padding: 3px 10px;
margin-left: -4px;
font-size: 13px;
}
/* SECTION: banner locations */
.bannerlocation {
	clear: both;
	text-align: center;
}
.bannerlocation table {
	margin-left: auto;
	margin-right: auto;
}
.bannerlocation td {
	text-align: center;
	padding: 5px 0px;
}
.bannerlocation img {
	border-width: 0px;
}

.icalendardayhead { background-color: #cecece; }
.monthlycalendartable { width: 100%; }
.calendardate { color:#333333; font-size: 85%; }
.errmsg { font-weight: bold; color: #aa0000; }

table.weathertablefivedays { }

table.weathertablefivedays td {
	padding: 5px;
}
table.weathertablefivedays td.weatherlocname {
	width: 100px;
	font-weight: bold;
}
table.weathertablefivedays { }
.weatherdaylabel, td.weatherfivedays {
	width: 75px;
}

input.newslettersubemail {
	width: 98%;
}
.rss-feed {
display: inline;
padding: 0 5px;
color: #FFF;
}
.rss-feed a{
text-decoration: none;
color: #FFF !important;
}
.rss-feed a:hover{
text-decoration: underline;
}
.rssicon {
background: url(/getfile.php/1084641.1595.vqepwtsxpc/feed.png) no-repeat;
padding-left:20px;
display:inline-block;
line-height:16px;
}


.floatright {
float: right;
width: 400px;
text-align:right;
}
.floatleft {
float: left;
}

#sharebox {
	background: #eee;
	border: 1px solid #BBB;
}
ul#sharelist {
	color: #47494B;
	font-family: Tahoma;
	list-style: none;
	margin: 5px;
	padding: 0;
}
ul#sharelist li a {
	color: #47494B;
	text-decoration: none;
}
ul#sharelist li a:hover {
	text-decoration: underline;
}
ul#sharelist li {
	float: left;
	padding: 0px 0px 13px 20px;
	width: 86px;
}
ul#sharelist li.facebook {
	background: transparent url(/getfile.php/1032312.1537.vfqpbyfveq/facebook_16.png) no-repeat 0 0px;
}
ul#sharelist li.twitter {
	background: transparent url(/getfile.php/1032311.1537.uqwcudxqfr/twitter_16.png) no-repeat 0 0px;
}
ul#sharelist li.digg {
	background: transparent url(/getfile.php/1032314.1537.cdtcbestfc/digg_16.png) no-repeat 0 0px;
}
ul#sharelist li.tips {
	background: transparent url(/getfile.php/1032316.1537.wsydepexdq/email_16.png) no-repeat 0 0px;
}
ul#sharelist li.print {
	background: transparent url(/getfile.php/1032318.1537.tbsedbtprb/print_16.png) no-repeat 0 0px;
}
ul#sharelist li.delicious {
	background: transparent url(/getfile.php/1032313.1537.xqasqyfbvb/delicious_16.png) no-repeat 0 0px;
}
ul#sharelist li.nettby {
	background: transparent url(/getfile.php/1032317.1537.dssddyqbtq/nettby_16.png) no-repeat 0 0px;
}
ul#sharelist li.friendfeed {
	background: transparent url(/getfile.php/1032320.1537.qrdaccptvr/friendfeed_16.png) no-repeat 0 0px;
}
ul#sharelist li.youtube {
	background: transparent url(/getfile.php/1003217.1537.xerwcysexa/youtube.png) no-repeat 0 0px;
}
ul#sharelist li.vimeo {
	background: transparent url(/getfile.php/1003219.1537.pwuqssbbap/vimeo.png) no-repeat 0 0px;
}
ul#sharelist li.blogger {
	background: transparent url(/getfile.php/1003209.1537.pxqwvqvaby/blogger.png) no-repeat 0 0px;
}
ul#sharelist li.google {
	background: transparent url(/getfile.php/1028790.922.rpctwsatpy/google_32.png) no-repeat 0 0px;
}
ul#sharelist li.stumbleupon {
	background: transparent url(/getfile.php/1032315.1537.tpsppuuwuq/stumbleupon_16.png) no-repeat 0 0px;
}
ul#sharelist li.myspace {
	background: transparent url(/getfile.php/1032322.1537.wxufrextty/myspace_16.png) no-repeat 0 0px;
}

.orderbutton {
	background: #040304 url(/getfile.php/1171765.904.eeurcdbcsf/buttonbg.png) repeat-x;
	border: 1px solid #343334;
	color: #FFF;
	font-size: 20px;
	padding: 3px 20px;
}
.orderbutton a{
	color: #FFF;
}
.toppen {
	width: 100%;
	text-align:center;
}
.errorbox {
	margin: 0 0 20px 0;
}
.errormessage {
	color: #FF0000 !important;
	font-size: 16px;
	vertical-align:middle;
	line-height: 24px;
}
.errormessage img{
	vertical-align:middle;
}
.errormessage img{
}
.errormessage a{
	color: #FF0000 !important;
}