@charset "UTF-8";

/* SpryAccordion.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* This is the selector for the main Accordion container. For our default style,
 * we draw borders on the left, right, and bottom. The top border of the Accordion
 * will be rendered by the first AccordionPanelTab which never moves.
 *
 * If you want to constrain the width of the Accordion widget, set a width on
 * the Accordion container. By default, our accordion expands horizontally to fill
 * up available space.
 *
 * The name of the class ("Accordion") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style the
 * Accordion container.
 */

.Accordion1 {
    overflow: auto;
    height: 480px;
    width: 540px;   
}

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

.AccordionPanelTab1 {
    margin: 2px;
    padding: 0px;
    cursor: pointer;
    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    padding-left: 2px;
    background-color: #999999;
}

/*
accordeo nach Raphi & Gabe

.AccordionPanelTab1 {
    margin: 5px;
    padding: 0px;
    cursor: pointer;
    -moz-user-select: none;
    -khtml-user-select: none;
    color: #00C2CC;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    padding-left: 2px;
    border-top-color: #333333;
    border-bottom-color: #333333;
    border-style: dashed;
}
*/

.AccordionPanelContent1 {
    overflow: auto;
    margin: 0px;
    padding-left: 30px;
    padding-right: 7px;
    height: 265px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}


.AccordionPanelOpen .AccordionPanelTab1 {
    color: #4EBCCB;
    font-size: 30px;
    background-color: #FFFFFF;
    text-decoration: none;
    cursor: default;
}

.AccordionPanelTabHover1 {
    color: #000000;
    text-decoration: underline;
}

/*
.AccordionPanelOpen1 .AccordionPanelTabHover1 {
    color: #FFFFFF;
}
*/

/*.AccordionFocused1 .AccordionPanelTab1 {
        color: #FFFFFF;
}
*/

/*
.AccordionFocused1 .AccordionPanelOpen1 .AccordionPanelTab1 {
    color: #000000;
} */
