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

/* just a little gab */
#rgaccord2-nest {
  width: 731px;
}

/* Toggle default */
h3.rgaccord2-toggle {
  background-color:#A3A7AC;
  background-image:url(/fileadmin/bilder/layout/pfeilhorizontal.png);
  background-position:1.5% 50%;
  background-repeat:no-repeat;
  color:#FFFFFF !important;
  cursor:pointer;
  font-weight:bold;
  height:23px;
  overflow: hidden;
  line-height:23px;
  margin-bottom: 2px !important; /* was 2 */
  margin-left:215px;
  margin-right:0px !important;
  padding-left:25px !important;
  position:relative !important;
  width:483px;
}

h3.rgaccord2-toggle:hover{
  background-color:#bdc0c4;
}

/* Toggle act item */
h3.act {
 background-color:#F46F21;
 background-image:url(/fileadmin/bilder/layout/pfeilvertikal.png);
}

h3.act:hover {
  background-color:#F46F21;
}

/* the content */
div.rgaccord2-content {
  color:black;
  margin-left:5px;
  position:relative;
  width:508px !important;
  padding-bottom: 2px;
}

div.rgaccord2-content p{
 margin-left:26px !important;
 margin-top:8px !important;
 width:467px !important;
 padding-left:0px !important;
}

div.rgaccord2-content img{
  margin-top:5px !important;
  margin-left:5px !important;
  margin-right:10px !important;
}

/* remove margin of a CE */
div.rgaccord2-content .ce {
  margin-bottom: 0px;
}

/* remove the header inside the CE, twice is not nice */
div.rgaccord2-content h1 {
  display:none;
}

/*****************************
IE7 HACKS
*****************************/
* + html div.rgaccord2-content p {
   padding-left:5px !important;
}

/*****************************
IE6 HACKS
*****************************/
* html div.rgaccord2-content p {
   padding-left:5px !important;
}

/*
* html h3.rgaccord2-toggle { 
  background:none; 
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/fileadmin/bilder/layout/pfeilvertikal.png');
  background-color:#A3A7AC;
}

* html h3.act { 
  background:none; 
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/fileadmin/bilder/layout/pfeilhorizontal.png');
  background-color:#F46F21;
}
*/
