/*******************************************************************************
 Die Klasse "button" kann auch für ganz normale Links verwendet werden,
 um sie wie Schaltflächen aussehen zu lassen
*******************************************************************************/
.button, button {
  background-color: #6f6f6f;
  border: 1px solid #aaaaaa;
  color: black;
  cursor: pointer;
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
  height: 24px;
  line-height: 16px;
  padding: 4px;
  text-decoration: none;
  vertical-align: middle;
}
a.button.fixed {
	display: block;
	height: 16px;
  line-height: 16px;
	margin: 2px 0px 0px 0px;
	padding: 4px;
	text-align: center;
	vertical-align: middle;
}
.light-button {
  border: 1px dotted #444444;
  color: black;
  cursor: pointer;
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-variant: small-caps;
  height: 16px;
  padding: 0px 6px;
  text-decoration: none;
  vertical-align: middle;
}
.light-button:hover {
  border: 1px dotted #f0f0f0;
  color: #f0f0f0;
}
input.button, input button {
  height:23px;
  line-height: 14px;
  padding-top: 2px;
}
.button:hover, button:hover {
  background-color: #444;
  border-top: 1px solid white;
  border-left: 1px solid white;
  color: #aaa;
}
.button:active, button:active {
  border-top: 1px solid #111;
  border-left: 1px solid #111;
}
.§edit {
  background-image: url(images/edit_sw.png);
  background-repeat: no-repeat;
  background-position: 4px 3px;
  padding-left: 22px;
}
.§delete {
  background-image: url(images/waste_bin_sw.png);
  background-repeat: no-repeat;
  background-position: 4px 3px;
  padding-left: 22px;
}
.§cite {
  background-image: url(images/cite_sw.png);
  background-repeat: no-repeat;
  background-position: 4px 3px;
  padding-left: 22px;
}
.§copy {
  background-image: url(images/clipboard_sw.png);
  background-repeat: no-repeat;
  background-position: 4px 3px;
  padding-left: 22px;
}
.§send {
  background-image: url(images/send_sw.png);
  background-repeat: no-repeat;
  background-position: 4px 3px;
  padding-left: 22px;
}
.§revert {
  background-image: url(images/revert_sw.png);
  background-repeat: no-repeat;
  background-position: 4px 3px;
  padding-left: 22px;
}
.§search {
  background-image: url(images/search_sw.png);
  background-repeat: no-repeat;
  background-position: 4px 3px;
  padding-left: 22px;
}
.§ok {
  background-image: url(images/ok_sw.png);
  background-repeat: no-repeat;
  background-position: 4px 3px;
  padding-left: 22px;
}
.§lightbox_yes {
  background-image: url(images/checked_sw.png);
  background-repeat: no-repeat;
  background-position: 4px 3px;
  padding-left: 24px;
}
.§lightbox_no {
  background-image: url(images/unchecked_sw.png);
  background-repeat: no-repeat;
  background-position: 4px 3px;
  padding-left: 22px;
}
.§mail {
  background-image: url(images/mail_sw.png);
  background-repeat: no-repeat;
  background-position: 4px 3px;
  padding-left: 22px;
}
.§cancel {
  background-image: url(images/cancel_sw.png);
  background-repeat: no-repeat;
  background-position: 4px 3px;
  padding-left: 22px;
}
.§unlock {
  background-image: url(images/unlock_sw.png);
  background-repeat: no-repeat;
  background-position: 4px 3px;
  padding-left: 22px;
}
.§camera {
  background-image: url(images/camera_sw.png);
  background-repeat: no-repeat;
  background-position: 4px 3px;
  padding-left: 22px;
}
.§pn {
  background-image: url(images/users_sw.png);
  background-repeat: no-repeat;
  background-position: 4px 2px;
  padding-left: 24px;
}
.§calendar {
  background-image: url(images/calendar_sw.gif);
  background-repeat: no-repeat;
  background-position: 4px 2px;
  padding-left: 24px;
}
.§forum {
  background-image: url(images/groups_sw.png);
  background-repeat: no-repeat;
  background-position: 4px 2px;
  padding-left: 24px;
}
.§world {
  background-image: url(images/world_sw.gif);
  background-repeat: no-repeat;
  background-position: 4px 2px;
  padding-left: 24px;
}
.§download {
  background-image: url(images/download_sw.gif);
  background-repeat: no-repeat;
  background-position: 4px 2px;
  padding-left: 24px;
}
.§quote {
  background-image: url(images/bquote_sw.gif);
  background-repeat: no-repeat;
  background-position: 4px 3px;
  padding-left: 24px;
}
.§list {
  background-image: url(images/ulist_sw.gif);
  background-repeat: no-repeat;
  background-position: 4px 2px;
  padding-left: 24px;
}
.§code {
  background-image: url(images/code_sw.gif);
  background-repeat: no-repeat;
  background-position: 4px 2px;
  padding-left: 24px;
}
.§image {
  background-image: url(images/image_sw.gif);
  background-repeat: no-repeat;
  background-position: 4px 3px;
  padding-left: 24px;
}
.§link {
  background-image: url(images/link_sw.gif);
  background-repeat: no-repeat;
  background-position: 4px 3px;
  padding-left: 24px;
}
/******************************************************************************/


