body {
   display: block ;
   background-color: white ;
   }

#headerContainer {
   position: relative ;
   top: 0px ;
   left: 0px ;
   height: auto;
   width: 720px ;
   }

#headerContainer img {
   position: relative ;
   vertical-align: bottom ;
   }

#mainContainer {
   float :left ;
   width: 900px ;
   height: auto ;
   min-height: 300px ;
   }

#footerContainer {
   float: left ;
   height: 30px ;
   width: 720px ;
   background: white ;
   border-top: 1px solid #838383 ;
   padding-top: 1px ;
   }

#footerContainer div.linje{
   position: relative ;
   top: 0px ;
   left:0px ;
   width: 720px ;
   border-top: 2px solid #004477 ;
   }

#footerContainer img {
   position: relative ;
   width: 8px ;
   height: 7px ;
   border-style: none ;
   }

/* -- FRGER ----------------------------------------------- */

BODY, TD, TH {
    background-color: #FFFFFF;
}

/* frgrundsfrger */

.color-fysikum {
    color: #003366;
}

.color-white {
    color: #FFFFFF;
}

.color-menyruta {
    color: #336699;
}


/* bakgrundsfrger */

.bgcolor-fysikum {
    background-color: #003366;
}

.bgcolor-white {
    background-color: #FFFFFF;
}

.bgcolor-gray {
    background-color: #CCCCCC;
}

.bgcolor-menyruta {
    background-color: #336699;
}


/* -- TYPSNITT --------------------------------------------- */

BODY, TD, TH, P, UL, OL, DL, LI, DIV {
    font-family: "Times New Roman",Times,serif;
}

TT, PRE  {
    font-family: Courier,"Courier New",monospace;
}

H1, H2, H3, H4 {
    font-family: Verdana,Geneva,Arial,sans-serif;
}

.sans {
    font-family: Verdana,Geneva,Arial,sans-serif;
}

.small {
    font-size: small;
}

.smallsans {
    font-size: small;
    font-family: Verdana,Geneva,Arial,sans-serif;
}

.small-mm {
    font-size: 3.5mm;
}

.smallwhitesans {
    font-size: small;
    font-family: Verdana,Geneva,Arial,sans-serif;
    color: white;
}

.smallbluesans {
    font-size: small;
    font-family: Verdana,Geneva,Arial,sans-serif;
    color: #003366;
}

.smallsans-ingenlinje {
    font-size: small;
    font-family: Verdana,Geneva,Arial,sans-serif;
    text-decoration: none;
}

.smallwhitesans-ingenlinje {
    font-size: small;
    font-family: Verdana,Geneva,Arial,sans-serif;
    color: white;
    text-decoration: none;
}

.h1-mm {
    font-size: 8.0mm;
}


/* -- LNKAR --------------------------------------------- */

.ingenlinje {text-decoration: none}


/* -- LISTOR --------------------------------------------- */

UL, LI {list-style-type: square}

