/* $Id: common.css 122 2007-12-19 11:26:14Z sb $
 *
 * haupt-"weiss": #ebebeb
 * haupt-"schwarz": #333333
 * rahmen- / border-farbe: #777777;
 */

html {
	overflow-y: scroll;
}

body {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
  line-height: 1.6em;
}

img {
  border: none;
  margin: 0;
  padding: 0;
}

.bgalpha {
}

.hidden-structure {
  display: none;
  font-size: 1px;
}

.visual-clear {
  clear: both;
  float: none;
}

.preload {
  width: 0;
  height: 0;
}

.cake_debug,
.cake-stack-trace {
  background: #cccccc;
  z-index: 999;
}

.print-only {
  display: none;
}

