/* formate.css */
/* author: Wolf-Dieter Tiedemann */

#container
{ margin: auto;
  border: 0;
  background: #F0F0F0; /* very light gray */
}

#rahmen
{ border-width: 1;
  border-style: solid;
  border-color: #E0E0E0; /* light gray */
}

#toplink
{ font-size: 10pt;
  padding-right: 6;
}

#toplink a:link, #toplink a:visited, #toplink a:active
{ text-decoration: none;
  color: #EDDAA0;
}

#toplink a:hover
{ text-decoration: none;
  color: white;
}

p
{ font: normal 8pt verdana, sans-serif;
  color: #993300;
  margin-top: 9;
  margin-bottom: 0;
}

ul
{ list-style-type: square;
  margin-top: 0;
  margin-bottom: 0;
}

li
{ font: normal 8pt verdana, sans-serif;
  /* border: solid 1px; */
  margin-top: 3;
  margin-bottom: 0;
  margin-left: -20;
  line-height: 20px;
}

a:link, a:visited, a:active
{ text-decoration: none;
  color: #993300;
}

a:hover
{ text-decoration: underline;
  color: blue;
}

#boxright
{ margin: 8;
  border: 1px solid #66CC33;
  padding: 6;
  font: 11px arial, sans-serif;
  color: #993300;
}

#bottomline
{ padding: 32 5 10; /* top right=left bottom */
}

#bottomline p, #bottomline a:link, #bottomline a:visited, #bottomline a:active
{ font: 10px verdana, sans-serif;
  color: #B0B0B0; /* light gray */
}

#bottomline a:hover
{ text-decoration: none;
  color: #606060; /* gray */
}