/**
 * Stylesheets zum EBH-Newsticker 
 */

 /*
  * Div ContentNewsticker 
  * ->feste breite definieren.
  */
 #contentNewsticker
 {
	width:302px; 	
 }
 
 /**
  * inputfeld Nachricht 
  * bei ebh_newsticker_openform
  */
 #Nachricht 
 {
	width: 295px; 
	margin-bottom: 10px; 	
 }
 
 /**
  * inputfeld URL 
  * bei ebh_newsticker_openform
  */
 #URL 
 {
 	width: 295px; 
	margin-bottom: 10px	
 }

/**
  * inputfeld Beschreibung
  * bei ebh_newsticker_openform
  */
 #Beschreibung 
 {
 	height:40px;
	width:295px;
 }

 /**
  * div editNewsticker
  */
 #editNewsticker
 {
	cursor: pointer; 	
 }

