/* stylesheet for www.p-stahlberg.de */
/* $Id: styles.css 3 2004-09-27 11:40:44Z ps-admin $ */

/* CSS-1, see http://www.w3.org/pub/WWW/TR/REC-CSS1/ */
/* daswerdeichmirniemerken: top-right-bottom-left */

/* default settings */
body {
  font: normal normal normal 12pt/14pt Helvetica, sans-serif;
  color: #000055;
  background: #000055;
  text-decoration: none;
  text-align: center;
  text-indent: 0;
  margin: 0;
  border: 0 none;
  padding: 12pt 30pt 0;
}

/* text properties */
h1 {
  font: normal normal normal 24pt/26pt Helvetica, sans-serif;
  text-decoration: none;
  text-align: center;
  text-indent: 0;
}

h2 {
  font: normal normal normal 18pt/20pt Helvetica, sans-serif;
  text-decoration: none;
  text-align: left;
  text-indent: 0;
}

/* h[3456789] are not used yet */
pre {
  font: normal normal normal 12pt/14pt Courier, monospace;
  text-decoration: none;
  text-align: left;
  text-indent: 0;
}

p, ul, ol, li, table, tr, td {
  font: normal normal normal 12pt/14pt Helvetica, sans-serif;
  text-decoration: none;
  text-align: justify;
  text-indent: 0;
}

th {
  font: italic normal normal 12pt/14pt Helvetica, sans-serif;
  text-decoration: none;
  text-align: justify;
  text-indent: 0;
}

a {
  display: inline;
  font: normal normal normal 12pt/14pt Helvetica, sans-serif;
  text-decoration: underline;
  text-align: justify;
  text-indent: 0;
}

em {
  display: inline;
  font-style: italic;
}

strong {
  display: inline;
  font-weight: bold;
}

div.footer p {
  font-size: 10pt;
  text-align: right;
}

div.footer a:link {
  font-size: 10pt;
  text-decoration: none;
  text-align: right;
}

div.footer a:visited {
  font-size: 10pt;
  text-decoration: none;
  text-align: right;
}

div.footer a:active {
  font-size: 10pt;
  text-decoration: none;
  text-align: right;
}

/* box properties, colors */
h1 {
  color: #A0A0A0;
  margin: 0;
  border: none;
  padding: 10pt;
}

div.section {
  background: #B9B9B9;
  margin: 0 0 10pt;
  border: none;
  padding: 0 0 20pt;
}

div.section h2 {
  /* color: #000000 removed: Netscape strikes again! */
  background-color: #A0A0A0;
  margin: 0;
  border: none;
  padding: 3pt 30pt 1pt;
}

div.section div.sectiontext {
  margin: 0;
  border: none;
  padding: 5pt 30pt;
}

div.footer {
  color: #AAAAAA;
  margin: 0;
  border: none;
  padding: 0;
  width: 100%;
}

a:link {
  color: #999999;
}

a:visited {
  color: #888888;
}

a:active {
  color: #FF0000;
}

div.section a {}

div.section a:link {
  color: #0000BB;
}

div.section a:visited {
  color: #000055;
}

div.section a:active {
  color: #FF0000;
}

hr {
  width: 0;
  color: #000055;
}

table {}

tr {}

td {
  background: #C9C9C9;
}

th {
  background: #D5D5D5;
}

/* list-style */
ul {/* the defaults are OK ;-) */}
ol {/* not used yet */}
