  


#suche h1{ 
  	margin: 0 0 -10px 0 ;
  	padding: 0 0 1px 0 ;
    
    line-height: 12px;
    color: #009de0;
    font-weight: bold;	
} 

#suche fieldset {
	border: none;
}

#ajaxSearch_input {
    width: 150px;
    height: 20px;
    border: 0;
    font-size: 12px;
    padding: 0 0 0 0 ;
    background: #ffffff;
    color: #009de0;
    margin: 0 10px 0 0 ;
    float: left;
}

#ajaxSearch_submit {
    width: 50px !important;
    height: 20px !important;
    font-size: 12px;
    font-weight: bold;
    padding: 0 0 4px 0 ;
    cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */
    background: #deefff;
    color: #009de0; 
    border: none;
}
