/* General */

.-left   { text-align: left   !important; }
.-center { text-align: center !important; }
.-right  { text-align: right  !important; }

.-inline { display: inline !important; }
.-none   { display: none   !important; }

.-floatLeft  { float: left;  }
.-floatRight { float: right; }

.-nowrap { white-space: nowrap; }

.-w1   { width: 1px;  }
.-w100 { width: 100%; }

.-pointer { cursor: pointer !important; }
.-default { cursor: default !important; }

.-red { color: red; }

.-noPad { padding: 0; }

.-invisible { visibility: hidden; }


/* Main Logo */

.kassier-at {
	border:      1px solid black;
	font-weight: bold;
	letter-spacing: 1pt;
}

.kassier-at .kassier {
	color:            white;
	background-color: rgb(68, 221, 68);
}

.kassier-at .at {
	color:            black;
	background-color: white;
}


/* Babylon Systems */

a.babylon {
	color:           #000000;
	font-family:     Verdana, sans-serif;
	font-weight:     bold;
	text-decoration: underline;
}

a.babylon img {
	margin-right: 5px;
}

