﻿.ImageNew {
    background: url(images/OTONStatistikTool/new.png) left center no-repeat;
    -moz-background-size: contain;
    -o-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
	padding-left: 28px;
	padding-top: 6px;
	padding-bottom: 6px;
	cursor: pointer;
}

.ImageSave {
    background: url(images/OTONStatistikTool/save.png) left center no-repeat;
    -moz-background-size: contain;
    -o-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
	padding-left: 28px;
	padding-top: 6px;
	padding-bottom: 6px;
	cursor: pointer;
}

.ImageShow {
    background: url(images/OTONStatistikTool/show.png) left center no-repeat;
    -moz-background-size: contain;
    -o-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
	padding-left: 28px;
	padding-top: 6px;
	padding-bottom: 6px;
	cursor: pointer;
}

.ImageEdit {
    background: url(images/OTONStatistikTool/edit.png) left center no-repeat;
    -moz-background-size: contain;
    -o-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
	padding-left: 28px;
	padding-top: 6px;
	padding-bottom: 6px;
	cursor: pointer;
}

.ImageEditSmall {
    background: url(images/OTONStatistikTool/edit.png) left center no-repeat;
    -moz-background-size: contain;
    -o-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
	padding-left: 18px;
	padding-top: 4px;
	padding-bottom: 4px;
	cursor: pointer;
}

.ImageDelete {
    background: url(images/OTONStatistikTool/delete.png) left center no-repeat;
    -moz-background-size: contain;
    -o-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
	padding-left: 28px;
	padding-top: 6px;
	padding-bottom: 6px;
	cursor: pointer;
}

.ImageDeleteSmall {
    background: url(images/OTONStatistikTool/delete.png) left center no-repeat;
    -moz-background-size: contain;
    -o-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
	padding-left: 18px;
	padding-top: 4px;
	padding-bottom: 4px;
	cursor: pointer;
}

.ImageComment {
    background: url(images/OTONStatistikTool/comment.png) left center no-repeat;
    -moz-background-size: contain;
    -o-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
	padding-left: 28px;
	padding-top: 6px;
	padding-bottom: 6px;
	cursor: pointer;
}

.ImagePrint {
    background: url(images/OTONStatistikTool/print.png) left center no-repeat;
    -moz-background-size: contain;
    -o-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
	padding-left: 28px;
	padding-top: 6px;
	padding-bottom: 6px;
	cursor: pointer;
}

.ImageCommentSmall {
    background: url(images/OTONStatistikTool/comment.png) left center no-repeat;
    -moz-background-size: contain;
    -o-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
	padding-left: 18px;
	padding-top: 4px;
	padding-bottom: 4px;
	cursor: pointer;
}

.ImageSendMail {
    background: url(images/OTONStatistikTool/sendmail.png) left center no-repeat;
    -moz-background-size: contain;
    -o-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
	padding-left: 28px;
	padding-top: 6px;
	padding-bottom: 6px;
	cursor: pointer;
}

.ImageDragnDropSmall {
    background: url(images/OTONStatistikTool/dragndrop.png) left center no-repeat;
    -moz-background-size: contain;
    -o-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
	padding-left: 18px;
	padding-top: 4px;
	padding-bottom: 4px;
	cursor: pointer;
}
