h1  { font-size:11px;
      line-height:18px;
      font-family:Verdana,Arial,Helvetica,sans-serif,Tahoma;
      font-style:normal;
      font-weight:normal;
      font-stretch:normal;
      font-variant:normal;
      letter-spacing:0px;
      word-spacing:0px;
      text-decoration:none;
      text-align:left;
      vertical-align:top;
      white-space:nowrap;
      color:#000000;
      border:0px;
      margin:0px; }


h2 {  font-size:11px;
      line-height:18px;
      font-family:Verdana,Arial,Helvetica,sans-serif,Tahoma;
      font-style:normal;
      font-weight:bold;
      font-stretch:normal;
      font-variant:normal;
      letter-spacing:0px;
      word-spacing:0px;
      text-decoration:none;
      text-align:left;
      vertical-align:top;
      white-space:nowrap;
      color:#A71C20;
      border:0px;
      margin:0px; }
      a:link { color:#A71C20; text-decoration:none; }
      a:visited { color:#A71C20; text-decoration:none; }
      a:hover { color:#A71C20; text-decoration:none; }
      a:active { color:#A71C20; text-decoration:none; }

h3  { font-size:11px;
      line-height:18px;
      font-family:Arial,Helvetica,sans-serif,Tahoma,Verdana;
      font-style:normal;
      font-weight:normal;
      font-stretch:normal;
      font-variant:normal;
      letter-spacing:0px;
      word-spacing:0px;
      text-decoration:none;
      text-align:left;
      vertical-align:top;
      white-space:nowrap;
      color:#000000;
      border:0px;
      margin-top:1px;
      margin-left:30px; }

h4  { font-size:11px;
      line-height:20px;
      font-family:Verdana,Arial,Helvetica,sans-serif,Tahoma;
      font-style:normal;
      font-weight:normal;
      font-stretch:normal;
      font-variant:normal;
      letter-spacing:0px;
      word-spacing:0px;
      text-decoration:none;
      text-align:left;
      vertical-align:top;
      white-space:nowrap;
      color:#000000;
      border:0px;
      margin:0px; }


/* CSS für Button im Normalzustand */
#button a
{
width:171px; /* Breite der Grafik */
height:20px; /* Höhe der Grafik */
display:block;
outline:none;
overflow:hidden;
background-image:url(bilder2/normal.gif); /* Grafik */
background-repeat:no-repeat;
}

/* CSS für Button im Overzustand */
#button a:hover
{
width:171px;
height:20px;
display:block;
outline:none;
overflow:hidden;
background-image:url(bilder2/over.gif);
background-repeat:no-repeat;
}

/* CSS für Button im Activezustand */
#active a
{
width:171px;
height:20px;
display:block;
outline:none;
overflow:hidden;
background-image:url(bilder2/active.gif);
background-repeat:no-repeat;
}
