h1 {
  font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
  font-variant: small-caps;
  letter-spacing: 0.1em;
  font-weight:bold;
  font-size:14px;
  color: #E03812;
  margin:0;
  margin-bottom: 10px;
  padding-bottom: 5px;
}

h2 {
  font-weight:bold;
  font-size:12px;
  color: #1C5679;
  margin:0;
}

.bild_rechts {
 float: right;
 margin-left: 5px;
 margin-bottom: 5px;
}

.bild_links {
 float: left;
 margin-right: 5px;
 margin-bottom: 5px;
}

a { font-size:11px;  color: rgb(0,0,0);text-decoration:none;}
a:hover { text-decoration:underline; }

