/* fuer styleMac.css: 
	alle em-Werte mit 1.33 multiplizieren
*/


BODY {
	font-family : verdana, Geneva, Arial, Helvetica, sans-serif;
	color: black;
	font-size : 0.75em; /* (vor 27.08.2009 1em) SMAC 1 */
	margin-left : 0px;
	margin-top : 0px;
	padding-left : 0px;
	padding-top : 0px;
 	background-color : #D1D3D4; /* vollflaechiges hellgrau (aussenrand) */ 
	/* text-align: left;  ganze Seite zentrieren; funktioniert nur im IE */
}

a {
	text-decoration: underline;
	color: black;
}
a:hover {
	text-decoration: none;
}

H1  {
	font-size : 1em; 
	margin : 0px;
	padding: 0px;
	font-weight: normal;
	display: inline; /* neu */
	left: 0px; /* neu */
}


H2  {
	font-size : 1em; 
	margin: 0px;
	padding: 0px;
	display: inline; /* neu */
	text-decoration: none;
	font-weight: bold;
}
H3  {
 	font-size: 1em;
 	margin: 0px;
 	padding: 0px;
 	display: inline;
 	text-decoration: none;
 	font-weight: normal;
 	font-style: italic;
 }

ul {
   margin: 0px 0px 0px 20px; 
	padding: 0px;
	border: 0px;
	list-style: disc; 
}

.stdTable td {
	border-width: 0px;
	padding-left: 0px;
	margin-left: 0px;
	vertical-align: top;
}

.backLink a {
	float: right;
	position: relative;
	left: 50px;
	text-decoration: none;
}
.frmKontakt {
	width: 150px;
	border-style: solid;
	border-width: 1px;
	border-color: white;
}

.hrDotted {
	margin: 0px;
	padding: 0px;
	border: 0px;
	margin-top: 3px;
	margin-bottom: 3px;
	height: 1px; 
	border-bottom-width: 1px;
	border-style: dashed; /* dotted -> funktioniert im IE nicht */
	border-color: #878787;
}

/* Positionnierung Content-Bereich */
#contentMain {
	/* position: relative;*/  /* noetig fuer Opera */ 
  /* background-color: #92B36F; Hintergrund des Menues --> wird dynamisch definiert */
	top: 45px;
	/* width: 810px;  noetig fuer Opera ??? */
	margin: 0px;
	padding: 0px;

	position: absolute;
	left: 50%;
	margin-left: -405px;
}

#contentMenu {
  position: relative;
  float: left;
  width: 270px;
}
#contentMiddle {
	z-index: 1;
  /* height: 540px; macht Probleme in Oper/Firefox */
  position: relative; /* noetig fuer IE 3px Hack */
  background-color: #F6DD86; /* Hintergrund Content */
	float: left;
  width: 540px; /* (noetig, damit Fliestext nicht ueber rechten rand geht) --> MAC pruefen (werden Bilder umgebrochen??)*/
	/* wenn width definiert, dann ist auf cDefault->contentMiddle  style="float: none;" nicht notwendig */ 
  padding : 0px; /* fuer Abstand zur Fusszeile */
  margin : 0px; /* fuer Abstand zur Fusszeile */
}

/* Vom IE mac 5.x verstecken. Fix für den Windows IE 3px-Text-Gap-Bug \*/
* html #contentMain {
   width: 810px; /* war auf 803, wieso??? */ 
}
* html #contentMiddle {
	left: 0px; 
}
/* Ende von IE5/mac verstecken*/

#contentText {
  /*
  clear: both;
  position: relative; 
  width: 450px;
  top: 20px;
  left: 20px;
  */

  clear: both;
  position: relative; 
  width: 430px;
  top: 0px;
  left: 20px;
}

.contentBild {
	float: left;  
	margin: 0px; /* neu */
	padding: 0px; /* neu */
	border-width: 0px;
}

.therapiestelle {
	position: absolute;
	left: 0px;
	top: 50px;
	visibility: hidden;
	font-weight: bold;
}
.therapiestellePersonen {
	position: absolute;
	left: 0px;
	top: 280px; /* +30px fuer MAC */
	visibility: hidden;
}

/* Navigation */
#menuBild {
	position: relative;
	left: 60px;
	height: 100px;
}	
#menuText {
	position: absolute;
	top: 74px;
	left: 21px;
/*	font-size: 2em;
	font-weight: bold;
	font-family: sans-serif;
*/
}
#nav {
	position: relative;
	top: 80px;
	padding-bottom: 30px;
}
#nav a.aktiv, #nav ul li ul li.aktiv {
	color:#F6DD86;
}	
/*
#nav ul li ul {
	display: none;
}
#nav ul li ul.aktiv {
	display: block;
}
*/
#nav, #nav a {
	color: white;	
	text-decoration: none;
}
#nav ul {
	z-index: 1000;
   margin: 0px 0px 0px 20px; 
	padding: 0px;
	border: 0px;
	list-style: none; 
	font-weight: bold;
}
#nav ul li {
	padding-bottom: 10px;
}
#nav ul li ul li{
	padding-bottom: 0px;
}
#nav ul li ul {
	list-style: disc outside;
	margin-left: 30px;
	font-weight: normal;
} 

#navText {
 	position: relative;
 	padding-top: 50px;
	left: 20px;
 	width: 220px;
 	font-size: 1.2em;
 	color: #F6DD86;
 	font-style: italic;
	font-weight: normal;
	line-height: 1.25em;
}

#thephoto {
	position: relative;
}
#thephoto2 {
  left: 0px;
  top: 0px;
  position: absolute;
  visibility: hidden;
}



/* Adress-Formular */ 
.frmAdresse h2 {
	float: left;
	width: 100px; 
	margin-right: 5px;
	margin-bottom: 10px;
	text-align: right;
}
.frmAdresse label {
	float: left;
	width: 100px; 
	margin-right: 5px;
	text-align: right;
}
.frmAdresse input {
	float: left;
	width: 100px; 
	text-align: left;
}

.frmAdresse2 input {
	width: 250px; 
}
