/* Specific stylesheet for formatting of the ciwas meta-FAQ */
/* Design: Jan Roland Eriksson. File name: ciwas-mFAQ.css   */
/* Shamelessly re-used and slightly modified for the German translation of the ciwas-aFAQ by Matthias Gutfeldt */

BODY {
  margin: 0 2.5em 1em 5em;
}

BLOCKQUOTE {
  background: none #eeeeee;
  border: solid #000000 1px;
  color: #000000;
  margin: 0.5em 0 1em 0;
  padding: 0 2%;
}

H1,H2,H3,H4,H5,H6 {
  font-family: sans-serif;
  font-weight: bold;
}

H1 {
  font-size: 110%;
  margin-top: 3em;
  margin-bottom: 0.5em;
  text-align: right;
}

H2 {
  font-size: 100%;
  margin-top: 0.5em;
  margin-bottom: 0;
  text-align: left;
}

HR {
  clear: both;
  margin-top: 0;
  margin-bottom: 0;
}

UL LI {
  list-style: url(../graphics/sdi-rd.gif) disc;
}

OL LI {
  list-style: decimal;
}

LI OL LI {
  list-style: lower-alpha;
}

DT {
  margin-top: 0.5em;
}

.arc-data {
  font-family: sans-serif;
  font-size: 90%;
  margin-top: 2.5em;
  text-align: left;
}

.doc-body {
  margin-top: 0.5em;
  margin-bottom: 0;
}

.url {
  font-family: sans-serif;
  margin-top: 0.2em;
  margin-bottom: 0.2em;
}

.q-a {
  float: left;
  font-family: sans-serif;
  margin-left: -2.5em;
  margin-top: 0;
  margin-bottom: 0.2em;
  width: 2em;
}

/* Style rules for the page footer elements */
DIV.foot-base {
  border: none;
  margin: 0;
  padding: 0 1%;
  width: 98%;
}

DIV.foot-img {
  border: none;
  float: left;
  margin: 0;
  padding: 1%;
  height: 31px;
  width: 88px;
}

P.foot-text {
  border: none;
  font-family: Geneva, Helvetica, Arial, sans-serif;
  font-size: 0.9em;
  margin: 0;
  padding: 1.0% 0 1.0% 0;
  text-align: right;
  width: 98%;
}

code	{
	font-family:monospace;
	}