@charset "UTF-8";

/* SpryCollapsiblePanel.css - Revision: Spry Preview Release 1.4 */
/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

.CollapsiblePanel {
	margin: 0px;
	padding: 0px
}

.CollapsiblePanelTab {
	background: transparent url(../css/img_style/head_schmal.gif) top left no-repeat;
	margin: 0px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	height:111px;
}
#kontakt .CollapsiblePanelTab {	background: transparent url(../css/img_style/head_kontakt.gif) top left no-repeat;}
.CollapsiblePanelOpen .CollapsiblePanelTab {
	background: transparent url(../css/img_style/head_schmal.gif) bottom left no-repeat;
}

.CollapsiblePanelTab h3 {
	text-indent: -9999px;
	background-color:transparent;
	background-position: 25px 55px;
	background-repeat:no-repeat;
	height: 100px;
	width:100%;
}


.CollapsiblePanelContent {
	margin: 0px;
	height:auto;
	overflow:visible;
	width:280px;
	margin:0px 8px 0px 8px;
	padding-top:20px;
	background: #fcfcfc url(../css/img_style/trenner_left.png) top center no-repeat;
	
}
.CollapsiblePanelContent p{
	padding: 0px 20px 20px 20px ;
}
/* 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 {
	color: black;
	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 {
}

/* 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 {
 
}


.CollapsiblePanelFocused .CollapsiblePanelTab {background-color:transparent}


