/***************************
 *  Default styles for the
 *    EXT rgaccordion
 * by Ringer Georg (just2b)
 ***************************/  


/* Toggle default */
h3.rgaccord1-toggle {
  font-weight:bold;
  color:#767676;
  line-height: 18px;
  height:18px;
  min-height: 18px;
  display:table;
  font-size:11px;
  background: #fff url(rgaccordion/plus.png) 5px 5px no-repeat;
  border-top:1px solid #d2d2d2;
  padding:2px 0 2px 25px;
  margin-right:5px;
  cursor:pointer;
  width:520px;
}

/* Toggle act item */
h3.act {background:#e7e7e7 url(rgaccordion/minus.png) 5px 5px no-repeat; border-bottom:1px solid #d2d2d2;}

h3 div.h3Left {float:left; width:155px;}
h3 div.h3Right {float:right; width:365px;}
h3 div.h3Right span {font-weight:normal;}


div.rgaccord1-content {
  width:495px;
  height:auto;
  padding:10px 25px;
  background:#e7e7e7;  
}
div.rgaccord1-content p {padding-bottom:0px !important;}

/*********************************************** STANDORTTABELLE **********************************************************/
.rgaccord1-content table.contenttable {width:100%; margin:0px !important; font-size:11px; line-height:16px;}
.rgaccord1-content table.contenttable tr.tr-0 {font-weight:bold;} 
.rgaccord1-content table.contenttable tr.tr-last td {padding-top:5px;}
.rgaccord1-content table.contenttable tr td.td-0 {width:145px;}
.rgaccord1-content table.contenttable tr td.td-1 {width:160px;}
.rgaccord1-content table.contenttable tr td.td-2 {width:160px;}


/* remove margin of a CE */
div.rgaccord1-content .ce {
  margin-bottom:0;
}

/* remove the header inside the CE, twice is not nice */
div.rgaccord1-content h1 {
  display:none;
}

