/* Scrollbar auf Standard-grün umfärben. Geht nur bei IE, Firefox geht leer aus -h 21.9.09 */
body{ SCROLLBAR-FACE-COLOR: #2b7237;
      SCROLLBAR-HIGHLIGHT-COLOR: #2b7237;
      SCROLLBAR-SHADOW-COLOR: #666666;
      SCROLLBAR-3DLIGHT-COLOR: #CCCCFF;
      SCROLLBAR-ARROW-COLOR: #6699FF;
      SCROLLBAR-TRACK-COLOR: #000000;
      SCROLLBAR-DARKSHADOW-COLOR: #009900;
} 
/* Oben/unten-Abstand in Listen verringern, sonst passt der Content bei manchen Seiten nicht in den Rahmen -hg 22.9.09 */ 
ul { margin-top:5px; padding-top:0px; margin-bottom:10px; padding-bottom:0px;}

/* Link Magic... */
/* a:link { }
a:visited { }
a:hover { text-decoration: underline; }
a:active { }
*/

a.linkint:hover { text-decoration: underline; }
a.linkext:hover { text-decoration: underline; }
a.linkdownload:hover { text-decoration: underline; }
a.versandkosten:hover { text-decoration: underline; }
