/* CSS stylesheet for the Wittgenstein archive */
/* Made by Tone Merete Bruvik, 2004.05.19 */
/* Based on the CSS made for the text tecknology group at Aksis */

/* BODY */

body {
  background-color: #f8f8f8;
  background-image: url(../graphics/3-spalter_hvit_topp_30.jpg);
}
  

/* MENUBAR */

.menubar a {
  color: #cc9933;
}

.menubar a.active {
  color: #ff6600;
}

.menubar a:hover {
  color: #000000;
}

/* BOX */

.box {
  text-align: left;
}      


/* HEADBAR BOX */

.headbar .box {
  border: 1px solid #ddccbb;
}      


/* SIDEBAR */

.sidebar a {
  color: #000066;
}


/* SIDEBAR PAGEBOX */

.sidebar .pagebox {
  border-color: #ddccbb;
}

.sidebar .pagebox .head {
  background-color: #ccbb66;
}

.sidebar .pagebox .item {
  background-color: #f8f5f0;
}

.sidebar .pagebox a.item.active {
  background-color: #e8e5e0;
}

.links {
  color: #000000;
}

/* MAINBAR */

.audio {
  color: purple;
}

a {
  color: #336699;
}

.mainbar .box {
  border-color: #ccbbaa;
}

.mainbar a:hover {
  color: #000088;
  border-color: #ff6600;
}

.menubar .head {
  border: 1px dashed white;
  font-weight: bold;
  padding-left: 5px;
  padding-right: 5px;
  margin-left: -5px;
  color: #cc9933;
  font-size: 10pt;

}

.quote {
  font-size: 8pt;
  font-family: monospaced;
}

.note {
  font-family: monospaced;
}

.signatur {
  font-size: 8pt;
}

.footer {
  font-size: 8pt;
}

/* Tabellstiler */
.fragmenttabell {
  font-size: 10pt;
}

.headRad {
  font-weight: bold;
  background-color: #eeeeee; /* Lys lys gr */
  text-transform: uppercase;
  font-size: x-small;
}

tr .oddRad {
  background-color: lightgrey;
  font-size: 8pt;
}

tr .jamnRad {
  font-size: 8pt;
}

.tabellCelle {
  font-size: 8pt;
}

.tabellCelleBold {
  font-size: 8pt;
  font-weight: bold;
}

/* Visning av noter og andre popup-tekster. */
a.info{position: relative;z-index:24;background-color:#ccc; color:#000; text-decoration:none}
a.info:hover{z-index:25;background-color: #ff0}
a.info span{display: none}
a.info:hover span{display:block;
    position:absolute; top:2em;left:2em; width:15em;
    border:1px solid #0cf; background-color:#cff; color:#000;text-align: center}

/*now let's go to print the stuff: this will not work in ie: would be better make
two style sheets and link them with the media attribute*/

@media print{
    body{font-size: 10pt}
    div#main{margin: 0 0.5cm}
    a.info{background-color: #fff; color: 000}
    a.info span{display: inline;font-style: italic}
    a.info span:before{content: " ["} /*for a better print, even if... */
    a.info span:after{content: "] "}  /* ...will not work in ie*/
    div#counter{display: none}
    }

/* END */




