
 @charset "8859-1";
 @import url("style_index.css");

 /* CSS Document */




 /* --------Überschriften-------- */

 h1  {
      font-family: Verdana,sans-serifArial,Trebuchet MS,Tahoma;
      font-style: normal;
      font-size: 15px;
      font-weight: bold;
      text-decoration: none;
      color: #333333;
 }

 h2 {
      font-family: Verdana,Times New Roman,Trebuchet MS,Courier New, Courier,monospaced;
      font-style: normal;
      font-size: 14px;
      font-weight: bold;
      text-decoration: none;
      color: #8B4513;
 }

 h3 {
     color: #8B4513;
     text-shadow: black 0.1em 0.1em 0.2em

 }

 h4 {
      font-family: italic, Consolas,Century,Verdana,Times New Roman,serif;
      font-style: normal;
      font-size: 12px;
      font-weight: bold;
      text-decoration: none;
      color: #8B2323;
      padding: 0;
      margin: 0;
      line-height: 18px;
 }


 h4.maroon {
             font-family: Verdana,Courier New, Courier,monospaced;
             font-style: normal;
             font-size: 13px;
             font-weight: bold;
             text-decoration: none;
             color: rgb(176,48,96);
 }
        /* Pseudo - Links  */

 a:link {
             font: italic,sans-serif;
             font-style: normal;
             font-size: 80%;
             font-weight: normal;
             text-decoration: none;
             color: #8B814C;
 }

 a:visited {
             font: italic,sans-serif;
             font-style: normal;
             font-size: 80%;
             font-weight: normal;
             text-decoration: none;
             color: #8B814C;
 }

 a:hover {
             font: italic,sans-serif;
             font-style: normal;
             font-size: 80%;
             font-weight: normal;
             ext-decoration: underline;
              color: #8B814C;
 }

 a:active {
             font: italic,sans-serif;
             font-style: normal;
             font-size: 80%;
             font-weight: normal;
             text-decoration: none;
             color: #8B814C;
 }
