/********************************************************************************************************
	ICSurselva AG	http://www.icsurselva.ch
	Projekt:		RHB
	Date:			10/2007, claudia
	Version:		1.0
	file:			splash.css
	function:		special Stylesheet Do not change anything!
********************************************************************************************************/	
@charset "UTF-8";
/* SpryCollapsiblePanel.css - Revision: Spry Preview Release 1.4 */
/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* This is the selector for the main CollapsiblePanel container. For our
 * default style, the CollapsiblePanel is responsible for drawing the borders
 * around the widget.
 *
 * If you want to constrain the width of the CollapsiblePanel widget, set a width on
 * the CollapsiblePanel container. By default, our CollapsiblePanel expands horizontally to fill
 * up available space.
 *
 * The name of the class ("CollapsiblePanel") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style the
 * CollapsiblePanel container.
 */
 
 :focus { outline: none;
 color:#cc0000; }
 
  
.CollapsiblePanel {
	margin: 0px;
	padding:0px;	/*weite hover bei splash*/
	background-color: #FFFFFF;
	width:auto;
}

* html .CollapsiblePanel {
}

/* This is the selector for the CollapsiblePanelTab. This container houses
 * the title for the panel. This is also the container that the user clicks
 * on to open or close the panel.
 *
 * The name of the class ("CollapsiblePanelTab") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * CollapsiblePanel panel tab container.
 */
.CollapsiblePanelTab {
	/*height:100%;*/ /*zerhackt die google scheisse auf IE6*/
	font: bold 0.7em sans-serif;
	/*background-color: #F0F0F0;*/		/*Kontrolle ob notwendig*/
	margin: 0px;
	padding:0px; 
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
}

* html .CollapsiblePanelTab {
padding:0px; /*vorbereitet!*/
/**width:470px;**/
}

/* This is the selector for a CollapsiblePanel's Content area. It's important to note that
 * you should never put any padding on the content area element if you plan to
 * use the CollapsiblePanel's open/close animations. Placing a non-zero padding on the content
 * element can cause the CollapsiblePanel to abruptly grow in height while the panels animate.
 *
 * The name of the class ("CollapsiblePanelContent") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style a
 * CollapsiblePanel content container.
 */
.CollapsiblePanelContent {
	margin: 0px;
	padding: 0px 0px 1px 0px;
}

/* An anchor tag can be used inside of a CollapsiblePanelTab so that the
		 * keyboard focus ring appears *inside* the tab instead of around the tab.
 * This is an example of how to make the text within the anchor tag look
 * like non-anchor (normal) text.
 */

.CollapsiblePanelTab a:hover {
	color: #E2001A;
	text-decoration: none;
}

/* This is an example of how to change the appearance of the panel tab that is
 * currently open. The class "CollapsiblePanelOpen" is programatically added and removed
 * from panels as the user clicks on the tabs within the CollapsiblePanel.
 */
.CollapsiblePanelOpen .CollapsiblePanelTab {
	/*background-color: #F0F0F0;*/	
}

/* This is an example of how to change the appearance of the panel tab as the
 * mouse hovers over it. The class "CollapsiblePanelTabHover" is programatically added
 * and removed from panel tab containers as the mouse enters and exits the tab container.
 */
.CollapsiblePanelTabHover,  .CollapsiblePanelOpen .CollapsiblePanelTabHover {
	color:#E2001A;
	background-color:white;
}

#content .CollapsiblePanel1 .CollapsiblePanelOpen .csc-header h1{
color:#E2001A;
background:url(/fileadmin/rhb/bilder/layout/redesign/icons/splash_act.gif) no-repeat scroll 0px 0px;
}

/* This is an example of how to change the appearance of all the panel tabs when the
 * CollapsiblePanel has focus. The "CollapsiblePanelFocused" class is programatically added and removed
 * whenever the CollapsiblePanel gains or loses keyboard focus.
 */
.CollapsiblePanelFocused .CollapsiblePanelTab {
	background-color:white;
}

DIV.CollapsiblePanelContent{
	height:auto;
	width:470px;
}

/*wichtig bei Tabellen ect.*/
/** html DIV.CollapsiblePanelContent{
	width:442px;
}*/

*+html DIV.CollapsiblePanelContent{
}

.CollapsiblePanelTab {
	display:block;				/*??1*/
}

/***hier class mit picto****/
.CollapsiblePanelTab a{
	text-decoration: none;
	width:auto;
	display:block;
	padding-left:25px;
	/***background-color:blue;***/
}

/*offen - pfeil nach unten*/
.CollapsiblePanelOpen a {
	color:#CC0000;
	text-decoration: none;
	background:url(/fileadmin/rhb/bilder/layout/redesign/icons/splash_act.gif) no-repeat scroll 0px 0px;
	/*background-color:orange;*/
}

