body {
  margin: 0;
  padding: 0;
  color: #555;
  font: normal 10pt Arial, Helvetica, sans-serif;
  background: #efefef;
}

#page {
  margin-top: 5px;
  margin-bottom: 5px;
  background: white;
  border: 1px solid #c9e0ed;
}

#header {
  margin: 0;
  padding: 0;
  border-top: 3px solid #c9e0ed;
}

#content {
  padding: 20px;
}

#sidebar {
  padding: 20px 20px 20px 0;
}

#footer {
  padding: 10px;
  margin: 10px 20px;
  font-size: 0.8em;
  text-align: center;
  border-top: 1px solid #c9e0ed;
}

#logo {
  padding: 10px 20px;
  font-size: 200%;
}

#mainmenu {
  background: white url(bg.gif) repeat-x left top;
}

#mainmenu ul {
  padding: 6px 10px 0px 20px;
  margin: 0px;
  height: 22px;
  list-style: none;
}

#mainmenu ul li {
  float: left; /*display: inline;*/
}

#mainmenu ul li a {
  color: #ffffff;
  background-color: transparent;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  padding: 5px 8px;
}

#mainmenu ul li a:hover,
#mainmenu ul li.active a {
  color: #6399cd;
  background-color: #eff4fa;
  text-decoration: none;
}

#mainmenu li ul {
  background: white url(bg.gif) repeat-x left top;
  display: none;
  border: 0px;
  position: absolute;
  z-index: 200;
  margin: 0;
  padding: 0;
  height: 28px;
}
#mainmenu li:hover ul {
  display: block;
}
#mainmenu li li {
  padding: 6px;
  margin: 0;
}
div.flash-error,
div.flash-notice,
div.flash-success {
  padding: 0.8em;
  margin-bottom: 1em;
  border: 2px solid #ddd;
}

div.flash-error {
  background: #fbe3e4;
  color: #8a1f11;
  border-color: #fbc2c4;
}

div.flash-notice {
  background: #fff6bf;
  color: #514721;
  border-color: #ffd324;
}

div.flash-success {
  background: #e6efc2;
  color: #264409;
  border-color: #c6d880;
}

div.flash-error a {
  color: #8a1f11;
}

div.flash-notice a {
  color: #514721;
}

div.flash-success a {
  color: #264409;
}

div.form .rememberMe label {
  display: inline;
}

div.view {
  padding: 10px;
  margin: 10px 0;
  border: 1px solid #c9e0ed;
}
div.view.deleted {
  color: #ddd;
}
div.view.deleted a {
  color: #aaf;
}

div.breadcrumbs {
  font-size: 0.9em;
  padding: 5px 20px;
}

div.breadcrumbs span {
  font-weight: bold;
}

div.search-form {
  padding: 10px;
  margin: 10px 0;
  background: #eee;
}

.portlet {
}

.portlet-decoration {
  padding: 3px 8px;
  background: #b7d6e7;
  border-left: 5px solid #6faccf;
}

.portlet-title {
  font-size: 12px;
  font-weight: bold;
  padding: 0;
  margin: 0;
  color: #298dcd;
}

.portlet-content {
  font-size: 0.9em;
  margin: 0 0 15px 0;
  padding: 5px 8px;
  background: #effdff;
}

.portlet-content ul {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.portlet-content li {
  padding: 2px 0 4px 0px;
}

.operations {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.operations li {
  padding-bottom: 2px;
}

.operations li a {
  font: bold 12px Arial;
  color: #0066a4;
  display: block;
  padding: 2px 0 2px 8px;
  line-height: 15px;
  text-decoration: none;
}

.operations li a:visited {
  color: #0066a4;
}

.operations li a:hover {
  background: #80cfff;
}

.row input[type="checkbox"] {
  display: block;
  float: left;
  margin-right: 5px;
  margin-bottom: 0;
}

.inputTime {
  width: 60px;
  text-align: right;
}

.errorMessage {
  margin: 10px 0 10px;
  color: red;
}

.red {
  color: red;
}

div.dialog {
	position: absolute;
	width: 100%;
  top: 0;
  left: 0;
  border: 2px solid #aaa;
	background: white;
	z-index: 10;
}

span.zuordbarerRest { display: none; }