body {
  margin:0px;
  color:#333333;
  /* background-color:#FFFAF0; */
  background-color:rgb(255,255,255);
  font-family:verdana,helvetica,chicago,sans-serif;
}

#mypage {
  margin-top:12px;
  margin-left:40px;
  width:480px;
  padding-right:12px;
  border-right:dotted #6B8FB3 1px;
}


h1 {
  margin-top:36px;
  margin-bottom:68px;
  font-family:"Arial Narrow",Arial,Helvetica,sans-serif;
  font-size:16pt;
  letter-spacing:0.3em;
  font-weight:normal;
  color:rgb(51,102,153);
}

.mypic {
  margin-top:40px;
  margin-left:50px;
  margin-bottom:40px;
}

h2 {
  font-size:9pt;
  color:gray;
  margin-bottom:0.5em;
}

.body, td {
  margin-left:50px;
  margin-bottom:2em;
  font-size:9pt;
  line-height:12pt;
}

.ind {
  margin-left:90px;
  margin-bottom:2em;
  font-size:9pt;
  line-height:12pt;
}

small {font-size:8pt;}

#footer {
  margin-top:2em;
  padding:4px;
  font-size:7pt;
  background-color:#f0f0f0;
  border-top: solid grey 2px;
  border-left: solid grey 2px;
  border-right: solid silver 2px;
  border-bottom: solid silver 2px;
  margin-bottom:12px;
 /* background-color:lightgrey; */
 /* border-top: 1px teal solid; */
 /* border-right: 2px #003366 solid; */
}

#footer a {font-size:7pt;font-weight:normal;}
#footer small {font-size:7pt;}

.toc a {
 font-weight:normal;
 font-size:8pt;
 color:gray;
}

a {
  font-weight:bold;
  font-size:8pt;
}
a:link, a:visited {
  color:rgb(51,102,153);
}
a:focus, a:hover, a:active {
  color:#00E0FF;
}

#opEins {
  color:gray;
}

#opZwei {
  color:#006699;
  font-style:italic;
  position:relative;
  top:5px;
  left:-2px;
}