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



/* wraps the hole tab */
.rgtabs-wrapper {
  border: 0px solid #ccc;
  background-color: #FFFFFF;
  overflow:hidden;
  clear:both;
  float:left;
  display:inline;
}

/* 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;
  padding-left:0px;
  width: auto;
  background-color:#ebebeb;
  list-style:none;
 /* border-top:6px #ebebeb solid;*/
 /*margin-top:6px; /*zuk�nftig raus ... wegen IE*/
}

/* Tab-Menu li */
.rgtabs-menu  li, #left .rgtabs-menu  li {
  list-style-type: none;
  list-style:none;
  /*** auskommentiert, da bei dem AR-Style keine Grafik ben�tigt wird ***/
  /* background: url(images/tab-on-l.gif) top left no-repeat; */
  background-color:#b70012;
  float: left;
  margin: 0 2px 0 0 !important;
  padding: 3px 4px 3px 4px !important;
  cursor: pointer;
  border-left: 0px solid #FFFFFF;
  
}	

/* Tab-Menu li.a */
.rgtabs-menu  li a, #left a.rgtabs-menu  li a{
  /*** auskommentiert, da bei dem AR-Style keine Grafik ben�tigt wird ***/
  /* background: url(images/tab-on-r.gif) top right no-repeat;*/
  background-color:#b70012;
  display: block;
  float: left;
/*  height: 21px; */
/*  line-height: 13px; */
  color: #fff;
  font-family: Tahoma;
  font-size: 10pt;
  font-weight: normal;
  /* bsn alt:   padding: 2px 12px 0 0; */
  text-decoration: none;
  outline:0;

}

/* Selected Tab */
#left .rgtabs-menu  li.rgtabs-selected, .rgtabs-menu  li.rgtabs-selected {
    /*** auskommentiert, da bei dem AR-Style keine Grafik ben�tigt wird ***/
    /*background: url(images/tab-off-l.gif) top left no-repeat;*/
    background-color:#ffffff;
    /*color:#e53517;*/
    text-decoration: none;
    font-size: 11pt;
}	

#left .rgtabs-menu  li.rgtabs-selected a, .rgtabs-menu  li.rgtabs-selected a {
  /*** auskommentiert, da bei dem AR-Style keine Grafik ben�tigt wird ***/
  /* background: url(images/tab-off-r.gif) top right no-repeat; */
  background-color:#ffffff;
  color:#b70012;
  text-decoration: none;
  font-size: 10pt;
}

/*########################## */
