img.fancy { cursor:pointer; }
.searchform { color: #000; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; margin-left: 25px }
.logozusatz    { color: #666; font-size: 9px; font-family: verdana, Helvetica, Geneva, SunSans-Regular, sans-serif; font-weight: bold }


.SkinObject  { color: #c00; font-size: 11px; font-family: Verdana, Arial, Helvetica; font-weight: normal; text-decoration: none }

A.SkinObject:link   { color: #c00; font-weight: normal; text-decoration: none }

A.SkinObject:visited   { color: #c00; font-weight: normal; text-decoration: none }

A.SkinObject:active    { color: #c00; font-weight: normal; text-decoration: none }

A.SkinObject:hover     { color: silver; font-weight: normal; text-decoration: none }

/* text style used for most text rendered by modules */
.Normal, .text,  td
   { font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; line-height: 150% }

.textrot
   { font-size: 11px; color:#CC0000; font-family: Verdana, Arial, Helvetica, sans-serif; line-height: 150% }


A:link    { color: #c00; font-weight: normal }

A:visited     { color: #c00; font-weight: normal }

A:active      { color: #c00; font-weight: normal }

A:hover   { color: #aaa; font-weight: normal }


UL LI     { list-style-type: square }

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}


sup { font-size: 10px }
.topBar { background-color: #000 }


/* Download Sheets (F&L)
================================ */
.download-sheets h2, .download-sheets h3 { margin:1em 0; }
.download-sheets { width: 480px; }
.download-sheets .category-block { border-bottom:solid 1px black; }
.download-sheet { width:220px; height:180px;margin-bottom:20px;float:left;margin-right:20px; }
.download-sheet .cover-image { width:220px; height:120px; overflow:hidden; }
.download-sheet .cover-image img { display:block; padding:5px; background:#fff; border:solid 1px #ccc; height:103px;-webkit-box-shadow: 0px 2px 5px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 2px 5px rgba(50, 50, 50, 0.75);
box-shadow:         0px 2px 5px rgba(50, 50, 50, 0.75); }

