/*
Default style sheet for the RO2001 web pages.
Copyright, Bo Krantz Simonsen, www.progresso.dk, Copenhagen 2001-2006.
*/

@media screen {
  .prnt { display: none; }
}
@media print {
  .scrn { display: none; }
}

/* For opening/closing sections with JavaScript: */
P.open, DIV.open { display: block; }
SPAN.open { display: inline; }
.closed { display: none; }

BODY {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 80%;
  color: #000000;
  background-color: #ffffff;
  margin-top: 10;
}

BODY.form {
  background-color: #f0f0f0;
}
BODY.form .rightField {
  width: 385px;
}
BODY.form .wideField {
  width: 520px;
}

H1, H2, H3 {
  color: #150;
}
H1 {
  font-size: 120%;
}
H2 {
  font-size: 110%;
  margin-top: 2.5em;
}
H3 {
  font-size: 95%;
}

TABLE {
  font-size: 100%;
}

TABLE.top {
  font-size: 110%;
}

TT {
  font-size: 115%;
}

P.extraSpace {
  margin-top: .3em;  
  margin-bottom: .1em;  
}

P.spaceAbove {
  margin-top: .6em;  
}

P.news, P.news A {
  color: #ff0000;
}

P.ind {
  text-indent: -1.5em;
  margin-left: 1.5em;
}

P.ind1 {
  text-indent: -1.5em;
  margin-left: 1.5em;
  margin-bottom: 0;
}

P.ind2 {
  text-indent: -1.5em;
  margin-left: 1.5em;
  margin-top: 0;
}

.heading {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 170%;
  font-weight: bold;
  color: #ffffff;
}

.heading2 {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 140%;
  color: #ffffff;
}

A:hover {
 color: #ffffff;
 background-color: #337733;
}

A.headingLink {
  color: #ffffff;
  text-decoration: none;
}

A.headingLink:hover {
 text-decoration: underline;
 background-color: transparent;
}

A.menuLink:hover {
 background-color: transparent;
}

A.unfoldLink {
 background-color: #ffffff;
 text-decoration: none;
}

A.unfoldLink:hover {
 text-decoration: underline;
 color: #ffffff;
 background-color: #337733;
 text-decoration: none;
}

.small {
  font-size: 80%;
}

.bigger {
  font-size: 150%;
}

.listOpen {
  line-height: 150%;
}

UL.topspace, BLOCKQUOTE.topspace {
  margin-top: .7em;  
}

LI {
  margin-top: .25em;  
  margin-bottom: .25em;  
}

LI.norm {
  margin-bottom: .1em;  
}

ACRONYM {
  color: #0000ff;
  text-decoration: underline;
}

SPAN, .nobr {
  white-space: nowrap;
}
SPAN.normal {
  white-space: normal;
}
SPAN.warn {
  color: #ff0000;
  white-space: normal;
}
SPAN.u {
  text-decoration: underline;
  white-space: normal;
}
SPAN.highlight {
  background-color: #669966;
  white-space: normal;
}

SUP {
  font-size: 80%;
}

.warn {
  color: #ff0000;
}

.nodisplay {
  display: none;
}

DIV#showallLink {
  float: right;
}
DIV#showallLink IMG {
  vertical-align: middle;
  margin-right: 2px;
}
P.spoergs {
  margin-top: 1em;
  margin-bottom: .3em;
  text-indent: -15px;
  margin-left: 15px;
}
P.spoergs IMG {
  vertical-align: middle;
  margin-right: 2px;
}
DIV.answer {
  margin-top: 0px;
  margin-left: 15px;
}
DIV.showmarked DIV.answer {
  padding: 1px 1em;
  background-color: #eee;
}
P.prgverA {
  margin-top: 2.0em;  
}
P.prgverAtop, P.prgverA {
  margin-bottom: .3em;
  font-style: italic;
}
.prgverB {
  margin-top: .7em;  
}

