/* SECTION: Standard stylesheet */
/* SECTION: general elements */
body{
  margin: 0px;
  padding: 9px 0px;
  font-family: Tahoma, Arial, Helvetica, Sans-serif;
  font-size: 12px; 
  text-align: center;
  background-color: #FFFFFF;
  color: #000000;
}

caption,th,td{
  font-family: Tahoma, Arial, Helvetica, Sans-serif;
  font-size: 12px; 
}

h1{
  margin: 4px 0px;
  padding: 0px;
  font-size: 18px;
}

h2{
  margin: 4px 0px;
  padding: 0px;
  font-size: 16px;
}
h3{
  margin: 4px 0px;
  padding: 0px;
  font-size: 14px;
}
h4{
  margin: 4px 0px;
  padding: 0px;
  font-size: 13px;
}
h5{
  margin: 4px 0px;
  padding: 0px;
  font-size: 12px;
}
h6{
  margin: 4px 0px;
  padding: 0px;
  font-size: 11px;
}
p{
  padding: 0px;
  margin: 4px 0px 16px 0px;
}
/* End General elements*/

/* Use class layout on images and tables used for layout */
img.layout, a img.layout, img.icon, a img.icon{
  margin: 0px;
  padding: 0px;
  border: 0px;
}
table.layout{
  margin: 0px;
  padding: 0px;
}
td.layout{
  padding: 0px;
  text-align: left;
  vertical-align: top;
}


/* SECTION: link styles */

/* Normal link styles */

