.schnellsucheTab{ /*header of 2nd demo*/
	cursor: hand;
	cursor: pointer;
	font: bold 13px Arial, Helvetica, sans-serif;
	margin: 0; padding: 5px 10px;

}

.schnellsucheInhalt{ /*-- E6ECFF -- */
	background: #f3f3f3;
	padding: 0px 6px;
}
.openlanguage{ /*class added to contents of 2nd demo when they are open -- 6078BF*/
	background:#666 url(/images/schnellsuche-auf.gif) no-repeat 590px;
	color: #FFF;
	border-bottom: 1px solid #FFF;
}

.closedlanguage{ /*class added to contents of 2nd demo when they are closed -- 9FB8FF*/
	background:#ccc url(/images/schnellsuche-zu.gif) no-repeat 590px;
	color: #333; font-weight: normal;
	border-bottom: 1px solid #FFF;
	
	
 }

.closedlanguage:hover{ /*class added to contents of 2nd demo when they are closed*/
	background:#666 url(/images/schnellsuche-auf.gif) no-repeat 590px; /* 6078BF */
	color: #FFF;
	
 }
