/******************************************************************************
 * CSS BASIS DEFINITIONEN
 * STIL: test style
 * IMAGE: png
 *
 * 21.10.2005
 *
 *****************************************************************************/

.IMG_anmeldung {
	background-image:url('../../images/crystal/16/anmeldung.png');
}
.IMG_answer {
	background-image:url('../../images/crystal/16/answer.png');
}
.IMG_back {
	background-image:url('../../images/crystal/16/back.png');
}
.IMG_cancel {
	background-image:url('../../images/crystal/16/cancel.png');
}
.IMG_configure {
	background-image:url('../../images/crystal/16/configure.png');
}
.IMG_createNew {
	background-image:url('../../images/crystal/16/createNew.png');
}
.IMG_date {
	background-image:url('../../images/crystal/16/date.png');
}
.IMG_delete {
	background-image:url('../../images/crystal/16/delete.png');
}
.IMG_docu {
	background-image:url('../../images/crystal/16/docu.png');
}
.IMG_edit {
	background-image:url('../../images/crystal/16/edit.png');
}
.IMG_export {
	background-image:url('../../images/crystal/16/export.png');
}
.IMG_faq {
	background-image:url('../../images/crystal/16/faq.png');
}
.IMG_folder {
	background-image:url('../../images/crystal/16/folder.png');
}
.IMG_folderconfig {
	background-image:url('../../images/crystal/16/folderconfig.png');
}
.IMG_home {
	background-image:url('../../images/crystal/16/home.png');
}
.IMG_import {
	background-image:url('../../images/crystal/16/import.png');
}
.IMG_info {
	background-image:url('../../images/crystal/16/info.png');
}
.IMG_kalender {
	background-image:url('../../images/crystal/16/date.png');
}
.IMG_logout {
	background-image:url('../../images/crystal/16/logout.png');
}
.IMG_mail {
	background-image:url('../../images/crystal/16/mail.png');
}
.IMG_next {
	background-image:url('../../images/crystal/16/next.png');
}
.IMG_password {
	background-image:url('../../images/crystal/16/password.png');
}
.IMG_predigtplan {
	background-image:url('../../images/crystal/16/predigtplan.png');
}
.IMG_question {
	background-image:url('../../images/crystal/16/question.png');
}
.IMG_recover {
	background-image:url('../../images/crystal/16/recover.png');
}
.IMG_save {
	background-image:url('../../images/crystal/16/save.png');
}
.IMG_template {
	background-image:url('../../images/crystal/16/template.png');
}
.IMG_undelete {
	background-image:url('../../images/crystal/16/undelete.png');
}
.IMG_upload {
	background-image:url('../../images/crystal/16/upload.png');
}
.IMG_user {
	background-image:url('../../images/crystal/16/user.png');
}
.IMG_up {
	background-image:url('../../images/crystal/16/s_ASC.png');
}
.IMG_down {
	background-image:url('../../images/crystal/16/s_DESC.png');
}
.IMG_plus {
	background-image:url('../../images/plus-new.png');
}


/**
 * LOGOS
 */
#DateEditLogo, #HistoryLogo, #AnmeldungsFormEditLogo,
#TemplateListLogo, #TemplateEditLogo, #ImportLogo,
#PredigtplanLogo, #GemeindeEditLogo, #GmdOptionLogo,
#PasswortEditLogo, #UserConfigLogo,
#ElementEditLogo, #UserEditLogo,
#EmailConfigLogo, #EmailMainEditLogo,
#MailFormLogo {
	position: absolute;
	left: 240px;
	z-index: 5;
	width: 48px;
	height: 48px;
	background-repeat: no-repeat;
}
#DateEditLogo {
	background-image:url('../../images/crystal/48/date.png');
}
#HistoryLogo {
	background-image:url('../../images/crystal/48/history.png');
}
#AnmeldungsFormEditLogo {
	background-image:url('../../images/crystal/48/anmeldungsformular.png');
}
#TemplateListLogo {
	background-image:url('../../images/crystal/48/template.png');
}
#TemplateEditLogo {
	background-image:url('../../images/crystal/48/templateedit.png');
}
#ImportLogo {
	background-image:url('../../images/crystal/48/import.png');
}
#PredigtplanLogo {
	background-image:url('../../images/crystal/48/predigtplan.png');
}
#GemeindeEditLogo {
	background-image:url('../../images/crystal/48/gemeindeedit.png');
}
#GmdOptionLogo {
	background-image:url('../../images/crystal/48/gmdoptionedit.png');
}
#PasswortEditLogo {
	background-image:url('../../images/crystal/48/passwordedit.png');
}
#UserConfigLogo {
	background-image:url('../../images/crystal/48/userconfig.png');
}
#ElementEditLogo {
	background-image:url('../../images/crystal/48/elementedit.png');
}
#UserEditLogo {
	background-image:url('../../images/crystal/48/useredit.png');
}

#EmailConfigLogo {
	background-image:url('../../images/crystal/48/userconfig.png');
}
#EmailMainEditLogo {
	background-image:url('../../images/crystal/48/emailmainedit.png');
}
#MailFormLogo {
	background-image:url('../../images/crystal/48/email.png');
}





/*
 * User & Tree
 */
div.UserTree div.UserTree {
	background-image: url('../../images/treestructure/dotlinedown.png');
}
div.UserTree li {
	background-image: url('../../images/treestructure/usr.png');
}
div.UserTree li.treeclosed {
	background-image: url('../../images/treestructure/plus.png');
}
div.UserTree li.treeopen {
	background-image: url('../../images/treestructure/minus.png');
}
div.UserTree li.treenone {
	background-image: url('../../images/treestructure/none.png');
}
div.Tree li {
	list-style-image: url('../../images/treestructure/dot-folder.png');
	background-image: url('../../images/treestructure/dot-tree-next.png');
}
div.Tree li.Last {
	list-style-image: url('../../images/treestructure/dot-last-folder.png');
}
div.Tree li.Gemeinde {
	list-style-image: url('../../images/treestructure/dot-kirche.png');
}
div.Tree li.LastGemeinde {
	list-style-image: url('../../images/treestructure/dot-last-kirche.png');
}