/* Stylesheet zu twButton01
 * (_sytem/_zusatz/twButtons/twButton01/twButton01.css)
 * ACHTUNG: im Skript ebenfalls einbinden wegen IE:
 * http://progtw.de/_sytem/_zusatz/twButton01/twButton01-IE.css
 */

button { 
  border:0; 
  cursor:pointer; 
  padding:0 6px 0 0; 
  text-align:center; 
}
button span { 
  position:relative; 
  display:block; 
  white-space:nowrap; 
  padding:0 0 0 6px; 
  font-family: "Comic Sans MS", Verdana, serif;
  font-size: 1.1em;
  font-weight:bold; 
}


button.twButton01 { 
	/* gesamter Bereich, aber nur rechter Zipfel sichtbar */
  background:url(img/hellblau-rechts.gif) right no-repeat;
}
button.twButton01 span { 
	/* linker Bereich */
  height:24px;        /*anpassen (evtl. 1 px größer als das img wegen ie...*/
  line-height:24px;   /*anpassen (evtl. 1 px größer als das img wegen ie...*/
  background:url(img/hellblau-links.gif) left no-repeat;
  color: #005599;
}
button.twButton01:hover {
	background:url(img/hellblau-rechts-hover.gif) right no-repeat; 
}
button.twButton01:hover span {
	background:url(img/hellblau-links-hover.gif) left no-repeat; 
  color: #003366;
}
	