/*
Stilsett for hovedsidene til NTNUI Orientering

Denne fila inneholder info om skrift, farver, hvordan tabeller
ser ut osv. Gjør du endringer her vil disse vises for de fleste
undersider, så pass på!

Skal du lage din egen kule underside er det bedre å lage et
eget stilsett for denne sida enn å legge til mye rart under her.

Sist endret: 2007-01-01
Av: Frank Aasgård
*/

BODY {
  background: #ffffcc;
  font-family: verdena, helvetica, sans-serif;
  font-size: 10px }

TABLE {
  font-family: verdena, helvetica, sans-serif;
  font-size: 10pt } 

TD{
  font-size: 10pt
}

TABLE.mail{
  background: #ffffcc;
}

TD.mail{
  background: #cccc99;
}

H1 {
  font-family: verdena, helvetica, sans-serif;
  font-size: 16pt}

H2 {
  font-family: verdena, helvetica, sans-serif;
  font-size: 12pt}

H3 {
  font-family: verdena, helvetica, sans-serif;
  font-size: 10pt}

H4 {
  font-family: verdena, helvetica, sans-serif;
  font-size: 9pt}

H5 {
  font-family: verdena, helvetica, sans-serif;
  font-size: 8pt }

PRE {
  
  font-size: 10pt}

A:link { 
  text-decoration: none; color: #1111AA; font-size: 10pt; CURSOR: hand;}

A:visited { 
  text-decoration: none; color: #BB7700; font-size: 10pt; CURSOR: hand;}

A:active { 
  text-decoration: none; color: #FF0000; font-size: 10pt; CURSOR: hand;}

A:hover {
  text-decoration: underline; color: #FF0000; font-size: 10pt; CURSOR: hand;}

.nyhetsheader{
 background-color: #660000;
 color: #FFFFFF;
 font-weight: bold;
}
.nyhetssak{
 background-color: #FFFFFF;
 color: #000000;
 font-weight: normal;
}

/* klasser for tabeller med alternerende radfarge */
.header{
 background-color: #cccc99;
 color: #000000;
 font-weight: normal;
}
.rada{
 background-color: #ffffcc;
 color: #000000;
 font-weight: normal;
}
.radb{
 background-color: #F1F8FF;
 color: #000000;
 font-weight: normal;
}

/* spesielt for menyen */
TD.menykantHoyre{
 border-right-width: thin;
 border-right-color: black;
}
TD.menykantUnder{
 border-bottom-width: thick;
 border-bottom-color: black;
}

TD.gultGront{
background-color: #006400;
color: #ffcc33;
font-weight: bold;
}

.hvitBoks{
  border: 1px solid #000000;
  background-color: #FFFFFF;
}

.bilderamme{
  border: 1px solid #000000;
}

.bildeUten{
  border: 0px;
}

