/*
 * Default style for all documents in this web.
 * 
 * (c) 2004 Guenther Pewny Software-Entwicklung
 * 
 * $Id: web-style.css,v 1.2 2005/03/01 16:41:21 gp Exp $
 */

body {
  margin: 0 40px;
  font-family: Arial,sans-serif;
  font-size: 11pt;
  line-height: normal;
  background: white;
}

h1, h2 {
  line-height: normal;
  text-align: center;
  font-family: Arial,sans-serif;
  font-weight: bold;
}

h1 {
  margin: .67em 0;
  font-size: 2em;
}

h2 {
  margin: 1em 0;
  text-align: center;
  font-size: 2em;
  font-weight: normal;
}

h3 {
  margin: 1em 0;
  text-align: center;
  font-size: 1em;
  font-weight: normal;
}

a:link, a:visited, a:active, a:hover {
  color: #626FA3;
  font-weight: bold;
}

a:link, a:visited, a:active {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

img {
  border: none;
}

blockquote {
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 10pt;
}

div.blockquote-head,
div.blockquote-bottom {
  font-style: italic;
  text-align: left;
}

div.blockquote-head {
  margin-bottom: 0.5em;
}

div.blockquote-bottom {
  margin-top: 0.5em;
}

div.link-div {
  margin: 1.5em 0;
  text-align: center;
  font-size: 1em;
  font-weight: bold;
}
