/*==================================================
Stylesheet fuer die Browserausgabe
(accordion-menu-v2.css)
==================================================*/
#accordion-box { position:absolute; right:14px; top:60px; width:267px; border:1px solid #eeeae5; border-left:0; z-index:2; }

/* headline
--------------------------------------------------*/
#accordion { margin:0; padding:0 0 1px 4px; }
#accordion dl.ui-accordion { margin:0; padding:0; width:262px; }
#accordion dt { margin:0; padding:0; color:#fff; width:262px; height:30px; line-height:30px; text-indent:12px; font-size:14px; font-weight:bold; border:0; background:url(images/h2-bg.jpg) no-repeat; }
#accordion dt.ui-state-default { background:#fa7d0d url(images/h2-bg.jpg) no-repeat right; }
#accordion dt.ui-state-default:hover { color:#fff; background:#faa000 url(images/down-arrow.jpg) no-repeat right; }
#accordion dt.ui-state-active { background:#fa7d0d url(images/h2-active.jpg) no-repeat right; }
#accordion dd.a-m-d { margin:0; padding:7px 4px 7px 12px; }
#accordion dd.a-m-d .bd { padding:0; border:0; }

/* dashboard 
---------------------------------------------------------
---------------------------------------------------------*/
#dashboard-box { float:right; margin: 74px 4px 0 0; width:266px; border:1px solid #eeeae5; background-color:#fff; border-left:0; z-index:0; }

/* headline
--------------------------------------------------*/
#dashboard dl.ui-accordion { margin:0; padding:0; width:262px; background-color:#fff; }
#dashboard dt { margin:0; padding:0; color:#fc7e1c; width:262px; height:31px; line-height:31px; text-indent:12px; font-size:14px; font-weight:bold; border-bottom:1px solid #fc7e1c; }
.ui-state-active { 
/*      border: 1px solid red;*/
}
#dashboard dt.ui-state-default { background:url(images/h2-bg.jpg) no-repeat right; }
#dashboard dt.ui-state-default:hover { background:url(images/down-arrow.jpg) no-repeat right; }
#dashboard dt.ui-state-active { background:url(images/h2-active.jpg) no-repeat right; }
#dashboard dd.a-m-d { margin:0; padding:7px 4px 14px 12px; }
#dashboard dd.a-m-d .bd { padding:0; border:0; }
