/**
 * 
 * @creator     compuccino.com
 * @file        patch_safari.css
 */

/** Navigationbereich im Header für Safarie vergrößert **/
#topnav { height: 1.95em; }

/** input-Text Felder höher machen und Lupe an das Suchfeld setzen **/
#suche { width: 34em; }
#suche label { margin-left: 0; margin-top: -0.2em; }
input[type="text"] { height: 1.3em; }

/** Anpassung des Colorbuttons **/
input.colorbutton, #suche input.colorbutton {
	line-height: 1.5em;
	padding: .05em .5em;
}


/** Abstände und Zeilenhöhe für Bulletlisten **/
ul.bulletlist li {
	line-height: 1.34em;
	margin-bottom: .61em;
}

/** Anpassungen für die Suche in der Sidebar **/
#header_suchtabs ul { border: 0; height: 2.1em; }

#header_suchtabs ul li  { padding: 0 0.5em; }

#header_suchtabs .current a, #header_suchtabs .current strong { padding: .75em 0.5em .6em 0 !important; }

#header_suchtabs .current { padding: 0 0 0 0.5em; }

#suchformular { margin-top: .5em; }

#suchformular input { margin: 0 0 0.2em 0; }

#suchformular input.go { margin: 0 0 .3em .3em; }

/** Safari Sidebar Anpassung der Breite **/
#col3 { margin: 0 0 0 54.1em; }

