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

/* just a little gab */
#rgaccord2-nest {
	margin-top:10px;
	margin-bottom:10px;
}
.content {
margin-left:20px;
}

/* Toggle default */
#rgaccordmenu .toggle{
background-image:url(../images/accordion/acc_green.png);
background-repeat:no-repeat;
height: 20px;
padding-left:20px;
margin-bottom:1px;
cursor:pointer;
border-left: solid 1px #a0ce65;
border-right: solid 1px #a0ce65;
display:block;
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size:12px;
font-weight:normal;
color:#A0CE65;
line-height: 21px;
}
#rgaccordmenu .empty{
background-image:url(../images/accordion/acc_green.png);
background-repeat:no-repeat;
height: 20px;
padding-left:20px;
margin-bottom:1px;
cursor:pointer;
border-left: solid 1px #a0ce65;
border-right: solid 1px #a0ce65;
display:block;
}

#rgaccordmenu .act{
background-image:url(../images/accordion/acc_white.png);
background-repeat:no-repeat;
height: 20px;
padding-left:20px;
margin-bottom:1px;
cursor:pointer;
border-left: solid 1px #a0ce65;
border-right: solid 1px #a0ce65;
display:block;
color:#191919;
}

h2.rgaccord2-toggle {
}

.external_link{
display:block;
margin-bottom:1px!important;
}


/* Toggle act item   background:#6899ce url(img/minus.png) 5px center no-repeat;*/
h2.act {
color:#191919;
background-image:url(../images/accordion/acc_white.png);
background-repeat:no-repeat;
}




/* the content */
div.rgaccord2-content {
  padding:20px;
  width:860px;
  border-left:1px solid #191919;
  border-right:1px solid #191919;
}

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

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



#sitename_netzwerk {
height : 41px;
background-image:url(../images/netzwerk/headline_netzwerk.jpg);
background-repeat:no-repeat;
margin-left : 408px;
}

#netzwerk_intro {
background-image : url(../images/netzwerk/grd_netzwerk.png);
height : 49px;
padding-top:6px;
margin-bottom : -4px;
padding-left : 233px;
padding-left:62px;
padding-right:69px;
}

#content {
border-bottom: solid 1px #191919;
margin-left : 40px;
margin-right : 40px;
}

#netzwerk_intro h1 {
display:block;
font-size:11px;
color:#fff;
text-align:center;
}

#rgaccordmenu {
border-left:1px solid #191919;
border-right:1px solid #191919;
padding:0px;
width:900px;
margin:0px;
}

table.netzwerk img {
-moz-opacity:0.7;
-khtml-opacity: 0.7;
opacity: 0.7;
filter:alpha(opacity=70);
}

table.netzwerk img:hover {
-moz-opacity:1;
-khtml-opacity: 1;
opacity: 1;
filter:alpha(opacity=100);
}

.csc-textpic-caption {
margin-top:-21px!important;
}


a:link, a:active, a:visited {
color:#000000;
text-decoration:none;
}

a:hover {
text-decoration:underline;
}

