/*  NedDocWiki stylesheet gebaseerd op de WikkiTikiTavi default
 *  met aanpassingen door Ben de Groot en Marcel de Reus, juni 2003.
 *  Zoals alle NedDocWiki documenten mag ook deze stylesheet
 *  gebruikt worden onder de voorwaarden gesteld in de
 *  GNU Free Documentation License, waarvan een kopie te vinden
 *  is op http://wiki.nedlinux.nl/gnufdl.html
 */

body
  { background-color: #bbb;
    color:            #000;
    margin:      1.3em 4%;
    padding:     0;
    font-family: sans-serif;
    line-height: 170%; }
#body a:visited
  { color:	#02c;
    background: transparent;
    font-weight:bold;  }
a:link
  { color:      #25e;
    background: transparent;
    font-weight:bold; }
a:visited
  { color:      #25e;
    background: transparent;
    font-weight:bold; }
a:active
  { color:      #25e;
    background: transparent;
    font-weight:bold; }
a:hover
  { color:      #25e;
    background: transparent;
    text-decoration: underline;
    font-weight:bold; }
a.title
  { text-decoration: none;
    font-weight:bold; }
a.nonbold
  { font-weight: normal; }
a.bsd
  { color: #c00; }
img
  { border: 0; }
div.logo
  { float: right;
    margin-bottom: 5px; }
table.diff
  { width: 90%; }
td.diff-added
  { background-color: #eee;
    color:            #0c0; }
td.diff-removed
  { background-color: #eee;
    color:            #c00; }
p
  { font-size: 1em;
    line-height: 170%;
    margin-top: 1em;
    margin-bottom: .3em; }
h1,h2,h3,h4,h5,h6
  { line-height: 170%;
    background-color: transparent;
    color: #25e; }
h1
  { font-size:2.3em;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0; }
h2
  { font-size:1.8em;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0; }
h3
  { font-size: 1.3em;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0; }
h4
  { font-size: 1.1em;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0; }
h5
  { font-size: 1em;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0; }
h6
  { font-size:.8em;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0; }
textarea
  { width: 90%; }
dl, ul, ol
  { margin-top:    0px;
    margin-bottom: 0px;
    line-height:   170%; }
form
  { margin-top: 0px; }
p.warning
  { color: #25e;
    background: transparent; }
span.twin
  { font-size: smaller; }
tt
  { background: transparent;
    color: #000;
    font-family: monospace;
    font-size: 1em;
    font-weight: normal; }
pre
  { background: #ccc;
    color: #000;
    font-family: monospace;
    font-size: 1em;
    font-weight: bold; }

#header
  { background-color: #ddd;
    margin: 0px;
    padding: .7em 1.3em;
    border: 0px; }
#body
  { background-color: #fff;
    margin: 0px;
    padding: .7em 1.3em;
    border: 0px; }
#footer
  { background-color: #ddd;
    margin: 0px;
    padding: .7em 1.3em;
    border: 0px; }

.copyright
  { font-size:.8em;
    line-height:140%; }

hr
  { display: none; }

.powered
  { text-align: center;
    font-size: .9em;
    font-weight: normal; }

