p.knopf {
    overflow: hidden;
    margin: 0;
    border-width: 0 5px;
    padding: 5px;
    width: auto;
    
    line-height: 30px;
    font-family: inherit;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-shadow: rgba(0, 0, 0, 0.5) 0px -1px 0;
    text-overflow: ellipsis;
    text-decoration: none;
    white-space: nowrap;
    background: none;
    -webkit-border-image: url(themes/apple/img/toolButton_white.png) 0 5 0 5;
    display:inline;
    }
    
p.knopf:active {
-webkit-border-image: url(themes/apple/img/toolButton_white_active.png) 0 5 0 5;
}
	
p.kommentar {margin: 10px;}
