/*
 *  Filename    : impressum.css
 *  Author      : Robert Cerny
 *  Created     : 17.10.2004
 *  Last Change : 21.07.2005
 *  Description : Style for impressum.html.
 */

#box-left {
  position: absolute;
  top: 50px;
  left: 200px;

  text-align: right;
}

#box-right {
  position: absolute;
  top: 50px;
  left: 401px;

  text-align: right;

  background-color: #888888;
}

.left {
  text-align: left;
}

.hidden {
  display: none !important;
}

#back {
  top: 257px;
}

