
html, body {
        scrollbar-base-color: #160704;
        scrollbar-arrow-color: #5A381C;
        scrollbar-3dlight-color: #54362b;
        scrollbar-darkshadow-color: #050100;
        scrollbar-face-color: #260f07;
        scrollbar-highlight-color: #583a1e;
        scrollbar-shadow-color: #161100;
        scrollbar-track-color: #0F0501;
        margin-left: 50px;
        margin-top: 10px;
        margin-right: 0px;
        margin-bottom: 0px;
        font-family: Georgia, "Times New Roman", Times, serif;
        font-size: 12px;
        color: #FFFFFF;
        cursor:url("cursor.cur"), auto;
}

html { background-image: url(../pict/holz.jpg);
       background-color: #35221A;
}

a { color: #1E0F08;
    text-decoration:none;
    cursor:help;
}

a:hover { outline: 1px dotted invert;
}

a:hover img { filter:alpha(opacity=50);
              -moz-opacity:0.5;
              -khtml-opacity: 0.5;
              opacity: 0.5;
}

img { border: 0px;
      border-color:transparent;
}

.borderit img {
        border: 3px solid transparent;
}

.borderit:hover img {
        border: 3px solid #E18C25;
}


.style1 { color: #E18C25;
}

.style2 { color: #74400f;
}

.style3 { color: #DE8A24;
}

.style4 { color: #e06914;
}

.style5 { color: #B65610;
}

.style6 { text-indent:15px;
          font-size: 14px;
          color: #FFFFFF;
          text-decoration:none;
          width:100%;

}