body
{
    font-family     : "'Times New Roman', serif";
    background      : #ffffee;
    color           : #222222;
    margin          : 20px 20px 20px 20px;
}

a:link, a:visited, a:active
{
    text-decoration : none;
    color           : navy;
}

a:hover
{ 
    color           : red;
}

h3
{
    font-family     : "'Times New Roman', serif";
    font-size       : normal;
    color           : #222222;
}

ul
{
    margin-top      : 5px;
}


ul li
{
    margin-bottom   : 5px;
}

ol li
{
    margin-bottom   : 5px;
}

dl dd
{
    margin-bottom   : 10px;
}

img.midden
{
    border          : 1px solid gray;
}

img.rechts
{
    border          : 1px solid gray;
    margin          : 10px;
    float           : right;
}

img.links
{
    border          : 1px solid gray;
    margin          : 10px;
    float           : left;
}

div.x
{
    margin-left     : 20px;
    margin-bottom   : 20px;
}

p.x
{
    text-indent     : -20px;
    margin-bottom   : -15px;
}

p.onder
{
    font-family     : "'Times New Roman', serif";
    font-size       : x-small;
    font-style      : italic;
    text-align      : left;
    color           : #222222;
    margin-top      : -5px
}

p.midden
{
    font-family     : "'Times New Roman', serif";
    font-size       : x-small;
    font-style      : italic;
    text-align      : center;
    color           : #222222;
    margin-top      : -5px
}

div.links
{
    float           : left;
    margin-top      : 10px;
    margin-right    : 20px;
    margin-bottom   : 10px;
}

div.rechts
{
    float           : right;
    margin-top      : 10px;
    margin-left     : 20px;
    margin-bottom   : 10px;
}

div.kader
{
    border          : 1px solid gray;
    background      : white;
    margin-top      : 10px;
    margin-bottom   : 10px;
    padding         : 20px;
}

div.graf
{
    border          : 2px solid black;
    background      : silver;
    padding         : 30px;
}

h2
{
    margin-top      : 15px;
}

#kop
{
  position:   fixed;
  top:        0px;
  bottom:     60px;
  left:       0px;
  right:      0px;
  padding:    10px;
  overflow:   auto;
  text-align: center;
  background: #ffffdd;
  color:      #222222;
  border:     1px solid gray
}

#menu
{
  position:   fixed;
  top:        61px;
  bottom:     0px;
  left:       0px;
  right:      160px;
  padding:    10px;
  overflow:   auto;
  background: #ffffdd;
  color:      #222222;
  border:     1px solid gray
}

#tekst
{
  position:   absolute;
  top:        61px;
  bottom:     0px;
  left:       161px;
  right:      0px;
  padding:    10px;
  overflow:   auto;
  background: #ffffee;
  color:      #222222;
  border:     1px solid gray;
}

#kopx
{
  position:   fixed;
  top:        0px;
  bottom:     40px;
  left:       0px;
  right:      0px;
  text-align: center;
  padding:    10px;
  overflow:   auto;
  background: #ffffdd;
  color:      #222222;
  border:     1px solid gray
}

#menux
{
  position:   fixed;
  top:        41px;
  bottom:     0px;
  left:       0px;
  right:      120px;
  padding:    10px;
  overflow:   auto;
  background: #ffffdd;
  color:      #222222;
  border:     1px solid gray
}

#tekstx
{
  position:   absolute;
  top:        41px;
  bottom:     0px;
  left:       121px;
  right:      0px;
  padding:    10px;
  overflow:   auto;
  background: #ffffee;
  color:      #222222;
  border:     1px solid gray;
}

p.0
{
  margin-top  : 0px;
  text-indent : 0px;
}

p.1
{
  margin-top  : 0px;
  text-indent : 10px;
}

p.2
{
  margin-top  : 0px;
  text-indent : 20px;
}

p.3
{
  margin-top  : 0px;
  text-indent : 30px;
}

p.4
{
  margin-top  : 0px;
  text-indent : 40px;
}

p.5
{
  margin-top  : 0px;
  text-indent : 50px;
}

p.6
{
  margin-top  : 0px;
  text-indent : 60px;
}

p.7
{
  margin-top  : 0px;
  text-indent : 70px;
}

p.8
{
  margin-top  : 0px;
  text-indent : 80px;
}

p.9
{
  margin-top  : 0px;
  text-indent : 90px;
}

p.10
{
  margin-top  : 0px;
  text-indent : 100px;
}

p.11
{
  margin-top  : 0px;
  text-indent : 110px;
}

p.12
{
  margin-top  : 0px;
  text-indent : 120px;
}

p.13
{
  margin-top  : 0px;
  text-indent : 130px;
}

p.14
{
  margin-top  : 0px;
  text-indent : 140px;
}


