/*
 *  Style sheet for "Bøger til socialister" til ASP på
 *  Internationale Socialisters hjemmesider
 *  
 */

BODY {
  color: #000000;
  background: #FFFFFF;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 11pt;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}

.noshowc {
  text-align: center;
}

A:link {
  color: #0000FF;
  background: transparent;
}

 A:visited {
  color: #0033FF;
  background: transparent;
}

 A:hover {
  color: #CC0000;
  background: #FFFF00;
}

 A:active {
  color: #CC0000;
  background: transparent;
}

H1 {
  font-size: 36pt;
  color: #CC0000;
  background: transparent;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-align: center;
}

H2 {
  font-size: 24pt;
  color: #000000;
  background: transparent;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-align: left;
}

H3 {
  font-size: 18pt;
  color: #000000;
  background: transparent;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-align: left;
}

H4 {
  font-size: 14pt;
  color: #000000;
  background: transparent;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

DL, P {
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 11pt;
  color: #000000;
  background: transparent;
  text-align: left;
  text-indent: 0;
}

BLOCKQUOTE {
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 11pt;
  color: #000000;
  background: transparent;
}

.c {
  text-indent: 0;
  text-align: center;
}

P.fst {
  text-indent: 0;
}

P.link {
  text-align: center;
  font-size: 10pt;
  text-indent: 0;
}

.resp {
  text-align: center;
  font-size: 1.05em;
  text-indent: 0;
}

.respx {
  text-align: center;
  font-size: larger;
  text-indent: 0;
  color: #ff0000;
}

.rod {
  color: #CC0000;
  background: transparent;
}

.rodb {
  color: #CC0000;
  background: transparent;
  font-weight : bold;
}

.opdat {
  font-size: 8pt;
  text-align: right;
  margin-top: 0;
  margin-right: 5%;
}

.trompet {
  background: #CC0000;
  color : #FFFFFF;
  border: 1px; width: 90%;
}

hr {
  color : #FF0000;
  background: transparent;
}

P.help { font-size: 13pt; }

P.help STRONG {
  color: #CC0000;
  background: transparent;
}

H2.emne {
  color: #CC0000;
  background: transparent;
  text-align: center;
}

SPAN.lager { 
  font-size: 9pt;
  color: #FF0000;
  background: transparent;
}

SPAN.linkinfo { 
  font-size: 9pt;
  color: #000000;
  background: transparent;
}


/* Venstre menu */

TD.vm {
  background:#444444;
  color:#000000;
}

TD.vmo {
  background:#CC0000;
  color:#000000;
}

.vm P {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8pt;
  font-weight:bold;
  text-align:center;
  color: #FFFF00;
  background:#444444;
  margin: 4px 4px 4px 4px;
}

.vmo P {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8pt;
  font-weight:bold;
  text-align:center;
  color: #FFFF00;
  background:#CC0000;
  margin: 4px 4px 4px 4px;
}

.vm A:link {
  color: #FFFFFF;
  background: #444444;
}

.vm A:visited {
  color: #FFFFFF;
  background: #444444;
}

.vm A:active {
  color: #FFFF66;
  background: #444444;
}

.vm A:hover {
  color: #FFFF66;
  background: #444444;
}

.vmo A:link {
  color: #FFFF66;
  background: #CC0000;
}

.vmo A:visited {
  color: #FFFF66;
  background: #CC0000;
}

.vmo A:active {
  color: #FFFFFF;
  background: #CC0000;
}

.vmo A:hover {
  color: #FFFFFF;
  background: #CC0000;
}


/* Højre menu på forsiden */

.rinfo {
  font-family: Arial, Times, serif;
  font-size: 0.9em;
  font-weight: bold;
}


/* Højre menu btstitel.asp */

.nyhed {
  color: #FFFF00;
  background: #FF0000;
  font-weight: bold;
}

P.tilbud { 
  color: #FF0000;
  background: transparent;
}

/*
Skjul-vis klasser
*/

.noscreen {
  visibility : hidden;
  height: 0;
  position : absolute;
  top : 0;
  left : 0;
}

.noprint {
  visibility : visible;
}

