html,
body {
  height: 100%;
  background: #fdf1f6;
  font: 11px Arial, Helvetica, sans-serif;
}
div.clear {
  clear: both;
}
h1 {
  font: 26px "Times New Roman", Times, serif;
  color: #58585a;
}
h2 {
  font: 18px "Times New Roman", Times, serif;
  color: #cd0062;
  line-height: 22px;
}
h3 {
  font: 14px "Times New Roman", Times, serif;
  color: #cd0062;
}
h4 {
  font: 12px Arial, Helvetica, sans-serif;
  color: #444;
  font-weight: bold;
}
p {
  color: #666;
  line-height: 17px;
}
a {
  text-decoration: none;
  color: #cd0062;
  outline: none;
}
a:hover {
  text-decoration: none;
  color: #e96e98;
}
div#wrap {
  position: relative;
  height: auto !important;
  height: 100%;
  min-height: 100%;
}
div#menu {
  height: 32px;
  background: white;
}
div#header {
  background: url(../images/header.jpg) no-repeat;
  width: 980px;
  height: 183px;
  margin-bottom: 25px;
}
div#content {
  width: 940px;
  min-height: 100%;
  padding-bottom: 82px;
}
div#left {
  width: 414px;
  height: 360px;
  padding-right: 25px;
  float: left;
  position: relative;
  border-right: 1px solid #e579ac;
}
div#right {
  width: 475px;
  padding-left: 25px;
  float: right;
}
div#bg-bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(../images/bg-bottom2.jpg) bottom no-repeat;
  width: 511px;
  height: 82px;
}
div#left div#footer {
  position: absolute;
  bottom: 5px;
  right: 25px;
}
div#left div#footer span {
  margin-left: 10px;
  font-size: 10px;
  color: #666;
}
div#left div#footer span a {
  font-size: 10px;
  color: #666;
  text-decoration: underline;
}
table#angebot {
  width: 692px;
  margin-top: 45px;
  padding-left: 20px;
}
table#left {
  width: 365px;
  border-right: 2px solid #fdf1f6;
}
table#right {
  width: 325px;
}
table#left td,
table#right td {
  border-bottom: 2px solid #fdf1f6;
  background: white;
  vertical-align: top;
  color: #666;
  height: 25px;
  line-height: 25px;
}
table#left td.name {
  width: 200px;
  padding-left: 40px;
}
table#left td.dauer {
  width: 65px;
  text-align: right;
  color: #cd0062;
}
table#left td.preis {
  width: 50px;
  text-align: right;
  padding-right: 10px;
}
table#left tr.multi td,
table#right tr.multi td {
  height: 52px;
  line-height: 26px;
}
table#right td.name {
  width: 175px;
  padding-left: 10px;
  white-space: nowrap;
}
table#right td.dauer {
  width: 65px;
  text-align: right;
  color: #cd0062;
}
table#right td.preis {
  width: 50px;
  text-align: right;
  padding-right: 10px;
}
#navigation {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 415px;
  height: 32px;
  overflow: hidden;
  margin-left: 43px;
}
#navigation li {
  float: left;
}
#navigation a {
  display: block;
  background-image: url(../images/navigation.gif);
  padding-top: 32px; /* same as height of #example-nav */
  text-decoration: none; /* needed for IE8 beta, otherwise it still shows the underlines */
}
#start {
  width: 42px;
}
#start:hover,
#start.sel {
  background-position: 0px -32px;
}
#angebot {
  width: 59px;
  background-position: -42px 0;
}
#angebot:hover,
#angebot.sel {
  background-position: -42px -32px;
}

#termine {
  width: 59px;
  background-position: -101px 0;
}
#termine:hover,
#termine.sel {
  background-position: -101px -32px;
}
#ueber-mich {
  width: 71px;
  background-position: -160px 0;
}
#ueber-mich:hover,
#ueber-mich.sel {
  background-position: -160px -32px;
}
#kontakt {
  width: 129px;
  background-position: -231px 0;
}
#kontakt:hover,
#kontakt.sel {
  background-position: -231px -32px;
}
#agbs {
  width: 55px;
  background-position: -360px 0;
}
#agbs:hover,
#agbs.sel {
  background-position: -360px -32px;
}

.privacy ul {
  list-style: disc;
  margin: 0px 0px 10px 0px;
}

.privacy ul li {
  color: #666;
  padding: 2px 5px;
  margin-left: 12px;
  list-style: disc;
}
