@CHARSET "UTF-8";
.buttonStandard {
    width: 87px;
	height: 18px;
	border-style: none;
	border-width: 0px;
	
	/* für Schrift auf Button */
	color: #797979;
	font-size: 11px;
    font-weight: bold;
    line-height: 18px;
    
    /* Keine Ränder */
    border: none !important;
}

.buttonStandard:hover {
	background-position: 0px -18px;
}

.buttonStandard:active {
	background-position: 0px -36px;
}

a.buttonStandard {
	height: 18px;
	display: block;
}

.editorButton {
    cursor: pointer;
    float: right;
    margin: 10px 10px 10px 0;
}

.buttonStandard {
	background-image: url(../images/buttons/button_ok_en.png);
}

.buttonAbort {
    background-image: url(../images/buttons/button_abort_en.png);
    width: 51px;
}

.buttonAccept {
    background-image: url(../images/buttons/button_accept_en.png);
    width: 56px;
}
    
.buttonAdd {
    background-image: url(../images/buttons/button_add_en.png);
    width: 42px;
}
    
.buttonArchive {
    background-image: url(../images/buttons/button_archive_en.png);
    width: 60px;
}
    
.buttonBack {
    background-image: url(../images/buttons/button_back_en.png);
    width: 45px;
}
    
.buttonBlank {
    background-image: url(../images/buttons/button_blank.png);
    width: 75px;
}
    
.buttonCheck {
    background-image: url(../images/buttons/button_check_en.png);
    width: 53px;
}
    
.buttonClose {
    background-image: url(../images/buttons/button_close_en.png);
    width: 50px;
}
    
.buttonCommentAdd {
    background-image: url(../images/buttons/button_comment_add.png);
    width: 116px;
}
    
.buttonCreate {
    background-image: url(../images/buttons/button_create_en.png);
    width: 55px;
}

.buttonDelete {
    background-image: url(../images/buttons/button_delete_en.png);
    width: 55px;
}

.buttonEdit {
    background-image: url(../images/buttons/button_edit_en.png);
    width: 42px;
}
    
.buttonExportCSV {
    background-image: url(../images/buttons/button_export-csv_en.png);
    width: 82px;
}
    
.buttonExportXLS {
    background-image: url(../images/buttons/button_export-xls_en.png);
    width: 80px;
}
    
.buttonExport {
    background-image: url(../images/buttons/button_export_en.png);
    width: 53px;
}
    
.buttonGenerate {
    background-image: url(../images/buttons/button_generate_en.png);
    width: 68px;
}
    
.buttonImport {
    background-image: url(../images/buttons/button_import_en.png);
    width: 57px;
}
    
.buttonInformation {
    background-image: url(../images/buttons/button_information_en.png);
    width: 82px;
}
    
.buttonLogin {
    background-image: url(../images/buttons/button_login_en.png);
    width: 74px;
}
    
.buttonMagnifier {
    background-image: url(../images/buttons/button_magnifier_en.png);
    width: 18px;
}
    
.buttonMagnifierLarge {
    background-image: url(../images/buttons/button_magnifier_large_en.png);
    width: 23px;
    height: 22px;
}
    
.buttonMagnifierLarge:hover {
    background-position: 0px -22px;
}
   
.buttonNew {
    background-image: url(../images/buttons/button_new_en.png);
    width: 44px;
}
    
.buttonNext {
    background-image: url(../images/buttons/button_next_en.png);
    width: 46px;
}

.buttonNo {
    background-image: url(../images/buttons/button_no_en.png);
    width: 36px;
}

.buttonOk {
    background-image: url(../images/buttons/button_ok_en.png);
    width: 36px;
}

.buttonOverview {
    background-image: url(../images/buttons/button_overview_en.png);
    width: 70px;
}

.buttonPrevious {
    background-image: url(../images/buttons/button_previous_en.png);
    width: 66px;
}

.buttonPrint {
    background-image: url(../images/buttons/button_print_en.png);
    width: 46px;
}

.buttonRefresh {
    background-image: url(../images/buttons/button_refresh_en.png);
    width: 60px;
}

.buttonReject {
    background-image: url(../images/buttons/button_reject_en.png);
    width: 53px;
}

.buttonReply {
    background-image: url(../images/buttons/button_reply_en.png);
    width: 50px;
}

.buttonSave {
    background-image: url(../images/buttons/button_save_en.png);
    width: 45px;
}

.buttonSearch {
    background-image: url(../images/buttons/button_search_en.png);
    width: 55px;
}

.buttonSend {
    background-image: url(../images/buttons/button_send_en.png);
    width: 46px;
}

.buttonSkip {
    background-image: url(../images/buttons/button_skip_en.png);
    width: 44px;
}

.buttonSubmit {
    background-image: url(../images/buttons/button_submit_en.png);
    width: 58px;
}

.buttonThreadAdd {
    background-image: url(../images/buttons/button_thread_add.png);
    width: 104px;
}

.buttonTopicAdd {
    background-image: url(../images/buttons/button_topic_add.png);
    width: 93px;
}

.buttonUpdate {
    background-image: url(../images/buttons/button_update_en.png);
    width: 58px;
}

.buttonView {
    background-image: url(../images/buttons/button_view_en.png);
    width: 46px;
}

.buttonYes {
    background-image: url(../images/buttons/button_yes_en.png);
    width: 39px;
}

.buttonMarkUnread {
	background-image: url(../images/buttons/button_markunread_en.png);
    width: 101px;
}

.buttonMarkRead {
    background-image: url(../images/buttons/button_markread_en.png);
    width: 88px;
}