/* Additional CSS für surfschule-norddeich.de ****** */
/* author: www.ideenwerft.com */

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

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

#content .rgtabs-wrapper h1 {font-size: 1.2em;}
#content .rgtabs-container h3 {font-size: 1em;padding-bottom:2px;border-bottom:1px dotted #666;}

#content .rgtabs-container table {width:100%;}
#content .rgtabs-container table tr td {padding:2px 3px;border:1px solid #eaeaea;}

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

/* Tab-Menu ul */
#content ul.rgtabs-menu  {
  margin: 0;
  padding: 0 0 0 0px;
  hei ght: 26px;
  width: auto;
  background: url(img/rg/tab-bkg.gif) bottom left repeat-x;
  list-style:none;
  float:left;
}


/* Tab-Menu li */
#content ul.rgtabs-menu li {
  list-style-type: none;
  list-style:none;
  background: url(img/rg/tab-on-l.gif) top left no-repeat;
  flo at: left;
  margin: 0 20px 0 0 !important;
  padding: 0 0 0 14px !important;
  cursor: pointer;
  width:125px;
}	

/* Tab-Menu li.a */
#content ul.rgtabs-menu  li a:link, #content ul.rgtabs-menu  li a:visited {
  background: url(img/rg/tab-on-r.gif) top right no-repeat;
  display: block;
  flo at: left;
  height: 22px;
  line-height: 22px;
  color: #545454;
  color:#666666;
  font-size: 1.1em;
  font-weight: bold;
  padding: 2px 12px 0 0;
  text-decoration: none;
}
#content ul.rgtabs-menu  li a:hover, #content ul.rgtabs-menu  li a:focus {
color:#ff6600;
}

/* Selected Tab */
#content ul.rgtabs-menu li.rgtabs-selected {
    background: url(img/rg/tab-off-l.gif) top left no-repeat;
}	

#content ul.rgtabs-menu li.rgtabs-selected a:link, #content ul.rgtabs-menu li.rgtabs-selected a:visited {
  background: url(img/rg/tab-off-r.gif) top right no-repeat;
  color:#990000;
}


