body {
  margin: 0px;
  padding: 0px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

P {
  text-align: center;
}

H1, H2, H3 {
  margin: 5px 0px 10px 0px;
  text-align: center;
}

H1 {
  color:#999999;
}

IMG {
  border: 0;
}

.content A:LINK, .content A:VISITED {
  color: #000000;
}

.content A:HOVER {
  color: #000000;
}

.content A {
  text-decoration: none;
  font-weight: bold;
}

/* Kopfbereich formatieren */

#header {

}

#logo-caltao {
	display: none;
}

#logo-massage {
  float: left;
  background: url(logo-massage2.png);
  background-repeat: no-repeat;
}

#link-caltao {
	display: none;
}

#link-massage {
	display: none;
}

/* Navigationsbereich formatieren */

#navigation {
	display: none;
}

#navi {
	display: none;
}

/* Contentbereich einteilen */

.box1 {
  float:left;
  width:80%;
  margin:0;
  padding:0;
}

.box2 {
  background-color:#FFFFCC;
  float:left;
  width:20%;
  margin:0;
  padding:50px 0px 0px 0px;
}

.content {
  clear: both;
  padding: 20px;
}

.content .links P {
  text-align: left;
}

/* Informationsbereich formatieren */

#information {
  float:right;
  padding: 5px;
  margin: 0px;
  background-color: #FFFFFF;
  border: 1px dashed #FFCC88;
  /*background-color:#FFCC88;*/
  font-family:Verdana, Arial, Helvetica, sans-serif;
}

#information P {
  font-size: x-small;
  text-align: right;
}

#information .date {
  font-size: 10px;
  text-align: right;
}

#information .title {
  color: #777777;
  font-size: 14px;
  font-weight: bold;
  font-style: italic;
  text-align: right;
  padding: 4px 10px 4px 4px;
}

#information .bodytext {
  position: relative;
  font-size: 12px;
  text-align: right;
}

#information H1 {
  font-size: small;
  font-weight: bold;
  text-align: right;
}

/* Index Seite formatieren */

.index-content {

}

.index-name {
  font-size: 14px;
  font-style: italic;
  margin: 0px 0px 10px 0px;
  padding: 0px;
}

.index-beschreibung {
  font-size: 14px;
  font-style: normal;
  margin: 0px;
  padding: 5px 30px 5px 30px;
}

.index-termine {
  font-size: 16px;
  font-weight: bold;
  margin: 20px 0px;
  padding: 0px;
}

/* Therapie Seite formatieren */

.therapie-list {
  display: none;
}

.therapie-scroll H2, .therapie-scroll H3 {
  color: #990000;
}

.therapie-liste {
  display: none;
}

td.therapie-scroll {
  font-family: verdana;
  font-size: 12px;
}

.scroll-wrap {
  width: 100%; 
  height: 100%; 
  overflow: visible;
}

/* Spezial Formatierung für Angebot Seite */

.angebot-tabelle {
  color: #990000;
}

.angebot-tabelle TD {
  padding: 10px;
}

/* Spezial Formatierung für Link Seite */

.links-title {
  width: 25%;
}

.links-content A, .links-content A:LINK, .links-content A:VISITED, .links-content A:HOVER {
  color: #990000;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  text-decoration:none;
  font-size: 14px;
}

.links-descr {
  width: 75%;
  font-size: 12px;
  padding: 5px;
}

.disclaimer {
  color: #CCCCCC;
  font-size: 10px;
}

/* Spezial Formatierung für Team Seite */

.team-titel {
  font-size: 14px;
  font-weight: bold;
  background-color: #FFFFFF;
  border: 1px solid #CCAA00;
}

.team-body {

}

.team-descr {
  font-size: 12px;
}

/* Spezial Formatierungen für Index Seite */

#right {
  float: right;
}

#left {
  float: left;
}

/* Spezial Formatierung für Preise Seite */

.preise-tabelle {

}

.preise-tabelle TD {
  padding: 0 10px 0 10px;
  font-size: small;
  text-align: left;
}

.preise-tabelle .rechts {
  text-align: right;
}

.offnung-tabelle {
  color: #000000;
  border: 1px;
  border-color: #990000;
  border-style: solid;
}

.offnung-tabelle TD {
  padding: 10px;
  font-size: small;
  text-align: left;
  border: 1px;
  border-color: #990000;
  border-style: solid;
}

.offnung-tabelle .damen {
	background-color: #CCFFCC;
}

.offnung-tabelle .gemischt {
	background-color: #DDDDDD;
}

.offnung-tabelle .baby {
	background-color: #FFCC99;
}