/* CSS Document */

html { height: 100%; margin-bottom: 1px; }

TD{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
	vertical-align: top;
}


/* rosa Hintergrund im Inhaltsbereich */
table.bgmain{ background-color: #F7E7E7;}
table.aussen{ background-color: #FBF2F3;}

td.weiss{ background-color: White; }

/* am 08.02.11 bei Änderungswünschen eingeführt, ersetzt div class ueberschrift @Semantik... */
h1{
	color: #80182a;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 1.5em;
}
.ueberschrift{
/*	color: #AE405D; */
	color: #80182a;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

.ueberschrift_klein{
/*	color: #AE405D; */
	color: #80182a;
	font-size: 13px;
	font-weight: bold;
}

/* am 19.03 bei Änderungswünschen eingeführt für Seite "behandlungsmethoden" */
h2{
  color: #80182a;
  font-weight: normal;
}
h3{
  clear: both;
  color: #333333;
  font-size: 11px;
  font-weight: bold;
  padding: 22px 0 5px 0;
}

img.behandlungsmethoden{
  float: left; 
  padding: 0 17px 6px 0;
}

p{
  text-align: justify;
  padding-right: 12px;
}

ul.behandlungsmethoden{
  margin-left: 180px;
  padding-left: 30px;
}


/* für Seite "training" */
.font_red{
  color: #80182a;
}

em{
  color: #80182a;
  font-weight: 500;
  font-style: normal;
}

/*       HYPER-LINKS      */
  a{
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-size: 13px;
	  text-decoration: none;
	  font-weight: 100;
  }
  a:link{ color: #A04561; }
  a:visited{ color: #A04561; }
  a:hover{	color: #532433; }
  a:active{ color: #532433; }
  /* Formatierung aktive "Links" (php, normaler Text) */
  .aktiv{ color: #532433; line-height: 20px; padding-left: 14px; font-size: 13px; letter-spacing: -1px; font-weight: 100;} 
 
  /*    MENÜ    */
   a.menue{
	   line-height: 20px;
	   letter-spacing: -1px;
	   font-weight: 100;
	   padding-left: 8px;
	 }   
   a.menue:link{ color: #A04561; }
   a.menue:visited{ color: #A04561; }
   a.menue:hover{	color: #532433; }
   a.menue:active{ color: #532433; }
  /*   MENÜ ENDE   */
/*       HHYPER-LINKS ENDE     */


.error{
	border: 1px #990000 solid;
	background: #FFCCCC;
   font-size: 12px;
	color: #990000;
}


/* Textcaptcha Kontaktformular: */
.s { 
	color: #AE405D; 
	background-color: #AE405D; 
	font-size: 3px; 
	height: 3px; 
}
.w { 
	color: #F7E7E7; 
	background-color: #F7E7E7; 
	font-size: 3px; 
	height: 3px; 
}
