* {
  margin: 0;
  padding: 0;
}

body {
  overflow: -moz-scrollbars-vertical;
  background: #1A596D url("http://www.westropolis.de/static/sys/bg_body.gif") 0 0 repeat-y;
  font-family: Arial, Helvetica, sans-serif;
}

body * {
  font-size: 100.01%;
}

img, fieldset {
  border: 0;
}

input, select, textarea {
  font-family: Arial, Helvetica, sans-serif;
  color: #333333;
  font-size: 1em;
  vertical-align: middle;
}

input.button, p.buttons input {
  border: 1px solid #548a9a;
  background: #41bee6;
  color: white;
}

legend {
  color: #43a6c4;
}

span.fieldWithError input.text, span.fieldWithError textarea, span.fieldWithError select {
  background: #FFD7D7;
}

span.inlineErrorMessage  {
  color: #FF0000;
  display: block;
}

p.buttons input {
  font-size: 1.2857em;
}

html>body input.button, html>body p.buttons input {
  padding: 1px 5px 1px 5px;
}

p.buttons input {
  margin: 0 6px 0 0;
}

#content p.buttons {
  border-top: 1px solid #d9e6ea;
  border-bottom: 1px solid #d9e6ea;
  padding: 0.7em 0;
  margin: 0.85em 0;
}

input.radio, input.check {
  vertical-align: middle;
}

input.text, textarea {
  width: 300px;
}

input.big {
  font-size: 125%;
  padding: 0.1em 0.15em;
}

ul {
  list-style: none;
}

.nocss {
  display: none;
}

.clearall {
  clear: both;
  height: 0;
  font-size: 0;
  line-height: 0;
}

/* HEADER */

#header {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 14px 0 14px 0;
  font-size: 0.875em;
  color: white;
}

/* logo */

#header div.logo {
  position: relative;
  float: left;
  width: 60%;
  left: 4%;
}

#header div.logo h2 { 
  font-size: 1.2857em;
  font-weight: normal;
  padding: 3px 0 0 0;
}

/* login */

#header div.login {
  position: relative;
  float: right;
  width: 30%;
  right: 4%;
  background: #41bee6;
  padding: 4px 12px 9px 12px;
}

#header div.login p {
  white-space: nowrap;
}

#header div.login label.text {
  font-size: 1.1429em;
  line-height: 1.35em;
}

#header div.login input.text {
  width: 180px;
  margin: 0 5px 0 0;
}

#header div.login input.button {
  border: 1px solid white;
  background: #ff8a00;
}

#header ul {
  overflow: hidden;
  width: 100%;
}

#header ul.task-list li {
  float: left;
  padding: 9px 10px 0 0;
}

#header ul.task-list li a {
  display: block;
  background: #508ca0;
  padding: 1px 5px 1px 5px;
  text-decoration: none;
  color: white;
  white-space: nowrap;
}

#header ul.task-list li a:hover {

}

/* // HEADER */

/* PAGEBODY */

#pagebody {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: white;
}

#container {
  position: relative;
  overflow: hidden;
  width: 900px;
  padding: 0 1em;
  margin: 0 auto;
  background: white;
}

/* CONTENT */

#content {
  padding: 26px 0 100px 0;
  overflow: hidden;
  color: #737373;
  font-size: 0.875em;
  line-height: 1.35em;
}

#content div.message {
  border: 1px solid #ff8a00;
  background: #ffec03;
  color: #ff8a00;
  margin: 0 0 1.35em 0;
  padding: 4px 9px 5px 9px;
  font-size: 1.2857em;
}

#content h1 {
  font-size: 1.6857em;
  line-height: 1.35em;
  margin: 0 0 0.65em 0;
}

#content h1.list {
  line-height: 1.8em;
  margin: 0 0 1px 0;
  background: #d9e6ea;
  border-bottom: 1px solid #cfdbde;
  padding: 0 10px 0 10px;
}

h1 .small {
  font-size: 60%;
  font-weight: normal;
}

#content p {
  padding: 0 0 1.35em 0;
}

#content legend {
  padding: 0 0 0.9em 0;
  margin: 0 0 0 -7px;
  font-size: 1.2857em;
  line-height: 1.2857em;
}

#content a {
  color: #508ca0;
}

#content a:hover {
  color: #3cb4d7;
}

#content label.text, #content label.textarea,  #content label.select, #content span.legend {
  font-size: 1.2857em;
  line-height: 1.2857em;
}

#content span.legend {
  line-height: 1.2857em;
}

#content .hint {
  font-size: 0.875em;
}

#content .left {
  float: left;
}

#content .right {
  float: right;
}

#content a.plus {
  background: url("http://www.westropolis.de/static/sys/icon_plus.gif") 0 2px no-repeat;
}

#content a.minus {
  background: url("http://www.westropolis.de/static/sys/icon_minus.gif") 0 2px no-repeat;
}

#content a.plus, #content a.minus {
  padding: 0 0 0 16px;
  white-space: nowrap; 
}

#content ul.task-list {
  padding: 0 0 1.35em 0;
}

#content ul.task-list li a {
  background: #d9e6ea;
  padding: 1px 5px 1px 5px;
  text-decoration: none;
  line-height: 1.85em;
}

#content ul.task-list li a:hover {
  color: white;
  background: #508ca0;
}

/* tooltip */

.tooltip { }

.tooltip-trigger {
  cursor: help;
}

.tooltip-text {
  position: absolute; 
  z-index: 100;
  display: block;

  font-size: 0.75em;
  color: #737373;
  width: 200px;
  line-height: 1.45em;

  background: #f2f2f2 url("http://www.westropolis.de/static/sys/bg_tooltip.gif") 8px 0.7em no-repeat;
  padding: 4px 20px 7px 36px;
  border: 1px solid #41bee6;
}

.tooltip-text b {
  color: #41bee6;
  font-size: 1.5em;
  font-weight: normal;
  line-height: 1.15em;
}

/* // CONTENT */

/* // PAGEBODY */

/* FOOTER */

#footer {
  text-align: center;
  padding: 13px 0 30px 0;
  color: white;
}

#footer a {
  color: white;
}

#footer img {
  vertical-align: middle;
}

#footer ul, #footer li {
  display: inline;
}

#footer li a {
  padding: 0 1% 0 1%;
  font-size: 0.875em;
}

#footer p {
  font-size: 0.75em;
  padding: 4px 0 0 6px;
}

/* // FOOTER */

/* EXTRA STYLE RULES FOR CERTAIN PAGES */

/* REGISTRATION */

#registration {
   width: 500px;
}
