/* <pre><nowiki> */

body { background: #f9f9f9 url('http://en.wikipedia.org/skins-1.5/monobook/headbg.jpg') 0 0 no-repeat; }


/* fjerner ekstern lenke-ikonet */
#bodyContent a.external,
#bodyContent a[href ^="gopher://"] {
       background: none;
       padding-right: 0;
}


/* wikitable/prettytable class for skinning normal tables */
table.wikitable,
table.prettytable {
    margin: 1em 1em 1em 0;
    background: #f9f9f9;
    border: 1px #aaa solid;
    border-collapse: collapse;
}
 
table.wikitable th, table.wikitable td,
table.prettytable th, table.prettytable td {
    border: 1px #aaa solid;
    padding: 0.2em;
}
 
table.wikitable th,
table.prettytable th {
    background: #f2f2f2;
    text-align: center;
}
 
table.wikitable caption,
table.prettytable caption {
    margin-left: inherit;
    margin-right: inherit;
    font-weight: bold;
}
 
table.prettytable code,
table.wikitable code {
    background-color: transparent;
}
 
/* default skin for navigation boxes */
table.navbox {            /* navbox container style */
  border:1px solid #aaa;
  width:100%; 
  margin:auto;
  clear:both;
  font-size:95%;
  text-align:center;
  padding:2px;
  margin: 1em 0em 0em;
}
table.navbox + table.navbox {
  margin-top:-1px;        /* single pixel border between adjacent navboxes (doesn't work for IE6, but that's okay) */
}
.navbox-title, .navbox-abovebelow, table.navbox th {
  text-align:center;      /* title and above/below styles */
  padding-left:1em;
  padding-right:1em;
}
.navbox-group {           /* group style */
  white-space:nowrap;
  text-align:right;
  font-weight:bold;
  padding-left:1em;
  padding-right:1em;
}
 
@media print {
    .navbox {
        display: none;
    }
}


.infobox {
    border: 1px solid #aaa;
    background-color: #f9f9f9;
    color: black;
    width:25em;
    margin: 0.5em 0 0.5em 1em;
    float: right;
    clear: right;
    font-size:95%;
    border-collapse: collapse;
}
 
.infobox td,
.infobox th {
    padding: 0.2em 0.6em 0.2em 0.6em;
}

/* </nowiki></pre> */