/* Scrollbalken */
body {
  scrollbar-face-color: #DEE3E7;
  scrollbar-highlight-color: #FFFFFF;
  scrollbar-shadow-color: #DEE3E7;
  scrollbar-3dlight-color: #D1D7DC;
  scrollbar-arrow-color: #006699;
  scrollbar-track-color: #EFEFEF;
  scrollbar-darkshadow-color: #98AAB1;
}

/* Default Schrift */
td {
  font-family: verdana, arial, helvetica;
  font-size: 13px;
  color: #000000;
}

/* Tabellen-Zellen Hintergründe */
.tbtop { background: #006699; background-image: url(images/shop_back_top.gif); }
.tbnav { background-image: url(images/shop_back_kat.gif); }
.tbsearch { background: #dee3e7; }
.tbmain   {  }
.tbfooter { background: #dee3e7; }

.tbtitel  { background: #005EA0; font-size: 15px; color: #ffffff; }

.tbcol1   { background: #006699; }
.tbcol2   { background: #dee3e7; }
.tbcol3   { background: #f0f0f5; }
.tbcol4   { background: #ffffff; }

/* Default-Links */
a:link           { color: #0000C0; text-decoration: underline; }
a:active         { color: #0000C0; text-decoration: underline; }
a:visited        { color: #C00000; text-decoration: underline; }
a:hover          { color: #C00000; text-decoration: underline; }

/* Kategorien-Links */
a.kat:link       { color: #ffffff; font-size: 11px; text-decoration: none; }
a.kat:active     { color: #ffffff; font-size: 11px; text-decoration: none; }
a.kat:visited    { color: #ffffff; font-size: 11px; text-decoration: none; }
a.kat:hover      { color: #CDEAFF; font-size: 11px; font-weight:bold; text-decoration: underline; }

/* Unterkategorien-Links */
a.subkat:link    { color: #000000; font-size: 11px; text-decoration: none; }
a.subkat:active  { color: #000000; font-size: 11px; text-decoration: none; }
a.subkat:visited { color: #000000; font-size: 11px; text-decoration: none; }
a.subkat:hover   { color: #285578; font-size: 11px; text-decoration: underline; }

/* Textgrössen */
.textgr3 { font-size: 22px; }
.textgr2 { font-size: 18px; }
.textgr  { font-size: 15px; }
.text    { font-size: 13px; }
.textkl  { font-size: 11px; }
.textkl2 { font-size:  9px; }

/* Formulare */
input,textarea,select {
  font-family: verdana, arial, helvetica;
  font-size: 11px;
}

/* Buttons */
input.button {
  background-color: #efefef;
}

