/***************************
*  Default styles for the
*        EXT rgtabs
* by Ringer Georg (just2b)
***************************/

/* wraps the hole tab */
.rgtabs-wrapper {
  /*padding:1em 1.5em;
  border: 1px solid #ccc;
  background:#fff url(topbg.gif) repeat-x;*/
  overflow:hidden;
  clear:both;
}

/* add a loading icon */
.rgtabs-wrapper .rgtabs-ajax-loading {
  padding: 100px 0;
  background:        url(spinner2.gif) no-repeat center;
}

/* Tab-Menu ul */
.rgtabs-menu  {
  margin: 0 0 15px 0;
  padding: 0 0 0 6px;
  height: 28px;
  width: auto;
  background: url(bg-tabs.gif) bottom left repeat-x;
  list-style:none;
  color: #324259;
}

/* Tab-Menu li */
.rgtabs-menu  li, #left .rgtabs-menu  li {
  list-style-type: none;
  list-style:none;
  width:120px;
  height: 28px;
  /*background: url(tab-on-l.gif) top left no-repeat;*/
  background: url(tab-unaktiv.gif) top left no-repeat;
  float: left;
  margin: 0 0 0 0 !important;
  padding: 0 0 0 0px !important;
  cursor: pointer;
  text-align:center;
}

/* Tab-Menu li.a */
.rgtabs-menu  li a, #left .rgtabs-menu  li a {
  /*background: url(tab-on-r.gif) top right no-repeat;*/
  /*background: url(tab-unaktiv.gif) top right no-repeat;*/
  display: block;
  width:120px;
  float: left;
  /*height: 28px;*/
  line-height: 28px;
  color: #324259;
  font-size: 12px;
  font-weight: bold;
  padding: 0px;
  text-decoration: none;
  outline:0;
}

/* Selected Tab */
#left .rgtabs-menu  li.rgtabs-selected, .rgtabs-menu  li.rgtabs-selected {
    /*background: url(tab-off-l.gif) top left no-repeat;*/
    background: url(tab-aktiv.gif) top left no-repeat;
  width:120px;
}

#left .rgtabs-menu  li.rgtabs-selected a,#content .rgtabs-menu  li.rgtabs-selected a {
  /*background: url(tab-off-r.gif) top right no-repeat;*/
  /*background: url(tab-aktiv.gif) top right no-repeat;*/
  color: #E20A16;
  text-decoration: none;
  width:120px;
}
#left .rgtabs-menu  li.rgtabs-selected a:hover,#content .rgtabs-menu  li.rgtabs-selected a:hover {
  color: #E20A16;
  text-decoration: none;
}

