                /*  wt-kurs.css   */

  /*     wt-kurs.css  ---    03.02.2016 14:40       */

   /*  <link href="http://wartusch.de/wt-kurs.css" type="text/css" rel="stylesheet"/>  */

#gotop-cl {                                
text-align: left;
color: black;
background-color: #E8E8E8;
padding-left: 0.5em;
}
#gotop-cl  a:link    {  color: blue;      text-decoration: none;
}
#gotop-cl  a:visited  {  color: green;     text-decoration: none;
}
#gotop-cl  a:hover  {  color: red;       text-decoration: none;
}

/*---------------------------------------------------------------------*/

.bildunterschrift{
    width: 230px;
    position: relative;
    border: 3px solid red;  
}
.bildunterschrift img {
    display: block;
}
.bildunterschrift span {
    background-color: silver;
  background-color: hsla(0,0%,100%,0.5);  /* nur in neuen Browsern  */
    position: absolute;
    top: 0;                                              
    width: 30%;
    text-align: center;
    font-size: 15pt;
    font-family: sans-serif;
    font-weight: bold;
    color: white;
 /*     line-height: 1.6em;       */
}
#hund {                     
    position:  absolute;
    top: 250px;
    left: 80px;
                 /* für fremde Browser  */
    -moz-box-shadow:    -10px -10px 10px blue ,   10px  10px 10px red;
    -webkit-box-shadow: -10px -10px 10px blue ,   10px  10px 10px red;
     box-shadow:        -10px -10px 10px blue ,   10px  10px 10px red;
  -webkit-border-radius: 20px;
  -moz-border-radius:    20px;
  border-radius:         20px;
}

/*  Fin  */
