* {
  padding: 0;
  margin: 0;
}

img, fieldset {
  border: 0;
}

ul, li {
  list-style: none;
}

input, select, textarea {
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
}

a {
  text-decoration: none;
  color: #008fb3;
  outline: none;
}

a:hover {
  font-weight: bold;
}

body {
  font-family: "Century Gothic", Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #333;
  background: #fff;
}

#wrapper {
  width: 944px;
  margin: 50px auto 0 auto;
  border: 2px solid #008fb3;
  overflow: hidden;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
}

#ticker {
  width: 300px;
  margin: 25px 0 10px 35px;
  border: 1px solid #008fb3;
  overflow: hidden;
  border-radius: 7px;
  color: #a0c52d;
  position: relative;
}

.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
  position: relative;
  left: 5px;
  top: 0;
  width: 290px;
  overflow: hidden;
  padding: 5px 0;
}

.newsticker {
  position: relative;
  left: 0;
}

.newsticker li {
  float: left;
  white-space: nowrap;
}

#logo {
  margin: 0 0 75px 285px;
}

#menu {
  width: 165px;
  float: left;
  text-align: right;
}

#menu li {
  overflow: hidden;
  padding: 20px 0;
}

#menu a {
  font-size: 14px;
  text-transform: uppercase;
}

#menu a.active {
  color: #a0c52d;
  cursor: default;
  font-weight: bold;
}

#menu.therapy li {
  padding: 20px 0 0 0;
}

#menu.therapy li.therapy {
  overflow: hidden;
  padding: 20px 0 0 0;
}

#menu.therapy li.therapy li {
  overflow: hidden;
  padding: 0;
}

#menu.therapy li.therapy li a {
  font-size: 12px;
  text-transform: none;
}

#moodimage {
  float: left;
  margin: 0 35px 30px 27px;
}

#content {
  width: 330px;
  overflow: hidden;
  float: left;
  margin: 0 0 20px 0;
}

#content h2 {
  font-size: 14px;
  color: #a0c52d;
  font-weight: bold;
  margin: -4px 0 10px 0;
  text-transform: uppercase;
}

#content h2 span {
  font-size: 12px;
  color: #333;
  font-weight: normal;
  text-transform: none;
  display: block;
}

#content h3 {
  font-size: 12px;
  color: #008fb3;
  font-weight: bold;
  margin: 0 0 3px 0;
}

#content p {
  line-height: 1.4em;
  margin: 0 0 12px 0;
}

#content table {
  line-height: 1.4em;
  margin: 0 0 12px 0;
}

#content p.contact {
  margin: 0 0 5px 0;
}

#content ul {
  margin: 0 0 0 15px;
}

#content ul li {
  list-style: disc;
}

#message {
  color: #009933;
  display: none;
}

#anfrage {
  display: block;
  background: #333;
  padding: 10px 10px 0 10px;
  color: #fff;
  font-size: 11px;
  overflow: hidden;
  margin: 0 0 5px 0;
}

#anfrage p label {
  display: block;
}

#anfrage p {
  margin: 0 0 10px 0;
}

#anfrage p .text {
  width: 308px;
}

#anfrage p textarea {
  width: 308px;
  height: 60px;
}

#anfrage em {
  color: #ff0000;
}

p.tip {
  font-weight: bold;
  font-size: 11px;
}

#footer {
  background: #008fb3;
  color: #fff;
  font-size: 18px;
  padding: 25px 0 25px 100px;
  clear: left;
  position: relative;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

#footer a {
  position: absolute;
  right: 55px;
  top: 30px;
  color: #fff;
  font-size: 12px;
}
