/* alle nicht explizite links ... mit vorsicht zu geniessen! */
	a:hover {
    transition: color 0.5s ease 0s;
	}

/********************************** Suchfeld *********************************/
/* Suchfeld */
.searchform {
    width : 220px;}

input.searchtextfield {
    border                : 1px solid #999999 !important;
    width                 : 50px;
    height                : 24px;
background: rgba(255, 255, 255); /* Fallback */
background-color: rgba(255, 255, 255, 0.75);
/*  http://www.css3-generator.de/rgba.html  */
    margin-bottom         : 10px;
    padding-left          : 5px;
    color                 : #000000;
	transition      : all 0.8s ease 0s;	
}

input.searchtextfield:focus {
    border                : 1px solid #e95d0f !important;
    background-color      : #ffffff;
	width                 : 200px;
	transition      : all 0.8s ease 0s;	
}


/* Suchbutton */
input.searchbutton {
    border : none;
    margin : 5px 0px -5px -20px;
}
