
/* Style sheet für  die Fundorte im Fundortframe */ 
/* Dieses Dokument wurde als CSS level 2.1 validiert!  */


body {
    background-color : #ababab;
    background-image : url(../bilder/geologenhammer.jpg);
    color : #000000;
    font-family : "Comic sans MS",sans-serif;
    font-size : 14px;
    font-weight : normal;
    text-align : center;
  }


table {
    margin-left : auto;
    margin-right : auto;
    outline : 0px solid;
  }


img {
    outline : 0px solid;
    border-width : 0px;
  }


td {
    vertical-align:top;
  }

h2 {
    text-align:left;
    margin-top:0px;
    margin-bottom:0px;
  }


h3 {
    margin-left:0.0px;
    margin-top:0px;
    margin-bottom:0px;
  }


h4 {
    text-align:left;
    margin-left:20px;
    font-size:80%;
  }


span.c1 {
    font-size: 80%;
  }


span.c2 {
    font-size : 110%;
    font-weight : bold;
  }


div.c1 {
    text-align:center;
  }


div.c2 {
    text-align:left;
  }


div.c3 {
    font-size: 80%;
    text-align: center;
  }


div.budstone {
    font-size: smaller;
    color: #8C8E8C;
  }


ul {
    list-style-type:square;
    margin-left:20px;
    text-align:left;
  }


a:link {
    color:#00008B;
    text-decoration:underline;
    background-color : transparent;
  }


a:visited {
    color:#C04000;
    text-decoration:underline;
    background-color : transparent;
  }


a:active {
    color:#FF6347;
    text-decoration:underline;
    background-color : transparent;
  }

