/*
* jQuery UI CSS Framework
* Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
*/

.ui-accordion .ui-accordion-content a {color:#a5a090}
.ui-accordion .ui-accordion-content a:hover {color:#706d62}

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-reset {margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }

.ui-accordion-header p {margin:0}
/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/* Accordion
----------------------------------*/
.ui-accordion .ui-accordion-header {margin-bottom:10px; cursor: pointer; position: relative; margin-top: 0px; zoom: 1; }
.ui-accordion .ui-accordion-li-fix {display: inline; }
.ui-accordion .ui-accordion-header-active {border-bottom: 0 !important; }
.ui-accordion .ui-accordion-header a {margin-top:0; display: block; font-size: 12px; padding: 0px 5px 7px 5px; }


/* IE7-/Win - Fix extra vertical space in lists */
.ui-accordion a { zoom: 1; }
.ui-accordion-icons .ui-accordion-header a { padding-left: 15px /*2.2em*/; }
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: 0px /*.5em*/; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content {color:#a5a090; padding: 0em 0em; border-top: 0; margin-top: -10px; position: relative; top: 1px; margin-bottom: 15px; overflow: auto; display: none; zoom: 1; }
.ui-accordion .ui-accordion-content-active { display: block; }

/* workarounds */
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */

/*
* jQuery UI CSS Framework
* Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
* To view and modify this theme, visit http://jqueryui.com/themeroller/
*/

/* Interaction states
----------------------------------*/

/*.ui-state-default:hover {border-bottom: 1px solid #cc0000;}*/

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {border-bottom: 1px solid #e2dcca; background: #e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x*/; font-weight: normal/*{fwDefault}*/; color: #555555/*{fcDefault}*/; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #be0c11/*{fcDefault}*/; text-decoration: none; }

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {/*{borderColorHover}*/; /*background: #dadada url(images/ui-bg_glass_75_dadada_1x400.png)*/; font-weight: normal/*{fwDefault}*/; color: #212121/*{fcHover}*/; }

.ui-state-hover a, .ui-state-hover a:hover {color: #212121; text-decoration: none; }

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {/* border-bottom: 1px solid #e2dcca*/; background: #ffffff/*{bgColorActive}*/ url(images/ui-bg_glass_65_ffffff_1x400.png)/*{bgImgUrlActive}*/ 50%/*{bgActiveXPos}*/ 50%/*{bgActiveYPos}*/ repeat-x/*{bgActiveRepeat}*/; font-weight: normal/*{fwDefault}*/; color: #be0c11/*{fcActive}*/; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {border-bottom: 1px solid #e2dcca; color: #be0c11;   text-decoration: none; }
.ui-widget :active { outline: none; }


/* Component containers
----------------------------------*/
.ui-widget { font-family: Arial,Verdana,sans-serif/*{ffDefault}*/; /*font-size: 1.1em{fsDefault}*/; }
.ui-widget .ui-widget { /*font-size: 1em;*/ }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Arial,Verdana,sans-serif/*{ffDefault}*/; font-size: 1em; }
.ui-widget-content { border: 1px solid #fff; background: #ffffff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x; color: #222222; }
.ui-widget-content a { color: #222222/*{fcContent}*/; }
.ui-widget-header { border: 1px solid #aaaaaa/*{borderColorHeader}*/; background: #cccccc/*{bgColorHeader}*/ url(images/ui-bg_highlight-soft_75_cccccc_1x100.png)/*{bgImgUrlHeader}*/ 50%/*{bgHeaderXPos}*/ 50%/*{bgHeaderYPos}*/ repeat-x/*{bgHeaderRepeat}*/; color: #222222/*{fcHeader}*/; font-weight: bold; }
.ui-widget-header a { color: #222222/*{fcHeader}*/; }




/* Icons
----------------------------------*/

/* states and images */
.ui-icon {background: url(../images/pfeil_oeffnen.gif) no-repeat; width: 16px; height: 16px; /*background-image: url(images/ui-icons_222222_256x240.png){iconsContent}*/; }
.ui-widget-content .ui-icon {/*background-image: url(../images/pfeil_oeffnen.gif){iconsContent}*/; }
.ui-widget-header .ui-icon {/*background-image: url(../images/pfeil_oeffnen.gif){iconsHeader}*/; }
.ui-state-default .ui-icon { background-image: url(../images/pfeil_offen.gif)/*{iconsDefault}*/; }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {../images/pfeil_oeffnen.gif)/*{iconsHover}*/; }
.ui-state-active .ui-icon {background-image: url(../images/pfeil_oeffnen.gif)/*{iconsActive}*/; }
.ui-state-highlight .ui-icon {background-image: url(../images/pfeil_oeffnen.gif)/*{iconsHighlight}*/; }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon (../images/pfeil_oeffnen.gif)/*{iconsError}*/; }

/* positioning */
.ui-icon-triangle-1-e {/*background-image: url(../images/pfeil_oeffnen.gif); background-position: -32px -16px;*/ }
.ui-icon-triangle-1-s {/*background-position: -2px -2px;*/}