a:link { color: #000000; }
a:visited { color: #000000; }
a:hover  { color: #000000; }

/* read more.. links */
.link {}
a.link:link{}
a.link:visited{}
a.link:hover{}


/* Linked headlines (normally inside LIST-sections) */ 
.headlinelink { font-size: 13px; font-weight: bold;}
.headlinelink:link{}
.headlinelink:visited{}
.headlinelink:hover{}
#lederartikler .headlinelink { font-size: 11px; font-weight: bold;}


/* Linked headlines on listing pages */
.headline .headlinelink { font-size: 18px; font-weight: bold;}
.headline .headlinelink:link{text-decoration: none;}
.headline .headlinelink:visited{text-decoration: none;}
.headline .headlinelink:hover{text-decoration: underline;}

/* Navigation path links */
.path {font-weight: normal; color: #000000; }
a.path:link{text-decoration: none;}
a.path:visited{text-decoration: none;}
a.path:hover{text-decoration: none;}

/* Sitemap links */
.tree{font-weight: normal;}
a.tree:link{text-decoration: none; color: #000000;}
a.tree:hover{text-decoration: underline; color: #000000;}
a.tree:visited{text-decoration: none; color: #000000;}
a.tree:visited:hover{text-decoration: underline; color: #000000;}

.sitetree{font-weight: bold;}
a.sitetree:link{text-decoration: none; color: #000000;}
a.sitetree:hover{text-decoration: underline; color: #000000;}
a.sitetree:visited{text-decoration: none; color: #000000;}
a.sitetree:visited:hover{text-decoration: underline; color: #000000;}


/* SECTION: Standard CP classes*/
.default { }
.date { font-size: 10px; color: #666666; }
.feedback {font-weight: normal; color: #000000;}
.copyright {font-weight: normal; color: #4D4D62; }
/* Standard tools */
div.tools{margin: 15px 0px;}
div.tool{margin: 2px 0px;}
/* SECTION: listing/view styles */

div.pagedescription{}
.pagedescription{
  font-size: 15px;
  font-weight: bold;
}
.sectionheader{
  border: 1px solid #666666;
  padding: 4px 7px;
}

.mainheadline, h1.mainheadline {
  font-size: 32px;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
  font-family: Georgia, "Times new roman", Times, Serif;  
}
.headline, h1.headline {
  font-size: 17px;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
  font-family: Georgia, "Times new roman", Times, Serif;  
}

.headlineview, h1.headlineview {
  font-size: 18px; 
  font-weight: bold; 
  color: #000000; 
  margin: 0px;
  padding: 0px;
  font-family: Georgia, "TImes new roman", Times, Serif;  
}

.subheadline, h2.subheadline {
  font-weight: normal; 
  margin: 5px 0px 0px 0px;
  padding: 0px;
  line-height: 1.0;
}
.ingress, p.ingress{
  margin: 6px 0px; padding: 0px;
}
.ingressview, p.ingressview{
  margin: 6px 0px; padding: 0px; font-weight: bold;
}
p.byline, div.byline{
  margin: 0px 10px 0px 0px; padding: 0px;
}
.body p.byline, .body div.byline{
  border-top: 1px solid #999999;
}

.pagebar{}
.pagebar span.previous{
  display: block;
  float: left;
  width: 49%;
}
.pagebar span.next{
  display: block;
  float: right;
  width: 49%;
  text-align: right;  
}

.byline div.categoryname{
  display: inline;
  margin-right: 5px;
  padding-right: 5px;
  border-right: 1px solid #000000;
}
.byline span.tools{
  display: block;
  float: right;
  padding-right: 10px
}
.byline span.tools table{
  display: inline;  
}

div.artpics{
    width: 205px;
    float: right;
}
div.artpics img{
 display: block;
}

table.artpic{
  margin-left: auto;
  margin-right: auto;
}
table.artpic td{
  vertical-align: top;
}
table.artpic td img{
  margin: 2px;
}

/* SECTION: viewarea block/spacing elements */
.block{
  margin-bottom: 15px;
}
.block2{
  clear: none;
  width: 48%; 
  float: left;
  margin-bottom: 10px;
}
.block2right{
  clear: none;
  width: 48%; 
  padding-left: 2%;
  float: right;
  border-left: 1px dashed  #999999;
  margin-bottom: 10px;
}
hr{
  clear: both;
  color: #000000;
  height: 0px;
  border-width: 1px 0px 0px 0px;
  border-style:  dashed;
  border-color:  #999999;  
  margin: 10px 0px;
}
div.hr{
	/* Replacement for hr. This is easier to style */
	font-size: 1px;
	clear: both;
	height: 10px;
	border-bottom: 1px dashed #999999;
	margin-bottom: 15px;
}
div.body{
  clear: both;
  margin: 0px 0px 22px 0px;
}

/* SECTION ARTPICS */

td.artpic{
  padding: 5px;
  vertical-align: top;
  text-align: left;
}
/* SECTION: page containers */ 

#page{
  margin-left: 0;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
  text-align: left;
}
#top{
  clear: both;
  height: 100px;
  
  background-image: url(http://img9.custompublish.com/getfile.php/393634.639.tbfttcyady/bakg.gif);
  background-position: top left;
  background-repeat: repeat-x;
  
  margin: 0px;
  padding: 0px;
  background-color: #FFFFFF;
  border-bottom: 1px solid #000000;  
}
#middle{
   margin-top: 4px;  
   width: 100%;
}
#main{
  padding-top: 1em;
  padding-bottom: 1em;
  vertical-align: top;
}

#navbar{
  display: none;
}

#topnavigation{
  display: none;
}

#sidebar{
  display: none;
}

#adbar{
  display: none;
}

#footer{
  clear: both;
  padding: 10px 0px;
  text-align: center;
  border-top: 1px dashed #666666;
}
#cp{
  margin: 15px 0px;
}
/* SECTION: page elements */ 

#tools{
  padding: 5px 0px 0px 0px;
  margin: 0px 0px 0px 5px;
  list-style-type: none;
}
#tools li{
  padding: 1px 0px;
  margin: 5px 0px;
  color: #696969;
  background-position: center left;
  background-repeat: no-repeat;
}
#tools li#search{
  margin: 15px 0px;
}
#tools li#tips{
  padding-left: 16px;
  background-image: url(http://img8.custompublish.com/getfile.php/227958.748.ytwbtcrwsb/konvolutt.gif);
}
#tools li#printable{
  padding-left: 16px;
  background-image: url(http://img8.custompublish.com/getfile.php/227959.748.asqpfeqqwe/printer.gif);
}
#tools li#languagebar{
  padding-left: 23px;
  margin-bottom: 10px;
}

#sitecredits, #cp{
  display: none;  
}





#copyright{
  margin-bottom: 10px;
}


/* SECTION: standard box */ 

.box{
  padding: 0px;
  margin: 0px 0px 15px 0px;
}
#sidebar .box{
  clear: both;
  border-width: 1px 0px 1px 1px;
}
.box .cell{
  padding: 5px;
}
#sidebar .box .cell{
  clear: both;
}
#main .box{
  border-width: 0px;
  padding-bottom: 5px;
}
#main #frontpageboxes .box{
  float: left;
  clear: right;
  width: 48%;
  padding-right: 2%;
}
.box p{
  padding: 0px;
  margin: 0px 0px 5px 0px;
}

.box ul{
  padding: 0px;
  margin: 0px 0px 5px 0px;
  list-style-type: none;
}

.box ul li{
  margin: 5px 0px;
  padding: 0px;
}

.box h3{
  font-size: 12px;
  font-weight: bold;
  margin: 0px;
  padding: 1px 5px 1px 18px;
  border-bottom: 1px solid #666666;
}
#main .box h3{
  padding: 4px 7px;
}
#navbar .box h3{
  padding-left: 7px;    
}
#navbar .box ul li{
  padding-left: 9px;
}

#frontpageboxes li table.layout{
  width: 100%;
}
#frontpageboxes li td.date{
  width: 50px;
  padding-top: 2px;
}

#ukensbilde{
  background-color: #EBF1DC;
}


/* SECTION: banner locations */

.bannerlocation{
  display: none;  
}