/* Styleseheet for utskrift. Opphever leftfloat og setter serif fonter og andre størrelser, marginer etc.
   Først og fremst beregnet for nyhetsartiklene, men alle skriptgenererte sider via TTK mottar dette stylesheetet */

body,td,th,tr.sftour,p,ul,li,table,.stue_oppslag
{
 background-color: #fff;
   font-size: 90%;
   font-family: Georgia, Times, serif;

   }

#midcolumn,#rightcolumn {
 width: 900px;
 margin-right: -200px;

}

#maintab,#rightcolumn_3 {
 display: none;
}

.frameX {
 width: 95%;
}
div.news_aux_container
{
 background-color: #fff;
 width: 90%;
 font-family: arial, sans-serif;
}

.foreinareaname
{
 font-size: 1.5em;
}

.left_float {
 float: none;
}

.news_intro {
  font-size: 10pt;
  font-family: Georgia, Times, serif;
  font-weight: bold;
  margin-bottom: 0.5em;

}

h2.news_title,h2.HeadLarge {
  font-size: 18pt;
  font-family: Georgia, Times, serif;
  font-weight: bold;
  margin-top: 0.5em;
  color: black;
}
#tips, #menu {
   display: none;
   }

a:link, a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: none;
   }
#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
#content a[href^="/"]:after {
   content: " (http://www.alistapart.com" attr(href) ") ";
   }

