/* css-Datei für mich
*/

body {background-color:#FFFFFF;
      font-family: Tahoma,Arial,Helvetica,Sans Serif;
      font-size: 8pt;
      color:#003F00;}
h1 {font-family: Arial,Helvetica,Sans Serif;
          font-size: 20pt;
          font-weight: bold;
          /*font-style: italic; */
          /* text-align: center;
          line-height: 30pt;
          color:#676701;
          border-left-style: solid;
          border-left-color: #ff0000;
          border-left-width: 1cm;
          padding-left: 1cm; */
      }
h2 {font-family: Arial,Helvetica,Sans Serif;
          font-size: 14pt;
          font-weight: bold;
          /*line-height: 0pt 2pt;*/
  /*        color:#003F00;
          /* display:block; */
/*          background-color:#FFB7FF;
          /*border-left-style: solid;
          border-left-color: #ff0000;
          border-left-width: 1cm;
          padding-left: 1cm;*/
      }
#container {
 width:100%;
 text-align:center; }

  #content {
   text-align:left;
   width:750px;
   margin:0px /*auto;*/
   }
table { width: 100%;
        border: 1px;
        }

br      {font-size: 4pt;
         }


.fett {font-weight: bold;}
.fettcenter {font-weight: bold; text-align: justify; }

/* hier definiere ich den Rahmen für die Bilder */
.bord {border-color: #676701;
       border-style: solid;
       border-width: 2px;
    }
/*hr {height: 0.5cm;
    width:  10.7cm;
    color: #00ffff;
    background-color: #00ffff;
    text-align: right; /* für IE */
    margin-right: 0px;  /* für Firefox */
  /*  border-top-color: #a44288;
    border-left-color: #33ffaa;
    border-bottom-color: #800065;
    border-right-color: #ff8030;
    border-style: solid;
    border-width: 4px;*/


.line {height: 0px;
    width:  670px;
    color: #FF7F00;
  /*  background-color: #00ffff;
    text-align: right; /* für IE */
  /*  margin-right: 0px;  /* für Firefox */
   /* border-top-color: #a44288;
    border-left-color: #33ffaa;
    border-bottom-color: #800065;
    border-right-color: #ff8030;
    border-style: solid;
    border-width: 1px; */
         }
p.links {line-height: 35px;}

a.button:link {color: #000000;
        width: 300px;
        font-weight: bold;
        text-decoration: none; /* macht die Linie weg */
        border-style: outset;
        background-color: #d4d4d4;
        padding: 2px 5px;
                }

a.button:visited {color: #ffffff;
        font-weight: bold;
        text-decoration: none; /* macht die Linie weg */
        border-style: outset;
        background-color: #d8d8d8;
        padding: 2px 5px
        }

a.button:hover {color: #ffff00;
        font-style: italic;
        text-decoration: none;
        border-style: inset;
        background-color: #a4a4a4;
        padding: 2px 5px;
        }

/*img {border-color: #676701;
       /*border-style: solid;*/
  /*     border-width: 0px;
    }
*/

/* für Links im Text ohne Buttons */


a.normal:link {color: #000000;
        font-weight: bold;
        text-decoration: none; /* macht die Linie weg */
                }

a.normal:visited {color: #ffffff;
        font-weight: bold;
        text-decoration: none; /* macht die Linie weg */

        }

a.normal:hover {color: #ffff00;
        font-style: italic;
        text-decoration: none;

        }
