/***************************
*  Default styles for the
*        EXT rgtabs
* by Ringer Georg (just2b)
***************************/  

/* wraps the hole tab */

.rgtabs-wrapper {
  padding:1em 1.5em;
  border-left: 1px solid #D0D0D0;
  border-right: 1px solid #D0D0D0;
  border-bottom: 1px solid #D0D0D0;
  /* background:#fff url(topbg.gif) repeat-x; */
  background-color: #FFF;
  /* overflow:hidden; */
  clear:both;
  min-height: 165px;
}

/* Hide from IE5-mac. Only IE-win sees this. \*/
* html .rgtabs-wrapper {
	height: 155px;
}

/* add a loading icon */

.rgtabs-wrapper .rgtabs-ajax-loading {
  padding: 100px 0;
  background:	url(spinner2.gif) no-repeat center;
}

.tx-rgtabs-pi1 {
	margin-top: 20px; 
	clear: both;
}

/* Tab-Menu ul */

.rgtabs-menu  {
  margin: 0;
  padding: 0 0 0 1px;
  height: 26px;
  width: auto;
  background: url(/fileadmin/site/images/tab-bkg.gif) bottom left repeat-x;
  list-style:none;
  border-right: 1px solid #D0D0D0; 
}

#main-content ul.rgtabs,
div.content-col-right ul.rgtabs {
	margin: 0;
	padding: 0;
	height: 26px;
	/* float: left; */
}

/* Tab-Menu li */

.rgtabs-menu ul li {
  list-style-type: none;
  list-style:none;
  background: url(/fileadmin/site/images/tab-on-l.gif) top left no-repeat; 
  float: left;
  margin: 0 1px 0 0 !important;
  padding: 0 0 0 12px !important;
  cursor: pointer;
}	

/* Tab-Menu li.a */

#main-content div.rgtabs-menu ul li a,
div.content-col-right div.rgtabs-menu ul li a {
  background: url(/fileadmin/site/images/tab-on-r.gif) top right no-repeat; 
  display: block;
  float: left;
  height: 26px;
  line-height: 26px;
  color: #545454;
  font-family: arial;
  font-size: 9pt;
  font-weight: normal;
  padding: 0 12px 0 0;
  margin: 0;
  text-decoration: none;
  outline:0;
}

 
#main-content div.rgtabs-menu  li a:hover,
div.content-col-right div.rgtabs-menu  li a:hover {
  color: #C20000;
}

/* Selected Tab */	
 
#main-content div.rgtabs-menu  li a.active,
div.content-col-right div.rgtabs-menu  li a.active {
  color: #C20000;
}


