@charset "UTF-8";
/**
 * 
 * @creator     compuccino.com
 * @file        patch_safari.css
 */

/*
 * Navigationbereich im Header für Safarie vergrößert
*/
#topnav {
	height: 1.95em;	
}
#suchformular input.go { padding: .35em .1em; }
/*
 * Kalender Bilder neben die Formularfelder gehoben
*/
fieldset img{
	margin-bottom: -.5em;
	margin-left: 0.5em;
}
#col1 fieldset img{
margin-bottom:-.7em;
}
/*
 * Stecknadelköpfe in der Stadtplansuche
*/
#kartenfunktionen {
	font-size: 0.8em;
}
.info_bubble label{
	padding-top: 1em;
}
.btn { padding: 0.416666666666em; }
#suchformular input.go { padding: 0.3em 0.1em !important; }
/*
 * Drop-Down-Menü zu schmal
 */

#nav_main li ul { width: 15.1em; }


/*
 * Stadtplan-Seiten: Labels in Hauptkategorie brauchen mehr Padding für die richtige Darstellung des Hintergrundbildes
 */

.stadtplan_expandsuche li label { padding: .3em 0 .3em }

/*
 * Autocomplete bei Ticketsuche zu weit links
 */

.ticketsuche .autocompleter-choices { left: 14.6em; }


/*
 * Flyout-Menü im Stadtplan: Checkboxen zu weit unten
 */

#flyout input { margin-top: .5em !important; }

