c/* ================================================
    CSS for /lcms/published/v003/published.xsl:
================================================ */

/* 
MERK: CSS'en her blir KUN brukt av 'published.xsl', 
ingen andre dokumenttyper eller filer i vortex-webdocuments 
*/

h1 { 
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16pt;
  line-height: 110%;
  margin-bottom: 1px;
  font-weight: bold;
  color: #000000;
}

h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14pt;
  line-height: 110%;
  margin-bottom: 1px;
  font-weight: bold;
  color: #000000;
}

h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12pt;
  line-height: 110%;
  margin-bottom: 1px;
  font-weight: bold;
  color: #000000;
}

h4 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  line-height: 110%;
  margin-bottom: 1px;
  font-weight: bold;
  color: #000000;
}

h5 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
  line-height: 110%;
  margin-bottom: 1px;
  font-weight: bold;
  color: #000000;
}

h6 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8pt;
  line-height: 110%;
  margin-bottom: 1px;
  font-weight: bold;
  color: #000000;
}


table { 
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
}

td.content {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11pt;
  padding-left: 15px;
}


/* DIV- og TD-klasser brukes i ekspanderende meny */
div.navigation-frame { 
  background-color: #EEEEEE;
  border: solid #CCCCCC;
  padding: 0.5em;
  margin-left: 0.5em;
  margin-right: 0.5em;
	min-width: 150px;
}


td.navhome {
  text-align: center;
}
  
td.navsection {
  padding-top: 0.5em;
  padding-left: 0.25em;
}

td.navsubsection {
  padding-top: 0.5em;
  padding-left: 1.25em;
}

td.navsubsubsection { 
  padding-top: 0.5em;
  padding-left: 2.25em;
}

td.navsubsubsubsection { 
  padding-top: 0.5em;
  padding-left: 3.25em;
}

td.navsubsubsubsubsection { 
  padding-top: 0.5em;
  padding-left: 4.25em;
}


/* Ekspanderende innholdsfortegnelse */
a.home {
  font-size: 11pt;
  font-weight: bold;
  color: #000000;
  text-decoration: none;
}

a.navsection { 
  font-size: 10pt;
  color: #000000;
  text-decoration: none;
}

a.navsection-active{
  font-size: 10pt;
  font-weight: bold;
  color: #000000;
  text-decoration: none;
}

a.navsubsection { 
  font-size: 10pt;
  color: #000000;
  text-decoration: none;
}

a.navsubsection-active {
  font-size: 10pt;
  font-weight: bold;
  color: #000000;
  text-decoration: none;
}

a.navsubsubsection { 
  font-size: 10pt;
  color: #000000;
  text-decoration: none;
}

a.navsubsubsection-active { 
  font-size: 10pt;
  font-weight: bold;
  color: #000000;
  text-decoration: none;
}

a.navsubsubsubsection { 
  font-size: 10pt;
  color: #000000;
  text-decoration: none;
}

a.navsubsubsubsection-active { 
  font-size: 10pt;
  font-weight: bold;
  color: #000000;
  text-decoration: none;
}

a.navsubsubsubsubsection { 
  font-size: 10pt;
  color: #000000;
  text-decoration: none;
}

a.navsubsubsubsubsection-active { 
  font-size: 10pt;
  font-weight: bold;
  color: #000000;
  text-decoration: none;
}


/* Legge på understekning ved musepeker over for alle lenker i menyen */
a:hover { 
  text-decoration: underline;
}


/* stiling av hovedinnhold-elementet */

div.content {
  padding-left: 0.5em;
}



/* --------------------------------
   Er disse i bruk? 
----------------------------------*/

p.context { /* deprecated */ 
  background-color: #EEEEEE;
  font-size: 10pt;
  font-weight: bold;
  color: #000000;
  padding-left: 0.5em;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  margin-right: 0.5em;
}

img { 
  border: none; 
}

table.video { 
  margin: 2em 0em;
  width: 100%;
}

table.image { 
  margin: 2em 0em;
  width: 100%;
}


/* ==================================================================================================
    OVERSTYRE STANDARDVISNINGEN I UIO.CSS OG KOMPONENTER FRA VORTEX-WEBDOCUMENTS
    (Merk: '!important' overstyrer kun gjeldende attributt, og endrer ikke andre innen klassen.)
================================================================================================== */

/* Fjerne venstre--marg fra hovedkropp (aka 'brodtekst') */
.navmarginbrod {
  margin-left: 5px !important;
}

/* I bilde-tabellen er 'padding' og 'margin' overstyrt i HTML'en => Bilden blir trykket inntil hverandre */
table {
  margin-bottom: 1em !important;
}