/*offen hover*/
.CollapsiblePanelOpen a:hover {
	text-decoration: none;
	background:url(/fileadmin/rhb/bilder/layout/redesign/icons/splash_act.gif) no-repeat scroll 0px 0px;
	/*background-color:orange;*/
}

.CollapsiblePanelOpen p, .CollapsiblePanelOpen p a{
	background:none;
}

.CollapsiblePanelOpen p, .CollapsiblePanelOpen p a:hover{
	background:none;
}

.CollapsiblePanelOpen td, .CollapsiblePanelOpen td a{
	background:none;
}

.CollapsiblePanelOpen td a:hover{
	background:none;
}

.CollapsiblePanelOpen a.download{
	background:none;
}

/***und/oder hier class mit picto, dann aber andere Loesung fuer normale header mit picto****/
.CollapsiblePanelClosed a {
	text-decoration: none;
	/*width: 100%;    /* Breitenangabe fuer IE 5.x */
    /*w\idth: 400px;  /* Breitenangabe fuer IE 6 - 190px*/
	
	/*width: 400px;    /* Breitenangabe fuer IE 5.x */				/*???2*/
   /* w\idth: 100%;  /* Breitenangabe fuer IE 6 - 190px*/
   width:inherit;
	
}

.CollapsiblePanelClosed a:hover {
	text-decoration: none;
	background:url(/fileadmin/rhb/bilder/layout/pfeil.gif) no-repeat scroll 0px 2px;
	display:block;
	/*background-color:green;*/
}

/*unter ...tabellen content*/
/*DIV.CollapsiblePanelContent table{
/*background:green;*/
	/*height:auto;
	width:450px;*/
/*}*/


/* linie bei geoeffneten splash unter Content*/
DIV.CollapsiblePanelContent{
border-bottom:1px solid #545353;/*!09052008!*/
padding-bottom:8px;
margin:0px;
/*margin-left:1px;*//*schrift hängt links raus, optische taeuschung*/
}

/*-----------------------Tabellen im Splash------------------------------------------------------*/
* html DIV.CollapsiblePanelContent{
width:470px;
padding-bottom:16px;
}

*+html DIV.CollapsiblePanelContent{
padding-bottom:8px;
}

DIV.CollapsiblePanelContent table.contenttable{
/*padding-bottom:16px;!!!!!!!!!!!!!!!!!!!!!!!!!!*/
margin:0px;
}
* html DIV.CollapsiblePanelContent table.contenttable{
padding-bottom:0px;
/*margin-bottom:16px;!!!!!!!!!!!!!!!!!!!!!!!*/
}
*+html DIV.CollapsiblePanelContent table.contenttable{
padding-bottom:0px;
/*margin-bottom:16px;!!!!!!!!!!!!!!!!!!!!!!!*/
}
/*------------------------Tabellen im Splash-----------------------------------------------------*/

#content .CollapsiblePanelOpen .csc-header {
border-bottom:none;}

#content .CollapsiblePanelFocused .csc-header {
border-bottom:none;}

/*neu/*!09052008!*/
/*linie bei normalen h`s*/
.contentElement .csc-header {
border-bottom:none;
}

/*linie bei normalen h`s*/
.contentElement .csc-header h1 {
border-bottom:none;
}

/*linie bei normalen h`s*/
.contentElement .csc-header h1 a, .contentElement .csc-header h6 a{
display:block;
border-bottom: 1px solid  #545353;
}

/*
.CollapsiblePanelClosed .csc-header h1.splash100 a{
display:block;
border-bottom: 1px solid red;
width:470px;
}

.CollapsiblePanelFocused .csc-header h1.splash100 a{
display:block;
border-bottom:none;
}
*/

/*ersetze mit backgroundimage*/
#content .CollapsiblePanelClosed{
border-bottom: 1px solid  #545353;}

#content .CollapsiblePanelClosed DIV.CollapsiblePanelTab .csc-header{
border-bottom: 1px solid #545353;}/*!09052008!*/

#content .CollapsiblePanelOpen DIV.CollapsiblePanelTab .csc-header{
border-bottom: none;}


/*wenn splash schliesst zeige keine doppelte linie unten*/
#content .CollapsiblePanelClosed DIV.CollapsiblePanelContent{
border-bottom: none;}


/*hover icon bei einfachen h`s*/
h1 a:hover{
	width: 400px;    /* Breitenangabe fuer IE 5.x */				/*???2*/
   	w\idth: 100%;  /* Breitenangabe fuer IE 6 - 190px*/
display:block;
}

.CollapsiblePanelTab a:hover {
display:block;
padding-left:25px;
text-decoration:none;
width:auto;
}