 /* stylesheet für soundsketch homepage */



 background
 div.bgfixed {


          background-attachment:fixed;
          }




* {      color:#1C1213;
         font-family:Helvetica,Arial,sans-serif;
         font-size:12px;
         font-style:normal;

         }
*.text   { color:#1C1213;
         font-family:Helvetica,Arial,sans-serif;
         font-size:12px;
         font-style:normal;

         }
.text b  { color:#1C1213;
         font-family:Helvetica,Arial,sans-serif;
         font-size:12px;
         font-style:bold;
          }
.text h1 { color:#8B0000;
         font-family:Helvetica,Arial,sans-serif;
         font-size:14px;
         font-style:bold;    }

.text c  { color:#1C1213;
         font-family:Helvetica,Arial,sans-serif;
         font-size:12px;
         font-style:italic;      }

.text i  { color:#1C1213;
         font-family:Helvetica,Arial,sans-serif;
         font-size:12px;
         font-style:italic; }

.link   {color:#1900FF;
         font-family:Helvetica,Arial,sans-serif;
         font-size:12px;
         font-style:normal;
         }

              /* Navigationsmenue  */

.menu1   {color:#696969;
         font-size:16px;
         letter-spacing:0.1em

         }
.menu1 a:link {color:#696969; }
.menu1 a:hover {color:#8B0000;}


.menu2   {color:#1C1213;
          font-size:19px;
          letter-spacing:0.15em;
          font-variant:small-caps;
           }
.menu2 g  {color:#696969;
          font-size:16px;
          letter-spacing:0.15em;
          font-variant:small-caps;
           }

.menu2 a:link  {color:#1C1213; }
.menu2 a:hover {font-weight:bold;
                color:#8B0000;
           }

.rand  {font-size:11px;
         color:#5F5F5F           }
.rand b {font-size:12px;
         color:#5F5F5F           }
.rand a:link {color:#5F9EA0;     }
.rand i  {font-size:12px;
          color:#B22222;
          font-style:italic;
          }
.rand r   {font-size:19px;
          color:#B22222;
          }

 h1 { color:red; font-size:48px; }


 a:link  {  color:#008B8B;  text-decoration:none;  border:0px }
 a:active { color:#8B0000        }
 a:hover  {color:#8B0000         }
 a:focus  {color:#008B8B; text-decoration:none;  border:0px}
 a:border {display:none          }
 /*a:focus { text-decoration:blink; }  */




.spoiler a {
  color: #000;
  text-decoration:none;
}


div.spoiler a:active, div.spoiler a:focus { /* Neu für IE6 */
  border:none;
  }

div.spoiler a:active span, div.spoiler a:focus span {
  display:block;
  /*border: none;*/ /* auskommentiert = deaktiviert */
  /*background:none;*/ /* auskommentiert = deaktiviert */
}


