/* Algoritmer og datastrukturer - stilmal for  */
/* eksamensoppgaver og løsningsforslag         */
/* laget av Ulf Uttersrud, Høgskolen i Oslo    */


body 
{ 
  margin-left: 12px; 
  width: 620px; 
  font-family: verdana, arial, helvetica, sans-serif; 
  font-size: 13px; 
  background-color: #ffffff; 
  line-height: 150%; 
}

div.heading
{     
  height: 67px;
  background-image: url(heading.png);
  color: #ffff80;
  padding-top: 11px;
  padding-bottom: 12px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 142%
}

.overskrift
{
  font-size: 22px;
  font-weight: bold;  
  text-align: center;
}

.litenskrift
{
  font-size: 11px;
}

img.icon
{
  border-width: 0;
  vertical-align: middle;
}

a:link 
{ 
  text-decoration: none; 
  color: #cc3300; 
}
 
a:visited 
{ 
  text-decoration: none; 
  color: #cc3300; 
}
 
a:active 
{ 
  text-decoration: none; 
  color: #cc3300;
}
  
a:hover 
{ 
  background: #ff6600;
  text-decoration: none; 
  color: #ffffff; 
}

.oppgave
{
  font-size: 14px;
  font-weight: bold;  
  color: #c00000;
}

div.sideskift
{
  page-break-after: always;
}

div.tekst
{
  /*text-align: justify;*/
}

code
{
  font-family: Consolas;
  font-size: 14px; 
}

pre 
{ 
  font-family: Consolas;
  line-height: 130%; 
}

span.keyword {color: rgb(123,0,82); font-weight: bold}
span.comment {color: green; font-style: italic}
span.character {color: rgb(0,0,198)}
span.string {color: blue}
span.code {color: rgb(0,0,128)}
span.variable {color: rgb(0,0,198)}
span.error {color: red}
span.refno {color: blue; font-weight: 500}

span.ST0 {font-weight: bold; font-style: italic}
span.ST1 {color: rgb(206,123,0); font-style: italic; font-weight: bold}
span.ST2 {font-style: italic}

table.vbilde
{
  float: left;
}

table.vbilde td
{
  padding-right: 10px;
  padding-top: 7px;
  padding-left: 0; 
  padding-bottom: 0;
}

table.vbilde tr + tr td
{
  font-size: 11px; 
  text-align: center;
  padding-right: 10px;
  padding-left: 0;
  line-height: 130%;
}

table.vbilde td img
{
  border-width: 0;
}

table.mbilde
{
  margin-right: auto;
  margin-left: auto;
}

table.mbilde td
{
  padding: 0;
  border-width: 0;  
}

table.mbilde tr + tr td
{
  padding: 2px 0 0 0;
  border-width: 0;
  font-size: 11px; 
  text-align: center;
  line-height: 130%;
}

table.mbilde td img
{
  border-width: 0;
}

table.sentrert-tabell-25
{
  margin-right: auto; margin-left: auto;
  text-align: center;
}

table.sentrert-tabell-25 tr:first-child td:first-child 
{ 
  border-left: solid black 1px;
}

table.sentrert-tabell-25 tr:first-child td
{
 border-right: solid black 1px;
 border-top: solid black 1px;
 border-bottom: solid black 1px;
 width: 25px;
}

table.sentrert-tabell-25 tr + tr td
{ 
  font-size: 11px;
}

table.sentrert-todimtabell
{
  margin-right: auto; margin-left: auto;
  text-align: center;
}

table.sentrert-todimtabell td:first-child 
{ 
  border-left: solid black 1px;
}

table.sentrert-todimtabell tr:first-child td
{ 
  border-right: solid black 1px;
  border-top: solid black 1px;
  border-bottom: solid black 1px;
}

table.sentrert-todimtabell tr + tr td
{ 
  border-right: solid black 1px;
  border-bottom: solid black 1px;
}

table.sentrert-todimtabell th
{
  font-size: 11px;
  font-weight: normal;
}

table.sentrert-tabell-20
{
  margin-right: auto; margin-left: auto;
  text-align: center;
}

table.sentrert-tabell-20 tr:first-child td:first-child 
{ 
  border-left: solid black 1px;
}

table.sentrert-tabell-20 tr:first-child td
{
 border-right: solid black 1px;
 border-top: solid black 1px;
 border-bottom: solid black 1px;
 width: 20px;
}

table.sentrert-tabell-20 tr + tr td
{ 
  font-size: 11px;
}

table.sentrert-tabell-15
{
  margin-right: auto; margin-left: auto;
  text-align: center;
}

table.sentrert-tabell-15 tr:first-child td:first-child 
{ 
  border-left: solid black 1px;
}

table.sentrert-tabell-15 tr:first-child td
{
 border-right: solid black 1px;
 border-top: solid black 1px;
 border-bottom: solid black 1px;
 width: 15px;
}

table.sentrert-tabell-15 tr + tr td
{ 
  font-size: 11px;
}
