/* Body */

body {
  scrollbar-face-color:#fff;
  scrollbar-highlight-color:#fff;
  scrollbar-3dlight-color:#fff;
  scrollbar-darkshadow-color:#999;
  scrollbar-shadow-color:#fff;
  scrollbar-arrow-color:#a2c3d6;
  scrollbar-track-color:#a2c3d6;
}

/* Header */

#a-06 {
  background:url(..//CMS/public/css/images/bg_header.jpg) repeat-x;
}

#a-10 {
  background:url(/CMS/public/css/images/menubg_blue2.gif) top center no-repeat;
}

/* Content */

#a-14 {
  background:url(/CMS/public/css/images/drumsalive_14_blau.jpg) repeat-x;
}
#a-14b {
/*  background:url(/CMS/public/css/images/content_bg_blau.jpg) repeat-x #a2c3d6; */
background-color:#81d0d7;
}

/* Menü */

#a-10 li a {
  background:url(/CMS/public/css/images/menubg_blue.gif) 0px -47px repeat-x;
}
#a-10 li a:hover {
  background:url(/CMS/public/css/images/menubg_blue.gif) 0px 0px repeat-x;
}
#a-10 li ul li a {
  background:url() #0080a0 top left repeat-x;
}
#a-10 li ul li a:hover {
  background:url() #a2c3d6 0px -47px repeat-x;
}

/* style the second level links */
* html #a-10 ul ul a {background-color:#0080a0;}

/* style the top level hover */
#a-10 a:hover, #a-10 ul ul a:hover{background-color:#a2c3d6;}
#a-10:hover > a, #a-10 ul ul:hover > a {background-color:#a2c3d6;}
* html #a-10 a:hover {background-color:transparent;}

/* style the second level background */
#a-10 ul ul a.drop {background:#0080a0 url() bottom right no-repeat;}
/* style the second level hover */
#a-10 ul ul a.drop:hover{background:#a2c3d6 url() bottom right no-repeat;}
#a-10 ul ul:hover > a.drop {background:#a2c3d6 url() bottom right no-repeat;}
/* style the third level background */
#a-10 ul ul ul a {background:#0080a0;}
/* style the third level hover */
#a-10 ul ul ul a:hover {background:#a2c3d6;}

/* Schriftfarbe */

#contentTemplateUberschriftT3 {
  color:#80acc7;
}