body {
background-color: #DCDCDC;
}

h1 {
      font-size:16pt
}

h2 {
      font-size:10pt;
      color:blue;
}

td.b {
background-image: url("images/b.gif");
width: 100%;
}

td.l {
background-image: url("images/l.gif");
}

td.c {
background-color: white;
width: 100%;
font-family: verdana,helvetica,sans-serif;
}

td.r {
background-image: url("images/r.gif");
}

td.o {
background-image: url("images/o.gif");
width: 100%;
}

td.menu {
text-align: right;
vertical-align: top;
border-right: 1px solid #DCDCDC;
padding-right: 1em;
width: 15%;
line-height: 300%;
font-size: 10pt;
}

td.content {
font-size: 10pt;
text-align: left;
padding-left: 1em;
vertical-align: top;
}

a:link {
color: #0000FF;
}

a:visited {
color: #800080;
}

a:active {
color: #FF0000;
}

p {
}

p.indent {
	margin-left:1cm
	}

img {
border: 0;
}

/* 
.kader {
width: 50%;
text-align: center;
line-height: 150%;
border: 1px solid black;
margin: 0.5em;
} */

blockquote {
width: 100%;
font-size: 80%;
background-color:	#FFFFB3;
border-bottom: 2px solid #555555;
border-right: 2px solid #555555;
border-top: 1px solid #000000;
border-left: 1px solid #000000;
padding: 1em;
margin-left: 0;
}

acronym {
    border-bottom:1px dashed Black;
	cursor: help;
}