/*! jQuery UI - v1.9.2 - 2013-08-18  http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.button.css
* Copyright 2013 jQuery Foundation and other contributors Licensed MIT */



/*button text element ------------------*/
.ui-button .ui-button-text 																		{ display: block; line-height: 24px;  } /* XXXX Höhe der Navigationsflächen XXXX */
.ui-button-text-only .ui-button-text 															{ padding: 4px 22px 4px 22px; } /* XXXX Abstand des Navi-Textes vom Flächenrand im Uhrzeigersinn (12-3-6-9 Uhr) XXXX */

/* button sets -------------------------*/
.ui-buttonset 																					{ margin-right: 0px;}
.ui-buttonset .ui-button 																		{ margin-left: -3px; margin-right: -3px; } 
																								/* XXXX Abstand der Navigationsflächen zueinander XXXX */

/* Component containers ----------------*/
.ui-widget 																						{ font-family: 'Fira Sans',Verdana,Arial,sans-serif; font-size: 0.86em; } 
																								/* XXXX Text-Art/Grösse der Navigation XXXX */
																				
/* Interaction states -----------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default 	{ border-style:solid; border-width:0px 1px 1px 1px; border-color:#999999; background: #efece7; font-weight: 400; color: #5a800f; 
																								#radionavi { position: relative; z-index:48; left:0px; top: 0px;} } 
																								/* XXXX Navi-Normalzustand: Linien-art/dicke/ausrichtung/farbe, Flächenfarbe, Schriftfarbe XXXX */
																								
.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 			{ border-style:solid; border-width:0px 1px 1px 1px; border-color:#999999; background: #f0f5e5; font-weight: 400; color: #445533; } 
																								/* XXXX Navi-over-Zustand: Linien-art/dicke/ausrichtung/farbe, Flächenfarbe, Schriftfarbe XXXX */
																								
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active 		{ border-style:solid; border-width:0px 1px 1px 1px; border-color:#999999; background: #dde3c5; font-weight: 500; color: #333333; }
																								/* XXXX Navi-aktiv-Zustand: Linien-art/dicke/ausrichtung/farbe, Flächenfarbe, Schriftfarbe XXXX */
	


	
/* Layout helpers
----------------------------------*/
.ui-helper-hidden 																{ display: none; }
.ui-helper-hidden-accessible 													{ border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.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:before, .ui-helper-clearfix:after 							{ content: ""; display: table; }
.ui-helper-clearfix:after 														{ clear: both; }
.ui-helper-clearfix 															{ zoom: 1; }
.ui-helper-zfix 																{ width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }
	
	
/* Interaction Cues
----------------------------------*/
.ui-state-disabled 																{ cursor: default !important; }

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay 																{ position: absolute; top: 10; left: 10; width: 100%; height: 100%; }
.ui-button 																		{ display: inline-block; position: relative; padding: 10; margin-right: 1em; cursor: pointer; text-align: center; zoom: 1; overflow: visible; } 
																				/* overflow removes extra width in IE */
.ui-button, .ui-button:link, .ui-button:visited, 
.ui-button:hover, .ui-button:active 											{ text-decoration: none; }
			
			
/*button text element */	
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text 	{ padding: 1em; text-indent: -99px; }
.ui-button-text-icons .ui-button-text 											{ padding-left: 2em; padding-right: 2em; } /* no icon support for input elements, provide padding by default */
input.ui-button 																{ padding: 1em 2em; }
			
		
/* workarounds */
button.ui-button::-moz-focus-inner 												{ border: 0; padding: 0; } /* reset extra padding in Firefox */


/* Component containers
----------------------------------*/																		
.ui-widget .ui-widget 															{ font-size: 40px; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button 	{ font-family: Verdana,Arial,sans-serif; font-size: 40px; }
.ui-widget-content 																{ border: 1px solid #dddddd; background: #ff0000 color: #ff0000; }
.ui-widget-content a 															{ color: #ff0000; }
.ui-widget-header 																{ border: 1px solid #ff0000; background: #ff0000 color: #ff0000; font-weight: bold; }
.ui-widget-header a 															{ color: #ff0000; }									
																				
											
/* Interaction states
----------------------------------*/																							
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited 						{ color: #ff0000; text-decoration: none; }
.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited 	{ color: #ff0000; text-decoration: none; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited 						{ color: #ff0000; text-decoration: none; }
													

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  				{border: 1px solid #ff0000; background: #ff0000; color: #ff0000; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a 			{ color: #ff0000; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error 								{border: 1px solid #ff0000; background: #ff0000; color: #ff0000; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a 						{ color: #ff0000; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text 				{ color: #ff0000; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary 				{ font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary 		{ opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled 					{ opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
.ui-state-disabled .ui-icon 																						{ filter:Alpha(Opacity=35); } /* For IE8 - See #6059 */


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 0; -webkit-border-top-left-radius: 0; -khtml-border-top-left-radius: 0; border-top-left-radius: 0; }
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 0; -webkit-border-top-right-radius: 0; -khtml-border-top-right-radius: 0; border-top-right-radius: 0; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 0; -webkit-border-bottom-left-radius: 0; -khtml-border-bottom-left-radius: 0; border-bottom-left-radius: 0; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 0; -webkit-border-bottom-right-radius: 0; -khtml-border-bottom-right-radius: 0; border-bottom-right-radius: 0; }

/* Overlays */
.ui-widget-overlay 		{ background: #666666; opacity: .5;filter:Alpha(Opacity=50); }
.ui-widget-shadow 		{ margin: -5px 0 0 -5px; padding: 5px; background: #000000; opacity: .2;filter:Alpha(Opacity=20); -moz-border-radius: 5px; -khtml-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }